General

Profile

Artur Școlnic

  • Registered on: 04/18/2024
  • Last connection: 09/22/2026

Issues

Projects

Activity

Today

10:19 AM Database Bug #10806: Presort queries can sometimes dynamically find records created after opening the query
I keep finding failing testcases and fixing them, will post here when there are no issues to be solved.
09:00 AM Base Language Bug #11897 (Review): Can't resolve constructor requiring integer parameter with an int64 (eventua...
In the 4GL, intVar + 1 is still an integer expression, so it should pick a constructor's integer overload — but FWD's...

09/21/2026

10:31 AM Base Language Bug #11897: Can't resolve constructor requiring integer parameter with an int64 (eventually const...
The issues are confirmed with test cases, also @THIS-OBJECT(i + 1) / SUPER(i + 1) @ results in the same error, workin...
09:49 AM Database Feature #11884 (Review): Implement lazy transaction initialization for full transaction blocks
The following issues have been solved:
Restrict prepareForStreaming to the only case that benefits from it — a forwa...
02:56 AM Database Bug #10806 (WIP): Presort queries can sometimes dynamically find records created after opening th...
Will do a few more rounds of self review and generate more tests.
02:56 AM Database Feature #11884 (WIP): Implement lazy transaction initialization for full transaction blocks
Will do a few more rounds of self review and generate more tests.

09/18/2026

09:43 AM Database Feature #11884 (Review): Implement lazy transaction initialization for full transaction blocks
h3. Summary of the changes
The change defers the SQL transaction until the ORM session actually writes, so a read-...
08:26 AM Database Bug #10806 (Review): Presort queries can sometimes dynamically find records created after opening...
h2. Summary
A presort query took a fixed, preselected snapshot of its results, so records created or changed after...

09/17/2026

10:13 AM Database Bug #10806 (WIP): Presort queries can sometimes dynamically find records created after opening th...
06:48 AM Database Feature #11884: Implement lazy transaction initialization for full transaction blocks
h1. Deferring transaction activation until DML is actually needed
h2. 1. Problem
A converted full-transacti...

Also available in: Atom