Ovidiu Maxiniuc's activity
From 11/23/2025 to 12/22/2025
12/22/2025
- 03:50 PM Base Language Bug #11043 (Review): NPE in SAX-PARSE if the file does not exist
- The absence of file, signalled by a legacy file not found error was ignored, causing the internal data of @SaxReaderI...
- 03:47 PM Base Language Bug #11043 (WIP): NPE in SAX-PARSE if the file does not exist
12/19/2025
- 05:38 PM Base Language Bug #11048 (Internal Test): Temp-table wrong SERIALIZE-NAME when using same DMO
- I think the r16323 is fine. To note that @getTable()@ will still return @dmoInfo.legacyTable@ in case of permanent ta...
- 12:59 PM User Interface Bug #11065: DATETIME-TZ FILL-IN: Timezone Offset Display Does Not Reflect Locale
- I used the following hand-written code:...
12/18/2025
- 08:58 AM Database Bug #11034: Reduce the number of Object[] created in ChangeSet
- The latest code changes are OK, from my PoV. Optionally, you may review the last H entry for typos.
12/17/2025
- 11:46 AM Base Language Bug #11048: Temp-table wrong SERIALIZE-NAME when using same DMO
- Teodor,
I looked at the new branch and the code looks is OK to me. Please drop line 5110 since @dmoInfo@ local va... - 10:52 AM Base Language Bug #11048: Temp-table wrong SERIALIZE-NAME when using same DMO
- The problem is that 4GL is case insensitive from the PoV of identifiers. Therefore @ttNAME@ and @ttName@ are identica...
12/16/2025
- 10:07 AM Database Bug #10937: fwd-h2 'killedMultiplexesCleanup' must not abend if the batch is not empty
- Constantin,
although I am not against it, I do not think the new code in @cleanTable()@ will be executed. As Alex m...
12/15/2025
- 11:11 AM Database Bug #11034 (Internal Test): Reduce the number of Object[] created in ChangeSet
- I think the changes in @ChangeSet.java@ will work.
I can only recommend some non-mandatory optimisations:
* lines...
12/12/2025
- 04:00 PM Database Bug #10937: fwd-h2 'killedMultiplexesCleanup' must not abend if the batch is not empty
- I reverted changes which enhanced DELETE H2 statement with NOUNDO option, the management being performed from @FWDDir...
12/11/2025
- 05:28 PM Database Bug #10937 (Review): fwd-h2 'killedMultiplexesCleanup' must not abend if the batch is not empty
- I did multiple tests and the @noundo@ is actually needed when in the @doCloseMultiplexScope()@. I committed the final...
12/10/2025
- 04:34 PM Database Bug #11015: allow cleanup the DMO types, caches, etc for dynamic temp-tables
- I think these is good news.
Constantin Asofiei wrote:
> * @DmoMetadataManager.byId@ - this needs to be switched t...
12/08/2025
- 05:55 PM Database Bug #10937: fwd-h2 'killedMultiplexesCleanup' must not abend if the batch is not empty
- Constantin,
I did additional tests and, all I could find was an NPE (which I have fixed and will be available in ...
12/04/2025
- 05:35 PM Database Bug #10937 (Review): fwd-h2 'killedMultiplexesCleanup' must not abend if the batch is not empty
- I rebased and committed the final changes to FWD/10937a and H2/10937a_h2 branches. Now the testcases seem to work as ...
12/03/2025
- 11:02 AM Database Feature #9577: persist the artifacts from dynamic query parsing/conversion (including the JAST) a...
- In addition, from today discussion, we would want to add a 'quality' property: save only converted queries which have...
- 07:07 AM Database Feature #10959: Improve performance of dynamic queries
- I think the most part of the queries which causes the cache to fill are more simple, like:...
- 06:33 AM Base Language Bug #10961: Optimize StringBuilder usage in FWD
- @StringBuilder@ has a constructor which can specify the expected number of characters. It will pre-allocate the memor...
12/02/2025
- 03:48 PM Database Feature #10959: Improve performance of dynamic queries
- Recent work performed by FWD revealed a flaw in the implementation of 1st level cache of the dynamic query parser. Be...
- 03:24 PM Database Feature #10959 (New): Improve performance of dynamic queries
- 07:47 AM Database Bug #10937: fwd-h2 'killedMultiplexesCleanup' must not abend if the batch is not empty
- I addressed the no-undo issue on @doCloseMultiplexScope@. It seems to eliminate the crash, leaving the table in a usa...
11/28/2025
- 05:47 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
- During the transpiling from 4GL to Java, FWD parser and TRPL rules will add these additional nodes. The semantic of t...
11/27/2025
- 08:39 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
- I do not think we should use @left@ and @right@. The resulting tree is not always binary. One node may have multiple ...
- 08:06 AM Database Bug #6834: RAQ navigation on records having NULL values on same index components
- Cool. Then this can be closed.
11/26/2025
Also available in: Atom