Activity
From 12/19/2025 to 01/17/2026
01/17/2026
- 05:51 AM Bug #10611: Incorrect abbreviation name resolved at conversion time
- I have put a conversion with 10611a of 9457 application, and manage to create a small test case....
01/16/2026
- 09:39 AM Feature #8834: add bootstrap configuration support for -db OE command line parameter (and related...
- > For the client configuration structure, I am thinking of having a different XML node name because it is easier and ...
- 08:25 AM Feature #8834: add bootstrap configuration support for -db OE command line parameter (and related...
- Committed revision *16348* on task branch *8834a*:
- Added support for database startup parameter.
- @AUTOCONNECT@ ... - 04:51 AM Feature #8834: add bootstrap configuration support for -db OE command line parameter (and related...
- Committed revision *16347* on task branch *8834a*:
- Added support for reading list items from Bootstrap client conf...
01/15/2026
- 10:16 AM Bug #10385: Incorrect reset of the cursor cache in Reposition
- Alexandru Lungu wrote:
>
> This is a @CompoundQuery@ next operation that finds data in the cursor. It is loaded in... - 10:03 AM Bug #11027 (Review): Unflushed record causes infinite loop
- I have committed @11027a/rev. 16343/16344@ where I have better handled the case when the query runs in inverse mode. ...
- 07:01 AM Bug #11027: Unflushed record causes infinite loop
- Andrei, there are some tests in xfer entitled @adaptive-(no)scroll-set-*@. Please adapt them to persistent database a...
- 06:36 AM Bug #11027: Unflushed record causes infinite loop
- I have created #11115 for the issue exposed in the last note. In order to test the functionality needed on this task ...
- 04:55 AM Bug #11027: Unflushed record causes infinite loop
- While investigating how the DESC mode works, I came to an example which doesn't seem to work even with trunk:...
- 07:20 AM Feature #8834: add bootstrap configuration support for -db OE command line parameter (and related...
- I have started working on this task.
Currently, after I have checked the FWD implementation of client-side bootstr... - 04:15 AM Feature #8834 (WIP): add bootstrap configuration support for -db OE command line parameter (and r...
- Created task branch *8834a*.
- 07:12 AM Bug #11115: Early invalidated for each query in desc mode finds no results
- > After a discussion with Alex, a solution may be to try to also call @query.first@ inside this block from @BlockMana...
- 06:35 AM Bug #11115: Early invalidated for each query in desc mode finds no results
- While working on #11027, I found a test case which behaves wrong in FWD:...
- 06:28 AM Bug #11115 (New): Early invalidated for each query in desc mode finds no results
01/14/2026
- 10:54 AM Bug #11027: Unflushed record causes infinite loop
- I have committed @11027a/16342@ with some initial changes to load the pristine records from DB and compare with the d...
- 05:22 AM Bug #10390: FIND FIRST buffer field change does not propagate into the next FIRST FIRST statements.
- Added Andrei as a watcher. Teodor, let me know when this is ready for review.
- 07:00 PM Support #11066 (WIP): How does FWD handle "by-reference"
- > In OpenEdge it's possible to specify temp-table parameters as "by-reference".
> See: https://docs.progress.com/bu...
01/13/2026
- 05:40 PM Feature #9456: implement SQL Server dialect and helpers
- OK, I reverted the archive and rebased the branch. After fixing a lots of conflicts (some revisions were reverted ins...
- 12:55 PM Feature #9456: implement SQL Server dialect and helpers
- Ovidiu Maxiniuc wrote:
> No. I checked the branch and all changes are found at least in 9457c. I archived the branch... - 12:42 PM Feature #9456: implement SQL Server dialect and helpers
- No. I checked the branch and all changes are found at least in 9457c. I archived the branch as _'dead'_.
- 12:07 PM Feature #9456: implement SQL Server dialect and helpers
- Ovidiu Maxiniuc wrote:
> I am about to alter 9456b and address the following 5 occurrences of current @isLimitBefore... - 03:01 PM Bug #11015: allow cleanup the DMO types, caches, etc for dynamic temp-tables
- Alexandru Lungu wrote:
> Review for 11015a:
>
> * Changes in BufferManager are dependent upon the unique pk acr... - 12:30 PM Feature #6457 (Internal Test): finish COPY-LOB support
- 12:19 PM Bug #10560 (Internal Test): Wrong buffer picking for ReadXml when seralization name of a buffer c...
- 12:18 PM Bug #10689 (Internal Test): Wrong temp-table FOR EACH sorting criteria
- 12:15 PM Bug #10956 (Internal Test): Wrong primary index selection on FOR EACH table
- 07:53 PM Support #11066: How does FWD handle "by-reference"
- Hi guys,
Would it be possible to shed light on this question?
01/12/2026
- 10:24 AM Feature #9711 (WIP): collation configuration cleanup
- I started working on this today. I have created 9711a and committed in revision 16334 the changes.
I completed an ... - 09:00 AM Bug #9950: Upgrade the metadata schema to a newer version
- Greg Shah wrote:
> In the past we have always found that we can use the latest @standard.df@ even with older code. ... - 08:41 AM Bug #9950: Upgrade the metadata schema to a newer version
- In the past we have always found that we can use the latest @standard.df@ even with older code. The newer versions h...
- 06:00 AM Bug #9950: Upgrade the metadata schema to a newer version
- Greg/Eric, this task is about standard.df for OE12.x which has additional fields for tables we manage, and these do n...
- 01:16 AM Bug #10455: Persistent table CAN-FIND FIRST issue
- Please double check the patch. I was using an old patch. Now the case from #9457-163 is working.
- 01:04 AM Bug #10455: Persistent table CAN-FIND FIRST issue
- I can confirm that the issue still occurs, I am working on a fix right now (maybe the last commit is not right).
- 12:47 AM Bug #10455: Persistent table CAN-FIND FIRST issue
- I am back to office. I am checking this right now, with my setup.
01/09/2026
- 09:51 AM Bug #11034 (Test): Reduce the number of Object[] created in ChangeSet
- Branch 11034a was merged into trunk as rev. 16334 and archived.
- 09:42 AM Bug #11034 (Merge Pending): Reduce the number of Object[] created in ChangeSet
- * ETF passed. Time difference ranged from -2.5% to +0.6% with PG.
* Large POC tests passed. Time difference was +0.8... - 05:56 AM Bug #11037: Record not being evicted from FFCache
- Alexandru Lungu wrote:
> * Why do you need to actually check if @nodeToRemove@ is inside the list? Can't you run @no... - 05:44 AM Bug #11027: Unflushed record causes infinite loop
- > Just to be clear, you mean that, the so called dirtyDMO from DirtyInfo will need to actually store the pristine rec...
- 04:59 AM Bug #11027: Unflushed record causes infinite loop
- Alexandru Lungu wrote:
> I wonder how the following behaves:
> [...]
>
> The first record is @1@, but its actual...
01/08/2026
- 06:31 AM Bug #11027: Unflushed record causes infinite loop
- > A first problem I am encountering is that there is no pristine record from the persistent database in that scenario...
- 05:49 AM Bug #11027 (WIP): Unflushed record causes infinite loop
12/30/2025
- 10:04 AM Bug #10455: Persistent table CAN-FIND FIRST issue
- Please see the unit test in #9457-163, 10455b does not solve it.
12/22/2025
- 09:17 AM Feature #4369: implement stateless FWD server clustering
- I think there are some problems there. @eval exec $prog [...] &@ is contradictory because:
* @exec@ replaces the cur... - 05:15 AM Bug #11037 (WIP): Record not being evicted from FFCache
- Review of 11037a:
* Why do you need to actually check if @nodeToRemove@ is inside the list? Can't you run @nodeToR... - 04:37 AM Bug #10776: FFC.touch standing out in profiling
- > Alex, I feel like there could be a issue regarding the single FastFindCacheEntry instance for the negative results(...
- 04:25 AM Bug #7999: FWD does not honor FIELDS/EXCEPT at dynamic queries
- Eduard Soltan wrote:
>
> I have made a set of tests for the case when 2 buffers to the same table are used.
>
>... - 04:20 AM Bug #11034: Reduce the number of Object[] created in ChangeSet
- Another application unit tests passed. Testing still in WIP.
12/20/2025
- 08:25 AM Support #11066: How does FWD handle "by-reference"
- From Onno:
Hi guys,
In OpenEdge it's possible to specify temp-table parameters as "by-reference".
See: https://...
12/19/2025
- 04:14 PM Support #11066 (WIP): How does FWD handle "by-reference"
- 11:04 AM Bug #11027: Unflushed record causes infinite loop
- A few thoughts I want to note before going into vacation :))
A first problem I am encountering is that there is no p... - 07:07 AM Bug #11034: Reduce the number of Object[] created in ChangeSet
- ChUI regression testing passed. Testing still in WIP.
- 02:50 AM Bug #10776: FFC.touch standing out in profiling
- Alex, I feel like there could be a issue regarding the single @FastFindCacheEntry@ instance for the negative results(...
Also available in: Atom