Activity
From 12/02/2022 to 12/31/2022
12/31/2022
- 03:29 AM Database Feature #6444: dataset improvements
- Eric Faulhaber wrote:
> If I understand the issue correctly, I respectfully disagree. In the event there is no expli... - 02:56 AM Database Feature #6444: dataset improvements
- Greg Shah wrote:
> > Greg, please correct me if I am overly aggressive on this.
>
> If the application code can b... - 02:17 AM Database Feature #6444: dataset improvements
- Greg Shah wrote:
> In this case, I suspect we should implement the application-visible behavior.
I see. In this c... - 02:15 AM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
> I understand that, ultimately, the content of the databases (ABL and FWD) are identically a...
12/30/2022
- 06:11 PM Database Feature #6371: implement SAVE CACHE statement
- I added an implementation for SchemaValidator + unit test for it. See revision 14442.
- 11:00 AM Database Feature #6371: implement SAVE CACHE statement
- > Do we have an example of the table structure where such 2-field DTTZ storage is used? First column is DATETIME and ...
- 05:07 PM Database Feature #6444: dataset improvements
- > Greg, please correct me if I am overly aggressive on this.
If the application code can be implemented to rely up... - 03:19 PM Database Feature #6444: dataset improvements
- Well, the _binary_ might not have been the best attribute here to describe the compatibility.
I understand that, u... - 02:35 PM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
> I understand that. Can we isolate this damage to recursive relations only? These cases are ... - 02:11 PM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
>
> > > Should we care about the order in which records are added to the target tables dur... - 01:59 PM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
> > I understand that refactoring from using a 'plain' query string (@hql@) to a query string... - 01:34 PM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> I understand that refactoring from using a 'plain' query string (@hql@) to a query string h...
12/29/2022
- 03:23 PM Database Feature #6371: implement SAVE CACHE statement
- I pushed an update for error handling and other minor changes - rev. 14441.
Greg Shah wrote:
> We have 2 customer... - 12:14 AM Database Feature #6371: implement SAVE CACHE statement
- Boris Schegolev wrote:
> Also, for the primary key: I guess we need to add a validation before registering a new tab... - 07:57 PM Database Feature #6371: implement SAVE CACHE statement
- >> 2 What is the issue with timezoned types (timestamp with time zone)?
>
> We need to support them ultimately, but...
12/28/2022
- 04:47 PM Database Feature #6371: implement SAVE CACHE statement
- Also, for the primary key: I guess we need to add a validation before registering a new table to check that the table...
- 04:41 PM Database Feature #6371: implement SAVE CACHE statement
- Eric Faulhaber wrote:
> Before you changed it to "TODO: Surrogate Primary Key", the note for 8-byte integer read, "T... - 02:09 PM Database Feature #6371: implement SAVE CACHE statement
- Boris Schegolev wrote:
> I updated the documentation / WIKI page. A few questions here:
>
> 1 What's the TODO for... - 01:59 PM Database Feature #6444: dataset improvements
- > If this blocks you from making headway on the recursive FILL operation, please work on another item that needs atte...
- 01:51 PM Database Feature #6444: dataset improvements
- Eric Faulhaber wrote:
> I think we should wait for Ovidiu's input when he returns before undertaking any massive cha... - 01:43 PM Database Feature #6444: dataset improvements
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
> > [...]
> > I understand that refactoring from using a 'plain' qu... - 01:40 PM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> [...]
> I understand that refactoring from using a 'plain' query string (@hql@) to a query... - 01:38 PM Database Feature #6444: dataset improvements
- Eric Faulhaber wrote:
> I don't know what the intent of this variable was, maybe something that is only changed for ... - 01:37 PM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> At this moment it looks that @FqlToSqlConverter.generateUniqueSqlColumnNames@ is always @tr... - 05:30 AM Database Feature #6444: dataset improvements
- At this moment it looks that @FqlToSqlConverter.generateUniqueSqlColumnNames@ is always @true@.
Can I rely on this?
... - 02:56 AM Database Feature #6444: dataset improvements
- Working on the second pass query for the recursive data-relation FILL support I have to deal with the situation when ...
- 07:27 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Greg Shah wrote:
> Yes, please use @PROVERSION@ and preprocessing to conditionally implement logic by OE version.
...
12/27/2022
- 05:28 PM Database Feature #6371: implement SAVE CACHE statement
- I updated the documentation / WIKI page. A few questions here:
# What's the TODO for Surrogate Primary Key about?
...
12/25/2022
- 04:20 AM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> I think that we also can avoid it if the DATA-SOURCE QUERY uses a single table but at this ...
12/23/2022
- 11:55 AM Base Language Feature #6824: lazy initialization of collection class members
- Some notes :
* @BufferImpl.callbacks@ can be lazily created, not all buffers are used in FILL operations.
* @Record... - 11:15 AM Database Feature #6371: implement SAVE CACHE statement
- Eric Faulhaber wrote:
> That seems like a great idea, as long as column-level comments are supported in @create tabl... - 09:45 AM Database Feature #6371: implement SAVE CACHE statement
- > As for branching, in git I would rebase 6371a onto 6129b. Not sure how to do that in Bazaar and don't want to break...
- 01:32 AM Database Feature #6371: implement SAVE CACHE statement
- Boris Schegolev wrote:
> I am implementing one-to-many SQL->4GL type mappings. I would only suggest to use column's ... - 09:43 AM Database Feature #6444: dataset improvements
- In the relation model, the physical order or the records in the table is irrelevant and the order of records in the r...
- 08:30 AM Base Language Feature #3853: implement LOG-MANAGER runtime
- @LOG-MANAGER:WRITE-MESSAGE@ supports by default text up to 15000 characters (actually it should be less, since that i...
- 05:45 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Constantin Asofiei wrote:
> Constantin Asofiei wrote:
> > Attached patch is built on top of #6939 patch. Eric, ple...
12/22/2022
- 05:09 PM Database Feature #6371: implement SAVE CACHE statement
- I am implementing one-to-many SQL->4GL type mappings. I would only suggest to use column's comment property for 4GL t...
- 04:26 AM Database Feature #6371: implement SAVE CACHE statement
- Boris, please work on the validation of the mutable database requirements described in the [[p2j:Non-Standard_Save_Ca...
- 09:51 AM Database Support #6709: track nested FIND inside a related FOR loop
- Eric: Please review and advise.
- 09:49 AM Database Support #6709: track nested FIND inside a related FOR loop
- Code Review 6709-20221222.diff
The conversion changes seem reasonable.
Do we really need to implement this as p... - 08:40 AM Database Support #6709: track nested FIND inside a related FOR loop
- I will try to patch a customer application I have on my development environment to test the changes. If everything is...
- 07:02 AM Database Support #6709: track nested FIND inside a related FOR loop
- I managed to convert Hotel GUI and a few smaller tests and use FieldReference. I actually didn't make use of @convert...
- 09:50 AM Database Support #7004 (New): eliminate the off-end processing in the TransactionManager and minimize the ...
12/21/2022
- 02:29 PM Base Language Feature #6827: reduce the memory footprint of WrappedResource implementations: replace BDTs with ...
- I think the @object@ fields need to remain as-is, for the reference counting to work (which affects when these get de...
- 02:28 PM Base Language Feature #6827: reduce the memory footprint of WrappedResource implementations: replace BDTs with ...
- This code:...
- 01:19 PM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- The correct patch is this, forgot to do @bzr add@ before doing @bzr diff@.
- 11:55 AM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Greg Shah wrote:
> Yes, I was planning for all performance work to go in there.
OK, but not all performance work fr... - 09:42 AM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Yes, I was planning for all performance work to go in there.
- 09:39 AM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Greg Shah wrote:
> Do you have an updated version of the patch for 3821c? It does not apply cleanly on 3821c rev 14... - 09:36 AM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Do you have an updated version of the patch for 3821c? It does not apply cleanly on 3821c rev 14461.
Eric: This s... - 11:30 AM Database Feature #6371: implement SAVE CACHE statement
- I pushed a cleanup for PostgreSQL dialect - there were MySQL types mixed in.
- 02:11 AM Database Feature #6371: implement SAVE CACHE statement
- Revision 6371a/14438 works around the @SchemaDictionary@ issue described in #6371-80, but the workaround is limited, ...
- 10:35 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- 6764.08.patch checked in to 3821c revision 14462.
- 10:06 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Yes, please go ahead.
- 10:05 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Code review 6764.08.patch. The changes look good. Can I merge it to 3821c?
- 09:38 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Constantin Asofiei wrote:
> Attached patch is built on top of #6939 patch. Eric, please review and use this one for... - 03:55 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- I'm not working on this task at the moment, but I randomly got an idea and just want to document it here, since we mi...
12/20/2022
- 02:19 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Attached patch is built on top of #6939 patch. Eric, please review and use this one for your tests.
- 04:40 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- I've tested with a 'static bytecode' (i.e. 10k .java files each with 300 lambdas, checked the disassembled .class and...
- 07:47 AM Base Language Feature #7000: Replace old-style synchronization primitives with java.util.concurrent classes
- Greg Shah wrote:
> Do you have specific areas seen in profiling where these old-style primitives are heavily involve... - 06:24 AM Base Language Feature #7000: Replace old-style synchronization primitives with java.util.concurrent classes
- Do you have specific areas seen in profiling where these old-style primitives are heavily involved?
- 03:22 AM Base Language Feature #7000: Replace old-style synchronization primitives with java.util.concurrent classes
- FWD code contains many places where old-style synchronization primitives (@synchronized@ blocks, @wait@/@notify@) are...
- 02:58 AM Base Language Feature #7000 (New): Replace old-style synchronization primitives with java.util.concurrent classes
- 05:42 AM Database Support #6709: track nested FIND inside a related FOR loop
- Committed 3821c/rev.14460. Added nested find annotation and report. Any annotated @FIND@ that is nested in a @FOR EAC...
12/19/2022
- 06:09 PM Database Support #6709: track nested FIND inside a related FOR loop
- Yes.
- 03:41 AM Database Support #6709: track nested FIND inside a related FOR loop
- Greg Shah wrote:
> You've tested conversion for both the large customer application and also Hotel GUI?
Yes, both... - 06:08 PM Base Language Feature #3853: implement LOG-MANAGER runtime
- > > The base implementation is already handled at conversion and it is stubbed out in the runtime.
>
> Does it mea... - 06:35 AM Base Language Feature #3853: implement LOG-MANAGER runtime
- Greg Shah wrote:
> The base implementation is already handled at conversion and it is stubbed out in the runtime.
... - 05:09 PM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- > > Right now, I don't foresee any changes to conversion needed. If that changes, I would agree with this idea.
>
... - 06:51 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- Greg Shah wrote:
> Galya Bogdanova wrote:
>
> > *Conversion* code should be reworked to not be broken by upcoming ... - 01:32 PM Database Bug #6834: RAQ navigation on records having NULL values on same index components
- The issue is described with details and example in #6755. I will copy it here because that task contains sensitive da...
- 12:03 PM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Please see #6667-268 for regression tests results for @6764.08.patch@
- 11:28 AM Base Language Feature #6821: java collection performance
- For @ArrayList.iterator()@, the top callers are:
* @PreselectQuery.components()@ - 430k
* @AnnotatedAst.notifyListe... - 10:26 AM Base Language Feature #6821: java collection performance
- The ones that are most important are listed in #6821-4. We aren't suggesting changing things everywhere.
- 10:22 AM Base Language Feature #6821: java collection performance
- That may be true. There're about 2k foreach loops, and about 10% of them can be updated. If we want, we can can limit...
- 09:57 AM Base Language Feature #6821: java collection performance
- Stanislav Lomany wrote:
> > Actually, I doubt that such optimization will result in any significant performance in a... - 09:56 AM Base Language Feature #6821: java collection performance
- Small improvements over millions of calls add up. The fact that the profiling tools don't show obvious hotspots mean...
- 09:45 AM Base Language Feature #6821: java collection performance
- Greg Shah wrote:
> > I would perform benchmarking/profiling first.
>
> This is what was done. See #6821-4.
Th... - 09:31 AM Base Language Feature #6821: java collection performance
- > The point with all the Map and Set iterators is that they allocate lots of short-lived objects.
That's true. I m... - 09:25 AM Base Language Feature #6821: java collection performance
- > Actually, I doubt that such optimization will result in any significant performance in all situations.
I did som... - 09:18 AM Base Language Feature #6821: java collection performance
- > I would perform benchmarking/profiling first.
This is what was done. See #6821-4. - 05:12 AM Base Language Feature #6821: java collection performance
- Actually, I doubt that such optimization will result in any significant performance in all situations. See e.g. a dis...
- 04:54 AM Base Language Feature #6821: java collection performance
- Stanislav Lomany wrote:
> I assume we're taking about replacing
Correct.
> I found that there're not so many plac... - 04:45 AM Base Language Feature #6821 (WIP): java collection performance
- Constantin,
> For example, using Java for-each loop for an an ArrayList instead of a @for@ and getting the element... - 10:28 AM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
> I am not very happy with this double iteration. It implies a performance penalty. Ultimatel... - 10:12 AM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> I need to iterate over a DATA-SOURCE twice - first with the original QUERY and then with th... - 09:08 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- > the performance decreased a lot (there may be some internal storage which affects the INVOKEDYNAMIC instruction at ...
- 09:08 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- From Constantin:
> More with the the lambda for ControlFlowOps, I think the lambda performance is directly proport...
12/16/2022
- 02:59 PM Database Feature #6444: dataset improvements
- Something is wrong in the @BufferImpl.fill()@ logic regarding child relations. In the @data_relation/recursive_relati...
- 03:48 AM Database Feature #6444: dataset improvements
- I need to iterate over a DATA-SOURCE twice - first with the original QUERY and then with the 'relaxed' one. What is t...
- 10:59 AM Database Support #6709: track nested FIND inside a related FOR loop
- I'm OK with the @6709-20221216.patch@.
You've tested conversion for both the large customer application and also H... - 09:53 AM Database Support #6709: track nested FIND inside a related FOR loop
- Greg Shah wrote:
> Please post an updated patch for review.
> We emit the getter or the @FieldReference@ in @conv... - 08:30 AM Database Support #6709: track nested FIND inside a related FOR loop
- > The bug is fixed and the conversion was successful. Should I commit the changes?
Please post an updated patch fo... - 03:31 AM Database Support #6709: track nested FIND inside a related FOR loop
- Greg Shah wrote:
> Danut, please address the bug and make sure to test conversion with that application.
The bug is... - 09:50 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- Greg Shah wrote:
> We need both server side and client side logging. I think most of the time the server side appro... - 09:33 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- > > We are at a point where we are still heavily modifying our implementation and that includes our external API.
> ... - 09:33 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- Yes, @LogHelper@ can be changed.
- 09:32 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- Greg Shah wrote:
> We are at a point where we are still heavily modifying our implementation and that includes our e... - 09:31 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- Greg Shah wrote:
> At this time, I don't see how our 4GL-compatibility needs to change for this task, but I may be m... - 09:29 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- > If some FWD users want to develop their new Java code extending their app functionality, do they import / integrate...
- 09:25 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- > * Each system process should have a separate log file.
Yes
> * Screen / client drivers output on the screen e... - 06:49 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- A question: If some FWD users want to develop their new Java code extending their app functionality, do they import /...
- 08:50 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Hynek Cihlar wrote:
> Hynek Cihlar wrote:
> > 6764.07.patch checked in to 3821c revision 14417.
>
> I reverted t... - 08:06 AM Database Support #6714: check if there is an optimization opportunity when copying temp-tables based on mu...
- I've made a mistake and used the wrong patch when testing previously. The second @removeRecords@ call didn't execute ...
- 07:24 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- Please focus on #5703 first and pause work on this task.
- 05:48 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- Galya Bogdanova wrote:
> The Windows spawner creates the new process with all the needed attributes as it is now, bu... - 03:01 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- Galya Bogdanova wrote:
> That's where we set a @stdout@ handler to the properly renamed filename and execute the @cm... - 02:52 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- I have another idea of how to solve the pid issue on Windows.
The Windows spawner creates the new process with all... - 02:30 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- Greg Shah wrote:
> I think you can try any 4GL code which uses @DISPLAY@, @PUT@ or similar output statement without ... - 03:31 AM Base Language Bug #6999: OO methods/properties used in direct Java calls
- Consider this type:...
- 03:27 AM Base Language Bug #6999 (New): OO methods/properties used in direct Java calls
12/15/2022
- 02:56 PM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- > I need an ABL procedure that outputs to outputToFile to test it out.
I think you can try any 4GL code which uses... - 01:17 PM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- I'm attaching a diff for a demo implementation of how @%pid%@ replace and @stdout@ redirect can work in Java for back...
- 09:00 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- > Run the cmd in the spawner process itself. This looks like a more dangerous exercise, since I don't fully understan...
- 07:26 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- My proposal cannot actually work for Windows where @CreateProcess@ creates an independent new process without any ref...
- 02:11 PM Database Bug #6997: OUTPUT BY-REFERENCE records are not cleared
- I returned to this testcase. I altered the original code a bit and I found more evidences in favour of confirming the...
- 11:02 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- I'll use this comment to summarize the types of log files we ultimately need (it'll be updated additionally).
---... - 09:01 AM Runtime Infrastructure Bug #5703: rationalize, standardize and simplify the client-side log file name configuration
- A related issue to be addressed by the change, as described in #4331:
> Standalone clients (confirmed for gui_swin... - 09:49 AM Testing Support #6858: rework existing testcases to use ABLUnit
- Greg Shah wrote:
> Yes. At any given point in our development, new testcases are written for features we have no im... - 08:23 AM Testing Support #6858: rework existing testcases to use ABLUnit
- Yes. At any given point in our development, new testcases are written for features we have no implemented yet. It i...
- 08:21 AM Testing Support #6858: rework existing testcases to use ABLUnit
- Multiple files in the @testcases@ project do not convert with FWD. Is this expected?
- 09:28 AM Base Language Feature #6827 (WIP): reduce the memory footprint of WrappedResource implementations: replace BDTs...
- Sorry, guys, I think I've reviewed all FWD classes implemening @WrappedResource@ but there're no usages of BDT. I've ...
- 08:36 AM Database Feature #6816: improve PreselectQuery.assembleHQL
- Another update: after the last post I started working on a Factory design pattern for @SortCriterion@. This patch inc...
12/14/2022
- 02:07 PM Database Feature #6444: dataset improvements
- I've realized that we do not really need an auxiliary temporary table to use recursive CTE instead of iteration (see ...
- 02:31 AM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
> The FILL operation is QUERY driven. And that happens for each buffer affected (that is, aft... - 01:26 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- The lambdas will created like this:...
- 11:46 AM Database Bug #6997: OUTPUT BY-REFERENCE records are not cleared
- It does not make full sense. The BY-REFERENCE should be bound to the target table temporarily, hiding that table. As ...
- 05:46 AM Database Bug #6997: OUTPUT BY-REFERENCE records are not cleared
- In start.p, a temporary table @main@ is created which is assigned 1 element, then that table is used as an output par...
- 05:44 AM Database Bug #6997 (New): OUTPUT BY-REFERENCE records are not cleared
- 10:01 AM Database Support #6709: track nested FIND inside a related FOR loop
- Looks like the problem was caused by a @FOR FIRST table@ statement. Fixed by checking if the previous sibling of the ...
- 09:23 AM Database Feature #6995: possibly support NO-UNDO temporary tables directly in H2
- I am aware of the @force-no-undo@ setting which forces all tables into @no-undo@. If this flag is set, no @SavepointM...
- 09:15 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Yes, please use @PROVERSION@ and preprocessing to conditionally implement logic by OE version.
- 09:09 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Greg Shah wrote:
> OE 11.7.x is in use right now. They can't move to OE 12 without facing serious issues which have... - 07:42 AM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Greg Shah wrote:
> Can you do something low effort to work around this issue until we have 6129b changes ready?
I... - 07:32 AM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Can you do something low effort to work around this issue until we have 6129b changes ready?
- 06:27 AM Database Feature #6582: implement multi-table AdaptiveQuery
- I've wrapped my head around this topic (@ProgressiveResults@ vs @ScrollingResults@) for a while now, so I can provide...
- 05:55 AM Database Support #6714: check if there is an optimization opportunity when copying temp-tables based on mu...
- Originally, my intention was to delete the records from a table based on the @targetMultiplex@ when the @outputParame...
- 04:22 AM Database Feature #6816: improve PreselectQuery.assembleHQL
- Update: I noticed that @SortCriterion.toString@ gets called quite often so I had a look in that function to see if so...
12/13/2022
- 06:48 PM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> BTW: it looks that @FILL@ for recursive dataset can be very expensive since it can require ... - 04:54 PM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Greg Shah wrote:
> Vladimir: Please check your failing scenario in 6129b and let us know what you find.
Yes, in... - 04:53 PM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Constantin Asofiei wrote:
> Check your classpath. ConvertedClassName no longer exists in 6129b.
Yes, I forgot to ... - 04:29 PM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Check your classpath. ConvertedClassName no longer exists in 6129b.
- 03:43 PM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Greg Shah wrote:
> Vladimir: Please check your failing scenario in 6129b and let us know what you find.
I canno... - 02:04 PM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Our OO implementation is much more advanced in vranch 6129b than in 3821c. In 6129b, at this time we only use @Legac...
- 07:30 AM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Vladimir Tsichevski wrote:
> No, it is the Java sources which will not compile.
> Note: the name if the field ref... - 07:24 AM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Marian Edu wrote:
> All classes in @OpenEdge@ and @Progress@ packages were created *manually*, this is the expecte... - 07:13 AM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Vladimir Tsichevski wrote:
> The fields in @OpenEdge.Core.DataTypeEnum@ are named after the corresponding Progress b... - 06:59 AM Base Language Bug #6993 (Review): OO: incorrect field names in DataTypeEnum.java
- Fixed in 3821c rev. 14438.
- 06:45 AM Base Language Bug #6993 (WIP): OO: incorrect field names in DataTypeEnum.java
- 06:42 AM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- Please do fix this.
- 06:31 AM Base Language Bug #6993: OO: incorrect field names in DataTypeEnum.java
- The fields in @OpenEdge.Core.DataTypeEnum@ are named after the corresponding Progress base data types, like @characte...
- 06:24 AM Base Language Bug #6993 (Closed): OO: incorrect field names in DataTypeEnum.java
- 03:19 PM User Interface Feature #6996: WebGUI: Analyze the effect of willReadFrequently option on the 2D renderer perform...
- According to this article https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently @wil...
- 03:13 PM User Interface Feature #6996 (New): WebGUI: Analyze the effect of willReadFrequently option on the 2D renderer p...
- 11:56 AM Database Feature #6995: possibly support NO-UNDO temporary tables directly in H2
- I think @Session.log@ is responsible for logging the sub(tx) details needed for savepoints or rollback. This is enab...
- 11:13 AM Database Feature #6995: possibly support NO-UNDO temporary tables directly in H2
- I guess a simple first step is to profile typical flows in real applications and see if we can associate any bottlene...
- 11:08 AM Database Feature #6995: possibly support NO-UNDO temporary tables directly in H2
- NO-UNDO temp-tables are used heavily in many 4GL applications. Typically, regular temp-tables are used as well, such ...
- 10:41 AM Database Feature #6995 (Closed): possibly support NO-UNDO temporary tables directly in H2
- 10:37 AM Database Feature #6582: implement multi-table AdaptiveQuery
- Greg Shah wrote:
> > consider way stronger optimizations directly in the H2 engine: this involves some extended work... - 09:10 AM User Interface Bug #6994: session:set-wait-state("general") must mimic UI responsiveness and UI mouse pointer be...
- See testcase below.
# At @hBtnWaitstate@ of the (default-) window , the UI is irresponsive. At the @hBtnWaitstate@... - 09:06 AM User Interface Bug #6994 (New): session:set-wait-state("general") must mimic UI responsiveness and UI mouse poin...
- 07:47 AM Database Feature #6928: H2 UPDATE performance improvement
- Alexandru Lungu wrote:
> As a side question, I see some changes from for-each structure into index based iteration: ... - 06:58 AM Database Feature #6928: H2 UPDATE performance improvement
- I got deep in most of the changes in rev. 8 - they seem reasonable. As a side question, I see some changes from for-e...
12/12/2022
- 04:34 PM Runtime Infrastructure Bug #5699 (Closed): broken logfile name on Windows appserver clients (and probably other cases on...
- 01:28 PM Runtime Infrastructure Bug #5699: broken logfile name on Windows appserver clients (and probably other cases on Windows)
- I ran the server on Windows with a batch process and was able to confirm the new behavior of the spawner of properly ...
- 02:29 PM Database Feature #6444: dataset improvements
- Based on my tests the @FILL@ for recursive DATA-RELATION add records which are not in the DATA-SOURCE QUERY only if b...
- 01:29 PM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Some additional notes:
* having both consumer and function lambdas doesn't really have a functional benefit, only fu... - 10:32 AM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Eric, please review attached patch - it adds a invocation handler like this:...
- 12:19 PM Database Feature #6928 (Review): H2 UPDATE performance improvement
- The changes are in fwd-h2 project rev 8.
Alexandru: please review. - 08:17 AM Database Support #6709: track nested FIND inside a related FOR loop
- I've uncommitted 3821c rev 14436. It causes the following regression in conversion for a large customer application....
- 04:29 AM Database Support #6709: track nested FIND inside a related FOR loop
- Greg Shah wrote:
> You can just do this:
> ...
12/10/2022
- 11:52 PM Database Support #6714: check if there is an optimization opportunity when copying temp-tables based on mu...
- Dănuț,
I am sorry for the delay, somehow the notification emails got lost at the bottom of the list and I only saw...
12/09/2022
- 10:30 AM Database Bug #6767: Possible name clashes in DMO classes
- Eric: This is still waiting for review.
- 08:39 AM Database Feature #6444: dataset improvements
- Marian Edu wrote:
> Igor Skornyakov wrote:
> > What puzzles me is the logic for 'relaxing' the @qEmp@ conditions to... - 08:19 AM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> What puzzles me is the logic for 'relaxing' the @qEmp@ conditions to find the parent record... - 07:45 AM Database Feature #6444: dataset improvements
- Marian Edu wrote:
> Please not that while the recursive relation does load the FK parent in the parent temp-table (s... - 05:32 AM Database Feature #6444: dataset improvements
- The @data_relation/recursive_relation_fill.p@ test fails with FWD with @Cannot run GET methods on query qEmp until it...
- 04:51 AM Database Feature #6444: dataset improvements
- Marian Edu wrote:
> Ovidiu Maxiniuc wrote:
> >
> > > Marian,
> > > Is it correct that the DATA-SOURCE query shou... - 04:46 AM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
>
> > Marian,
> > Is it correct that the DATA-SOURCE query should select a subset of a sin... - 08:16 AM Database Feature #6371: implement SAVE CACHE statement
- Regression is fixed, current revision number is 14434.
- 05:41 AM Runtime Infrastructure Bug #5699: broken logfile name on Windows appserver clients (and probably other cases on Windows)
- Greg Shah wrote:
> In your current setup, you are just using a local copy *bound to* the central repo. Any local co... - 05:38 AM Runtime Infrastructure Bug #5699 (Test): broken logfile name on Windows appserver clients (and probably other cases on W...
- When you believe that all functional requirements of the task are complete, please set the % Done to 100%.
- 05:37 AM Runtime Infrastructure Bug #5699: broken logfile name on Windows appserver clients (and probably other cases on Windows)
- > I messed up the branch creation / co and pushed from the local branch directly to 3821c. I'll be more careful next ...
- 05:32 AM Runtime Infrastructure Bug #5699: broken logfile name on Windows appserver clients (and probably other cases on Windows)
- Greg Shah wrote:
> Code Review Task Branch 3821c Revision 14429
>
> The change is good, however you are missing t... - 05:30 AM Runtime Infrastructure Bug #5699: broken logfile name on Windows appserver clients (and probably other cases on Windows)
- Code Review Task Branch 3821c Revision 14429
The change is good, however you are missing the history entry. - 05:20 AM Runtime Infrastructure Bug #5699 (Review): broken logfile name on Windows appserver clients (and probably other cases on...
- Greg Shah wrote:
> Is @string@ not a pointer to @WCHAR@? If the contents of @string@ are not wide characters, then ...
12/08/2022
- 06:44 PM Testing Bug #6920: Ins and outs of Sikuli for GUI testing
- Today I had an very challenging issue related to using masks. There are times when the Chrome warning for a non-priva...
- 04:40 PM Database Support #6709: track nested FIND inside a related FOR loop
- > > 1. I don't think we should limit the for each processing to only match temp-tables and buffers. All record phrase...
- 04:32 PM Database Support #6709: track nested FIND inside a related FOR loop
- I think @FieldReference@ is less clean looking and it will be slower. In #4928, we do have some ideas to improve it ...
- 08:45 AM Database Support #6709: track nested FIND inside a related FOR loop
- ...
- 03:24 AM Database Support #6709: track nested FIND inside a related FOR loop
- Greg Shah wrote:
> 1. I don't think we should limit the for each processing to only match temp-tables and buffers. A... - 04:33 PM Database Feature #6371: implement SAVE CACHE statement
- Boris, if you have a fix for the conversion regression, please commit it.
- 01:06 PM Database Feature #6371: implement SAVE CACHE statement
- Revision 6371a/14431 fixes some issues, including the following with the DMO interface assembly:
* a package path ... - 04:23 PM Runtime Infrastructure Bug #5699: broken logfile name on Windows appserver clients (and probably other cases on Windows)
- Is @string@ not a pointer to @WCHAR@? If the contents of @string@ are not wide characters, then that explains the re...
- 11:42 AM Runtime Infrastructure Bug #5699 (WIP): broken logfile name on Windows appserver clients (and probably other cases on Wi...
- I was able to reproduce it. The problem is in @replace_str@ function. I've added to the code a few comments to show v...
- 03:45 PM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
>More than that, I understand that you aim for a 'fast-copy' mechanism where the rows are cop... - 03:27 PM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
> Igor Skornyakov wrote:
> > > Oh, I see. Indeed, in this case we cannot be sure which versi... - 03:02 PM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> > Oh, I see. Indeed, in this case we cannot be sure which version of the CTE syntax to use.... - 05:59 AM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> Oh, I see. Indeed, in this case we cannot be sure which version of the CTE syntax to use.
... - 01:31 AM Database Feature #6444: dataset improvements
- Ovidiu Maxiniuc wrote:
> Igor Skornyakov wrote:
> > It appears that DATASET:FILL() is not working at all for RECURS... - 03:13 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Yes. I assume the proxy case is being worked on in #6939.
- 02:42 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Greg, the 8 million iterations chosen for the MthdTest was because this is the number of Utils.invoke for a large app...
- 01:52 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- > How will it pass the parameters?
We can handle this with a bit of "standardization" in the registration or via a... - 01:41 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- I've tested something like this (for my original MthdTest):...
- 12:52 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Constantin Asofiei wrote:
> Greg Shah wrote:
> > We can generate Java code to register lambdas with CFO during an i... - 12:41 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Greg Shah wrote:
> We can generate Java code to register lambdas with CFO during an initializer. It could be an arr... - 11:24 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- We can generate Java code to register lambdas with CFO during an initializer. It could be an array where each elemen...
- 11:20 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Greg, for ControlFlowOps, this lambda method approach can't be easily used - because we will have to generate 'on the...
- 10:13 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- > For this, we need to change the FWD proxy impl to send the lambda beside the Method to the handler.
Eric's idea ... - 10:03 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Greg Shah wrote:
> I'm especially excited to see how this improves the @ControlFlowOps@ usage since we could elimina... - 08:02 AM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- I'm especially excited to see how this improves the @ControlFlowOps@ usage since we could eliminate the dispatching c...
- 09:04 PM Base Language Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- I've been working on a different approach to this problem. The original problem noted above is that ReflectASM and J...
- 01:55 PM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- In the lambda approach, the target instance is already captured, so changing the array also changes the target.
- 01:43 PM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Greg Shah wrote:
> If we need the ability to temporarily replace the target methods for an implementation,
I don't ... - 01:29 PM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- If we need the ability to temporarily replace the target methods for an implementation, we should consider a kind of ...
- 01:10 PM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Constantin Asofiei wrote:
> ... directly from the bytecode of the i.e. DMO Implementation class setter/getter.
wh... - 01:07 PM Runtime Infrastructure Feature #6939: improve proxy performance by hard-coding method invocation
- Eric, the main issue of the interceptor flavor of the @InvocationHandler@ is that in some cases the target instance o...
- 05:57 AM Database Support #6708 (Review): track/report at runtime when AdaptiveQuery shifts into dynamic mode
- Committed 3821c/rev.14425. Small fix. The number of invalidated queries displayed in the Overview was wrong when @OUT...
12/07/2022
- 04:42 PM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> It appears that DATASET:FILL() is not working at all for RECURSIVE DATA-RELATION (the @Data... - 11:56 AM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> I'm thinking about adding support for a RECURSIVE DATA-RELATION by re-writing the DATA-SOUR... - 10:45 AM Database Feature #6444: dataset improvements
- The @BufferImpl.fill()@ method is pretty long (400 lines of code) and complicated.
I'm thinking about adding support... - 12:25 PM User Interface Feature #3931: single sign-on for virtual desktop mode
- Support for @<customers_large_gui_application>@ user name replacing OS account name in log files (as requested in #43...
- 07:07 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- From Galya, via email:
> I haven't looked at the Java classes instantiated by the spawner, so let me ask if there ... - 03:33 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Hynek Cihlar wrote:
> 6764.07.patch checked in to 3821c revision 14417.
I reverted the patch in 3821c revision 14...
12/06/2022
- 07:21 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- 6764.07.patch checked in to 3821c revision 14417.
- 07:00 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Hynek Cihlar wrote:
>
> Marian, please add a file history entry to @ThinClient.java@ and also fix the one in @Even... - 03:48 AM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Marian Edu wrote:
> Greg Shah wrote:
> > > I'd like to get 6764.06.patch in 3821c. Any objection?
> >
> > No ob...
12/05/2022
- 03:01 PM Database Feature #6444: dataset improvements
- It appears that DATASET:FILL() is not working at all for RECURSIVE DATA-RELATION (the @DataSet.getTopBufferList()@ re...
- 02:47 PM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Greg Shah wrote:
> > I'd like to get 6764.06.patch in 3821c. Any objection?
>
> No objection from me.
None fr... - 02:34 PM User Interface Feature #6764: Improve trigger selection for keyboard events.
- > I'd like to get 6764.06.patch in 3821c. Any objection?
No objection from me. - 02:33 PM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Hi
What is the status of this issue ?
I'd like to move on with Regression Tests fix and events/triggers are next bi... - 02:16 PM User Interface Feature #6764: Improve trigger selection for keyboard events.
- Marian, Greg, I'd like to get @6764.06.patch@ in 3821c. Any objection?
- 01:54 PM User Interface Feature #6978 (WIP): Editor widget performance optimization
- 09:42 AM User Interface Feature #6978: Editor widget performance optimization
- From #6899-95:
Greg Shah wrote:
> Perhaps we can simplify things a bit. We store an array of lines. When we mak... - 09:12 AM User Interface Feature #6978: Editor widget performance optimization
- The remaining work discussion can be found in #6899.
In short when the editor content become big enough sending fu... - 09:09 AM User Interface Feature #6978 (WIP): Editor widget performance optimization
- 09:29 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- Greg Shah wrote:
> The approach seems reasonable.
>
> Eugenie: Do you have any thoughts, questions or concerns?
... - 09:11 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- The approach seems reasonable.
Eugenie: Do you have any thoughts, questions or concerns? - 06:18 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- The Windows spawner is a lot more simple than the UNIX one in the process creation part (more complicated in the secu...
- 04:41 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- Greg Shah wrote:
> The test code doesn't help me understand the process tree/pid list/redirected output log name for... - 07:34 AM Database Support #6709: track nested FIND inside a related FOR loop
- Code Review 6709-rpt-20221205.diff
Good, it is getting closer.
1. I don't think we should limit the for each pr... - 03:51 AM Database Support #6709: track nested FIND inside a related FOR loop
- Greg Shah wrote:
> 1. Please switch out the use of a @Stack@ for the @ScopedSymbolDictionary@.
I made the @FOR EACH... - 06:07 AM Database Feature #6371: implement SAVE CACHE statement
- My suspicion is the logical change in @XmlHelper.setAttribute()@ - I added a check for @value.isEmpty()@ and it proba...
- 12:51 AM Database Feature #6371: implement SAVE CACHE statement
- Eric Faulhaber wrote:
> I found that I was unable to convert test cases using 6371a/14119, with an error during anno... - 02:50 AM Database Feature #6816: improve PreselectQuery.assembleHQL
- After I did some investigation upon the @PreselectQuery.assembleHQL@ function, two types of optimization occurred to ...
- 02:13 AM Database Feature #6928: H2 UPDATE performance improvement
- |_. version |_. server run |_. client run |_. indexed (ms) |_. unindexed(ms) |
|h2-1.4.200.jar | 1...
12/02/2022
- 04:52 PM Database Feature #6928: H2 UPDATE performance improvement
- Here are the results for two server runs, each with 5 client connection:
|\3=. First Run |/9. |\3=. Second Run |
|_... - 02:32 PM Database Feature #6928: H2 UPDATE performance improvement
- Alexandru/Ovidiu: previously I uploaded the wrong jar (it was the rev 7 one, not the patched one). Please try with t...
- 11:17 AM Runtime Infrastructure Bug #5701: logfile names for -O outputToFile use the spawner pid instead of the Java (FWD client ...
- The test code doesn't help me understand the process tree/pid list/redirected output log name for the FWD client. Ca...
- 09:09 AM Database Support #6708: track/report at runtime when AdaptiveQuery shifts into dynamic mode
- Committed 3821c/rev.14409. Made a change in order to display the parent methods in the 4GL code by the number of call...
- 08:44 AM Database Feature #6444: dataset improvements
- Igor Skornyakov wrote:
> However, FWD in this case generates no row data at all.
It appears that this is the prob...
Also available in: Atom