General

Profile

Teodor Gorghe's activity

From 11/23/2025 to 12/22/2025

12/18/2025

02:42 AM Base Language Bug #11048: Temp-table wrong SERIALIZE-NAME when using same DMO
Committed revision *16323* on task branch *11048a*:
- Fixed regression from 16322.
- @BUFFER-FIELD(INTEGER)@ should...
Teodor Gorghe

12/17/2025

12:56 PM Base Language Bug #11048: Temp-table wrong SERIALIZE-NAME when using same DMO
I will put this into the highest priority for tomorrow. Teodor Gorghe
04:48 AM Base Language Bug #11048: Temp-table wrong SERIALIZE-NAME when using same DMO
PTestDsTtlegacyName: Ttname_1_1.Buf ttname = TemporaryBuffer.define(Ttname_1_1.Buf.class, "ttname", "ttNAME", false, ... Teodor Gorghe
04:07 AM Base Language Bug #11048 (Review): Temp-table wrong SERIALIZE-NAME when using same DMO
Committed revision *16322* on task branch *11048a*:
- @SERIALIZE-NAME@ implementation should use the @_name()@ inste...
Teodor Gorghe
03:53 AM Base Language Bug #11048 (WIP): Temp-table wrong SERIALIZE-NAME when using same DMO
Created task branch *11048a*. Teodor Gorghe
03:45 AM Base Language Bug #11048: Temp-table wrong SERIALIZE-NAME when using same DMO
Suppose we have the following project, with 2 files, @pTestDsTTLegacyName.p@ and @pTestDsTTLegacyName2.p@:
* pTest...
Teodor Gorghe
03:34 AM Base Language Bug #11048 (Closed): Temp-table wrong SERIALIZE-NAME when using same DMO
Teodor Gorghe

12/16/2025

05:14 AM Base Language Bug #10925: Ignore dataset name if present, for a dataset declared with serialize-hidden
Committed revision *16296* on task branch *10925a*:
- Use count iteration instead of iterator.
Teodor Gorghe
04:22 AM Base Language Bug #10925: Ignore dataset name if present, for a dataset declared with serialize-hidden
Committed revision *16295* on task branch *10925a*:
- Fixed regression from last 2 revisions.
Teodor Gorghe

12/15/2025

08:45 AM Base Language Bug #10925: Ignore dataset name if present, for a dataset declared with serialize-hidden
Committed revision *16295* on task branch *10925a*:
- Added the correct fix for this issue: Keep returning the proxy.
Teodor Gorghe
08:37 AM Base Language Bug #10925: Ignore dataset name if present, for a dataset declared with serialize-hidden
It fixes the non-deterministic behavior, but I think the fix isn't right. I will analyze it and come with a correct s... Teodor Gorghe
08:33 AM Base Language Bug #10925: Ignore dataset name if present, for a dataset declared with serialize-hidden
Committed revision *16294* on task branch *10925a*:
- Fixed non-deterministic behavior when using temp-tables with t...
Teodor Gorghe

12/10/2025

12:12 PM Runtime Infrastructure Feature #11004: Optimizing Java Reflection Method.invoke
Greg Shah wrote:
> Make sure to read #6819, we did some early work there and I completely agree that using @MethodHa...
Teodor Gorghe
04:16 AM Runtime Infrastructure Feature #11004: Optimizing Java Reflection Method.invoke
I have done some testing to benchmarks to conclude some testing which includes Java Reflection invocation scenarios a... Teodor Gorghe
01:51 AM Runtime Infrastructure Feature #11004 (New): Optimizing Java Reflection Method.invoke
Teodor Gorghe

12/09/2025

08:03 AM Runtime Infrastructure Feature #9686: move FWD to Java 25
I have made some performance testing with a customer application and with hotel_gui project, to test if @AOT@ optimiz... Teodor Gorghe

12/08/2025

06:34 AM Runtime Infrastructure Feature #9686: move FWD to Java 25
I have tried to run a customer application FWD server with JDK 25.
The main issue that I have encountered first are ...
Teodor Gorghe

12/05/2025

08:16 AM Base Language Bug #10978: Conversion NPE when creating a temp-table with LIKE that uses a different primary index
I have tested with multiple cases with #10956 and this patch.
I have noticed that the change from #10247-141 are not...
Teodor Gorghe
05:52 AM Base Language Bug #10978: Conversion NPE when creating a temp-table with LIKE that uses a different primary index
Ok Teodor Gorghe
01:55 AM Base Language Feature #10290 (WIP): Add support for character string literals options
Paul, I think there is a little bit more work to do on this, because this testcase still fails:... Teodor Gorghe

12/03/2025

05:21 AM Base Language Bug #10961: Optimize StringBuilder usage in FWD
The initial capacity of @StringBuilder@ is 16 characters.
When this capacity exceeds, the entire string content gets...
Teodor Gorghe
05:09 AM Base Language Bug #10961 (New): Optimize StringBuilder usage in FWD
Teodor Gorghe
04:39 AM Database Bug #10956 (Review): Wrong primary index selection on FOR EACH table
Created task branch *10956a*
Committed revision *16299* on task branch *10956a*:
- Don't copy the @KW_PRIMARY@ pr...
Teodor Gorghe

12/02/2025

06:59 AM Database Bug #10956 (WIP): Wrong primary index selection on FOR EACH table
I will assign this to me and I will work on this in parallel. Teodor Gorghe
06:38 AM Database Bug #10956: Wrong primary index selection on FOR EACH table
Result of @WRITE-XMLSCHEMA@:
* 4GL...
Teodor Gorghe
06:23 AM Database Bug #10956: Wrong primary index selection on FOR EACH table
Confirmed:
* the order of WRITE-JSON/WRITE-XML is the same as for the @FOR EACH@ execution:
WRITE-JSON and WRITE-...
Teodor Gorghe
06:12 AM Database Bug #10956: Wrong primary index selection on FOR EACH table
The customer uses @WRITE-JSON@, which the order is not the same, because of this issue.
I am testing with @WRITE-J...
Teodor Gorghe
05:25 AM Database Bug #10956: Wrong primary index selection on FOR EACH table
Suppose we have the following simple case:... Teodor Gorghe
05:20 AM Database Bug #10956 (Closed): Wrong primary index selection on FOR EACH table
Teodor Gorghe

11/28/2025

03:47 AM Database Bug #10455: Persistent table CAN-FIND FIRST issue
Committed revision *16298* on task branch *10455b*:
- Set the batch mode validation to false when it is in bulk copy.
Teodor Gorghe
01:49 AM Database Bug #10455: Persistent table CAN-FIND FIRST issue
Committed revision *16297* on task branch *10455b*:
- Changed reportBatchValidationException to throw the error.
Teodor Gorghe
01:43 AM Database Bug #10455: Persistent table CAN-FIND FIRST issue
I am thinking on something else:
* when the assigned buffer is the destination buffer, or something else, a variable...
Teodor Gorghe
01:05 AM Database Bug #10455: Persistent table CAN-FIND FIRST issue
Constantin Asofiei wrote:
> Also, does the original test scenario still work?
Yes, they still work, I have tested...
Teodor Gorghe

11/27/2025

10:50 AM Database Bug #10455 (Review): Persistent table CAN-FIND FIRST issue
Committed revision *16296* on task branch *10455b*:
- Fixed BUFFER-COPY BATCH ASSIGN when a function call is the fir...
Teodor Gorghe
09:50 AM Database Bug #10455: Persistent table CAN-FIND FIRST issue
I have also tried this:... Teodor Gorghe
09:33 AM Database Bug #10455: Persistent table CAN-FIND FIRST issue
Please try this:... Teodor Gorghe
09:01 AM Database Bug #10455: Persistent table CAN-FIND FIRST issue
Created task branch *10455b*. Teodor Gorghe
09:00 AM Database Bug #10455 (WIP): Persistent table CAN-FIND FIRST issue
There is a regression regarding this task.
When the @BUFFER-COPY ASSIGN@ on a buffer on the same table with unique f...
Teodor Gorghe

11/26/2025

02:20 AM Base Language Bug #10925 (WIP): Ignore dataset name if present, for a dataset declared with serialize-hidden
I will mark this task in WIP, since there are some more changes from 9457c that needs to be added there. Teodor Gorghe
01:48 AM Base Language Bug #10925 (Internal Test): Ignore dataset name if present, for a dataset declared with serialize...
Code review of *10925a* rev. @16293@:
* This includes the changes from *9457c/16275* and the fix from #10925-2.
* T...
Teodor Gorghe

11/24/2025

10:29 AM Base Language Bug #10925 (WIP): Ignore dataset name if present, for a dataset declared with serialize-hidden
Paul Bodale wrote:
> I attached a simple patch to be applied over the *9457c* rev. *16356* that solves the issue.
...
Teodor Gorghe
 

Also available in: Atom