Activity
From 02/03/2024 to 03/03/2024
03/04/2024
- 09:08 PM Database Bug #7645: Simplify _meta database initialization by removing <schema>.meta.xml resource
- Eduard, is this ready for review? Is there anything left to do on this, other than regression testing?
03/01/2024
- 12:30 PM User Interface Bug #8376: Focus transfer problem with frames having no focusable contents
- The code example:...
- 12:10 PM User Interface Bug #8376 (New): Focus transfer problem with frames having no focusable contents
02/29/2024
- 01:17 PM User Interface Bug #8365: FILL-IN: editing character issues
- Vladimir Tsichevski wrote:
> Another issue: the trailing whithespace characters other than @SPACE@ must *not* be tri... - 01:01 PM User Interface Bug #8365: FILL-IN: editing character issues
- Another issue: the trailing whithespace characters other than @SPACE@ must *not* be trimmed in @fillIn:SCREEN-VALUE@....
- 11:50 AM User Interface Bug #8365: FILL-IN: editing character issues
- OE displays the @TAB@ character in character @FILL-IN@, but FWD does not.
The test program:... - 06:46 AM User Interface Feature #4853 (Test): implement support for reporting a device-id which is meant to identify a un...
- 4853a was merged to trunk as rev. 15017 and archived.
- 06:24 AM User Interface Feature #4853 (Merge Pending): implement support for reporting a device-id which is meant to iden...
- That solves the problem nicely. You can merge to trunk now.
- 04:39 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- 4853a r15002 setDeviceId to accept only one (the initial) value for the device id in each session.
Can this be mer... - 04:13 AM Database Bug #7645: Simplify _meta database initialization by removing <schema>.meta.xml resource
- Committed on 7645a. revision 15017.
I moved the logic from metaschema.xml into MetadataManger class, and created a... - 03:21 AM Database Bug #7645 (WIP): Simplify _meta database initialization by removing <schema>.meta.xml resource
02/28/2024
- 03:15 PM User Interface Bug #8365: FILL-IN: editing character issues
- Vladimir Tsichevski wrote:
> In character mode, the @Home@ and @End@ keys should move the focus the the first and th... - 03:13 PM User Interface Bug #8365: FILL-IN: editing character issues
- In character mode, the @Home@ and @End@ keys should move the focus the the first and the last item in the focused wid...
- 01:29 PM User Interface Bug #8365: FILL-IN: editing character issues
- If the user enters the @?@ in the first position, the screen value is replaced by @?@ as expected.
If the user moves... - 01:22 PM User Interface Bug #8365: FILL-IN: editing character issues
- If the @SCREEN-VALUE@ of the @FILL-IN@ is set to *unknown*, the screen value is replaced by @?@ as expected, but this...
- 01:11 PM User Interface Bug #8365: FILL-IN: editing character issues
- This task is dedicated to issues related to @FILL-IN@ with *character* format.
- 01:09 PM User Interface Bug #8365 (New): FILL-IN: editing character issues
- 09:53 AM Deployment Feature #8362: implement a web-based UI for "project creation" and deliver it as a docker image
- The idea is that it will be a standard public image that can be executed with a single command line by a customer, an...
- 08:57 AM Deployment Feature #8362 (New): implement a web-based UI for "project creation" and deliver it as a docker i...
- 09:43 AM Conversion Tools Feature #6252: cleanup of p2j.cfg.xml
- I think we want to move away from @p2j.cfg.xml@ to a project-level @.json@ file that has everything needed to configu...
- 07:54 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> > I would prefer to not expose @SessionUtils.setDeviceId()@ but the separation of the creation of... - 07:50 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- > I would prefer to not expose @SessionUtils.setDeviceId()@ but the separation of the creation of the device-id makes...
- 06:06 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Sergey Ivanovskiy wrote:
> Does it make sense to read @process.getErrorStream()@ too when we run an external program... - 05:23 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Does it make sense to read @process.getErrorStream()@ too when we run an external program that can write results to t...
- 03:00 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> Sergey: Please review.
Sergey, would you please review. This task is blocking the progress of ...
02/27/2024
- 01:07 PM User Interface Bug #7824 (Closed): Simplify idle connection settings and apply the default configuration for the...
- 12:24 PM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Branch 7824b has been merged to trunk, and archived.
- 11:01 AM User Interface Bug #7824 (Merge Pending): Simplify idle connection settings and apply the default configuration ...
- You can merge to trunk.
- 11:00 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Greg Shah wrote:
> You've tested non-debug scenarios to confirm that what "should" happen actually is the case?
Y... - 10:56 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- You've tested non-debug scenarios to confirm that what "should" happen actually is the case?
- 10:54 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Greg Shah wrote:
> Is there any risk associated with these changes?
No. They would only be used in debug scenario... - 10:37 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Is there any risk associated with these changes?
- 10:21 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Yes, I agree with Roger.
- 10:17 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Branch 7824b was rebased to trunk revision 15011 and is now at revision 15017.
I believe this is ready for merge.
- 12:18 PM User Interface Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Continuing progress on #4517...
When I introduced a testcase, there is other breakage since there are strange aspe... - 11:02 AM User Interface Bug #8353 (WIP): Fully support stanza INI LOAD/USE/UNLOAD scenarios
02/26/2024
- 01:18 PM Base Language Bug #8346: Find and fix any use cases with implicit use of working directory when accessing file-...
- File system access through the file system resource was exclusively executed on the client. Since #4065 it can also e...
- 01:05 PM Base Language Bug #8346 (New): Find and fix any use cases with implicit use of working directory when accessing...
- 07:59 AM User Interface Bug #8340: Wrong LASTKEY value on left button mouse down event
- On mouse left button down the @LASTKEY@ value is -1.
# The expected value is 617
# According to the docs, the @LA... - 07:57 AM User Interface Bug #8340 (New): Wrong LASTKEY value on left button mouse down event
- 06:02 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Roger: Please create a new task in the base language project for this work. Copy your #4517-55 content there and kee...
02/23/2024
- 06:14 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- The testing setup is taking longer than the code update, but I believe my updates in revision 15010 of this branch no...
- 01:38 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Roger, create a test plan that includes the original behavior described in #4517-48, as well as your customer case, f...
- 09:53 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Maybe I'm off base, but I am just trying to be helpful. There was a change introduced in the area of INI handling whe...
- 07:14 AM Conversion Tools Feature #3971 (WIP): add support for unicode escape sequences in the preprocessor
- 3971b was merged to trunk as rev. 15004 and archived.
This task will stay open for the @\uXXXXXX@ cases to be impl... - 07:07 AM Conversion Tools Feature #3971 (Merge Pending): add support for unicode escape sequences in the preprocessor
- I understand it is already tested. It can merge to trunk now.
- 06:07 AM Conversion Tools Feature #3971 (Internal Test): add support for unicode escape sequences in the preprocessor
- Code Review Task Branch 3971b Revision 15004
The change looks good. What other testing is needed? - 05:47 AM Conversion Tools Feature #3971 (Review): add support for unicode escape sequences in the preprocessor
- There was an issue with unicode processing in CASE-WHEN statements:...
02/22/2024
- 04:33 PM User Interface Bug #8324: ON MOUSE-SELECT-DOWN does not suppress ON EMPTY-SELECTION
- In OE the following program:...
- 03:44 PM User Interface Bug #8324 (New): ON MOUSE-SELECT-DOWN does not suppress ON EMPTY-SELECTION
- 09:23 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > > Greg - can you please upload @fwd-imageio-bmp-3.10.1.jar@ to GCD maven repository ?
>
> Sorry, wrong upload. @... - 09:19 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > updating JavaScript components - Sergey or I can do it.
Tomasz: Please take this. Sergey is busy with bugs. - 07:03 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Tomasz Domin wrote:
> > Whats left:
> > * updating fwd-imageio-bmp to 3.10.1 to due to a c... - 06:52 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Whats left:
> * updating fwd-imageio-bmp to 3.10.1 to due to a critical vulnerability CVE-2... - 05:36 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> > if you'd like to stay on old/current dependencies for Java 8 and keep latest dependencies versi... - 03:56 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > if you'd like to stay on old/current dependencies for Java 8 and keep latest dependencies version only for Java 11/...
- 03:30 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Hynek Cihlar wrote:
> Tomasz, do you have any comparison on performance between 8 and 17?
OK, I found it in #8208... - 03:29 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz, do you have any comparison on performance between 8 and 17?
- 07:29 AM Conversion Tools Feature #3971: add support for unicode escape sequences in the preprocessor
- 3971a was merged to trunk as rev. 15000 and archived.
- 07:23 AM Conversion Tools Feature #3971 (WIP): add support for unicode escape sequences in the preprocessor
- I talked with Constantin and the fix is good to go. I am merging it now.
- 06:18 AM Conversion Tools Feature #3971: add support for unicode escape sequences in the preprocessor
- The fix for this is simply allowing the unicode marker to "escape" the preprocessor:...
- 03:18 AM Base Language Bug #8309: Do the error handling for r-index and extend implementation to INDEX and LONGCHAR
- This is a follow up of the findings in #8302-13.
Vladimir, I just intended to make the @r-index@ semantics right. ... - 03:16 AM Base Language Bug #8309 (Internal Test): Do the error handling for r-index and extend implementation to INDEX a...
- 01:17 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Roger Borrello wrote:
> Am I off base?
Yes.
Greg Shah wrote:
> The 4GL features @LOAD@, @UNLOAD@, @USE@, @GET... - 08:24 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Revision 15002 contains updates to make the mapping key standard (no @.ini@ extension). The testcase I used was:
<pr...
02/21/2024
- 04:09 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- I have been absent from this task to get the @testcases_v2@ standardized. In doing so, I failed to find any testcases...
- 02:50 PM User Interface Support #8306: 3-button mouse to portable mouse mapping?
- Does anyone know?
- 02:50 PM User Interface Support #8306 (New): 3-button mouse to portable mouse mapping?
- 02:48 PM User Interface Support #8305: ChUI: how to change focus between items which belong to different frames?
- Does anyone knows if it is possible to *move focus* between items which belong to *different frames in ChUI*? Since I...
- 02:48 PM User Interface Support #8305 (New): ChUI: how to change focus between items which belong to different frames?
- 01:36 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- I have pushed Java 17 compatible branch @6692a@ revision 15009, which is based on a quite recent @trunk@ revision 149...
- 01:07 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> * Merge Java 8/11 build configuration in 6692 (Java 8/11 stays on current dependencies' versio... - 07:59 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> What about incognito mode? Doesn't that act as a separate browser?
This works. @BroadcastChanne... - 07:52 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- What about incognito mode? Doesn't that act as a separate browser?
- 07:36 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> 1. I assume you have already tested the simple "one browser" case of opening a session in browser... - 06:04 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Sergey: Please review.
- 06:04 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Code Review Task Branch 4853a Revisions 14989 through 15000
These are very good changes.
1. I assume you have...
02/20/2024
- 01:25 PM User Interface Bug #8300: NPE in ChUI mode when ESC is pressed.
- When the user presses @Escape@ button, the following code is executed in @LinuxKeyboardReader.keyPressed()@:...
- 01:15 PM User Interface Bug #8300 (New): NPE in ChUI mode when ESC is pressed.
- 01:13 PM User Interface Bug #8299: ALERT-BOX in ChUI mode incorrectly handles long messages
- If the message is too long to fit in window, OE throws the 4149 message:
!8299-OE.png!
FWD just prints over the... - 01:06 PM User Interface Bug #8299 (New): ALERT-BOX in ChUI mode incorrectly handles long messages
- 12:53 PM User Interface Bug #7794: FILL-IN: editing numbers issues
- *CANNOT RERPRODUCE*
Yet another issue related to digit input at the rightmost position in ChUI mode.
In OE the cu... - 10:31 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Test plan executed. Fixes in r15000.
Ready for review. - 05:04 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Manual testing plan to be executed:
* Run a procedure with content @MESSAGE SESSION:DEVICE-ID VIEW-AS ALERT-BOX@ and... - 10:25 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> The existing FWD trunk already supported Java 11 (see [[p2j:Switching Between Java 8 and Java 11]... - 08:01 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> > What is preferred way of increasing memory available to @ant@ and @gradle@ - via increasing @an... - 07:52 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Alexandru Donica wrote:
> I need a branch able to run with java 17 but made from the branch 7156b, for issue #8114. ... - 07:49 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Alexandru Donica wrote:
> I need a branch able to run with java 17 but made from the branch 7156b, for issue #8114. ... - 07:47 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > What is preferred way of increasing memory available to @ant@ and @gradle@ - via increasing @ant@ memory with @ANT_...
- 07:10 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- I need a branch able to run with java 17 but made from the branch 7156b, for issue #8114. Could someone with more kno...
- 05:29 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg
It appears that @javac@ and @iajc@ task need more heap memory then default - when starting @ant@ from @gradle@ ... - 09:56 AM Base Language Feature #4392 (Test): add -pf support for appserver CONNECT() method
- 09:54 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- 4392a was merged to trunk as rev. 14995 and archived.
- 09:33 AM Base Language Feature #4392 (Merge Pending): add -pf support for appserver CONNECT() method
- 09:33 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- You can merge to trunk after 7019d.
- 03:06 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- I've started one of the customer projects with 4392a and it seems to be working.
Greg, it should be ready for merge. - 09:37 AM Base Language Bug #8294: SESSION attributes access statements produce uncompilable Java code
- All of these are currently 100% unsupported in the conversion. The gap marking should show that. Converting things ...
- 09:29 AM Base Language Bug #8294: SESSION attributes access statements produce uncompilable Java code
- The following example which accesses 14 attributes of @SESSION@:...
- 08:17 AM Base Language Bug #8294 (New): SESSION attributes access statements produce uncompilable Java code
- 08:43 AM User Interface Feature #3288: support > 1 browser tabs for a single FWD java client instance
- Here is a list of high level tasks that I came up with. With comments and an estimation.
* Model changes (2 MD)
*... - 07:57 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- After testing POC with JMXs I found out that @(select count()) = 1@ is used often and a lot more than with @FIRST@ or...
- 03:13 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- I've made a few examples to check if there are other methods used and got the following:
* @CAN-FIND(pt1)@ generated...
02/19/2024
- 02:13 PM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Checking for @exists@ in the FQL seems like a reasonable approach. Right now, it is only used to implement server-sid...
- 08:03 AM User Interface Feature #3288: support > 1 browser tabs for a single FWD java client instance
- We are thinking about this task again in relation to a customer requirement for a multi-screen system where their use...
- 07:08 AM Runtime Infrastructure Feature #7799 (WIP): automated vulnerability scanning
- I've implemented vulnerability checks in #6692 with @org.owasp.dependencycheck@ plugin.
A sample report for @FWD@ @... - 05:00 AM User Interface Feature #4853 (Review): implement support for reporting a device-id which is meant to identify a ...
- 4853a r14999 based on trunk r14989 ready for review. What has been done:
* @SESSION:DEVICE-ID@ added:
** device ID ... - 03:55 AM Runtime Infrastructure Bug #8281 (Test): Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Branch 8281a was merged into trunk as revision 14989 and archived.
- 03:25 AM Runtime Infrastructure Bug #8281 (Merge Pending): Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Yes, please merge to trunk.
- 03:03 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Ovidiu Maxiniuc wrote:
> Dănuț, do not forget to add a note in the notification message that the keys for values of ... - 12:20 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Theodoros Theodorou wrote:
> The following code does not write into the db in 4GL, but in FWD it does.
>
> [...]
...
02/18/2024
- 01:13 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- > client-swing.sh will show the characters. But I can not enter them through the terminal.
> client-terminal.sh will... - 01:09 PM Base Language Feature #6425 (Closed): SESSION handle features
- The remaining work is in #7675.
- 12:57 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Eric: This is for you.
- 12:30 PM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- > I'm not sure what is considered 'message sent' that resets the timeout.
Sergey: Can you answer this?
02/16/2024
- 05:57 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- The smoke test I was thinking was to regression test the branch, to have a minimum certainty that there are no bugs a...
- 03:53 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Ovidiu Maxiniuc wrote:
> I was thinking more like:
> [...]
> Anyway, this was just a hint. We are not optimizing t... - 04:58 PM Runtime Infrastructure Bug #8281 (Internal Test): Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Eric Faulhaber wrote:
> Ovidiu, please review ASAP.
I see nothing wrong with the code. The branch is a couple of re... - 04:22 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Dănuț Filimon wrote:
> Constantin, should I mention the change in #7156?
Yes, please follow the template from previ... - 04:22 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- *Committed 7156b/rev.15012*. Applied the patch from #8281-11.
Constantin, should I mention the change in #7156? - 04:14 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- I've already laid the field for the patch so I'll be attaching it here. There are no conflicts in 7156b when it is ap...
- 04:09 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Danut, please follow these steps to apply the patch to 7156b:
* do @bzr diff -r 14985 > 8281a.diff@ and attach also ... - 03:36 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Eric Faulhaber wrote:
> Since this change takes away or changes existing configuration, please commit the necessary ... - 03:22 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Since this change takes away or changes existing configuration, please commit the necessary changes to the directory ...
- 02:38 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- *Committed 8281a/rev.14987* which removes the unnecessary directory import and updated the [[p2j:Database_Configurati...
- 02:26 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Eric Faulhaber wrote:
> Danut, please finalize the documentation and do any testing that needs to be done once the r... - 02:16 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- Ovidiu, please review ASAP.
Danut, please finalize the documentation and do any testing that needs to be done once... - 01:36 AM Runtime Infrastructure Bug #8281 (Review): Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- *Committed 8281a/rev.14986*. @DynamicQueryHelper@ and @DynamicValidationHelper@ caches are now created through @Cache...
- 10:03 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- When upgrading @JanusGraph@ to one of @1.1.0@ releases there seems to be a bug in @tinkerpop@/@gremlin@ graph travers...
- 09:12 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- I need to determine if a session is actually still alive, when not found in the same browser as a newly spawned clien...
02/15/2024
- 05:46 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- When running my App, I see that Unicode is supported. I put in Unicode (beyond 8 bit) into Item Descriptions in Maria...
- 03:05 PM Base Language Feature #6425: SESSION handle features
- Greg should we close this ticket or should I start implementing the startup parameter functionalities?
- 03:00 PM Runtime Infrastructure Bug #8206: Logging manager issues
- Rebased 8206a from trunk revision 14986. The latest revision in this branch is now 14992.
- 02:14 PM Runtime Infrastructure Bug #8206: Logging manager issues
- Galya B wrote:
> I guess you keep into consideration the @LOG-MANAGER@ errors:
> * @11065, "-logthreshold must be s... - 02:45 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Can someone please have a look?
- 01:11 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Review of 4392a/r14952, based on trunk r14940.
Galya B wrote:
> Changes applied: Question marks in JavaDoc remove... - 10:19 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Galya B wrote:
> I'm having troubles to find the correct method to terminate a session (not the current one) from a ... - 09:40 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- I'm having troubles to find the correct method to terminate a session (not the current one) from a non-related contex...
- 07:06 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- I also need to mention that the classes handle dynamic query and validation expressions conversion at runtime. If the...
- 06:52 AM Runtime Infrastructure Bug #8281 (WIP): Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- 06:51 AM Runtime Infrastructure Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- @DynamicQueryHelper@ and @DynamicValidationHelper@ initialize caches in a static block, these can be done through @Ca...
- 06:15 AM Runtime Infrastructure Bug #8281 (Closed): Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- 05:35 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> > Despite Jetty 9 has no longer a public support there is a quite new version of Jetty 9 @9.4.53.... - 12:24 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > Despite Jetty 9 has no longer a public support there is a quite new version of Jetty 9 @9.4.53.v20231009@ - I gues...
- 04:23 AM Database Feature #6628 (WIP): port PostgreSQL native user defined functions to MariaDB
- Eric Faulhaber wrote:
> OK, please go ahead and implement my suggestions. That is:
>
> * augment @FQLPreprocessor... - 03:53 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Vladimir Tsichevski wrote:
> The old way to set the theme using the client configuration parameters does not work an...
02/14/2024
- 04:52 PM Runtime Infrastructure Bug #8206: Logging manager issues
- Vladimir Tsichevski wrote:
> IntegerStartupParameter:
>
> # the way to check an integer parameter with this regex... - 07:52 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Theodoros Theodorou wrote:
> I made the changes and pushed them to 8206a rev no 14962. Please check them and let m... - 01:22 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Theodoros Theodorou wrote:
> Galya B wrote:
> > Theodoros Theodorou wrote:
> > > > # the maximum number of digits ... - 03:48 PM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- # The old way to set the theme using the client configuration parameters does not work anymore, so I always run in th...
- 09:56 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Oops... fixed and committed in revision 14990. I believe this is ready for merge to trunk.
- 09:34 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- I found minor issue that you missed javadoc for this field...
- 08:56 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Thank you for clarifying. This is ready for review as revision 14989. Branch has been rebased to trunk revision 14985.
- 03:17 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- No, the debug port and the suspend option should be implemented differently. If the port range is not given, then the...
- 07:30 AM Database Feature #6720: lazy hydration
- I changed @BaseRecord.copy@, to set @hydrator@ and @liveProps@ of the new record ...
- 04:02 AM Database Feature #6720: lazy hydration
- Lets go ahead with some statistics. From where is @getData@ called and how many times. Please find the back traces of...
- 02:09 AM Database Feature #6720: lazy hydration
- On delete of a temporary buffer and a deleted buffer is placed in before table.
But to make this copy a snapshot o...
02/13/2024
- 04:51 PM Runtime Infrastructure Bug #8206: Logging manager issues
- Vladimir Tsichevski wrote:
> Galya B wrote:
>
> > I still need an example from Vladimir, because the messages I t... - 04:47 PM Runtime Infrastructure Bug #8206: Logging manager issues
- Galya B wrote:
> Theodoros Theodorou wrote:
> > > # the maximum number of digits in an integer parameter is 10, sho... - 02:26 PM Base Language Bug #8274 (New): use singleton/immutable BDT instances when returned from FWD runtime into the ap...
- 02:24 PM Base Language Bug #8273 (Test): avoid ErrorConditionException for FIND ... NO-ERROR if no record is found
- 02:23 PM Base Language Bug #8272 (WIP): reduce ClassNotFoundException and NoSuchMethodException usage in RuntimeJastInte...
- 02:22 PM Database Feature #6720: lazy hydration
- Short update from a live discussion with Eduard: the regression seems to be related with the @BaseRecord.getData@ cal...
- 12:37 PM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Sergey Ivanovskiy wrote:
> Roger, your code changes helped me to find out what was missed. I think that @WebClientCn... - 08:02 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Roger, your code changes helped me to find out what was missed. I think that @WebClientCnfig@ should not have this su...
- 10:13 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Hynek Cihlar wrote:
> Greg Shah wrote:
> > Constantin or Hynek: Do you recall?
>
> I think it was to bring down ... - 09:33 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Thank you for the review. I'll take a look again.
- 03:24 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- @envIniMap@ is used in two places in @EnvironmentDaemon@: when using and unloading the environment.
Roger, you've ...
02/12/2024
- 11:53 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Vladimir Tsichevski wrote:
> Galya B wrote:
>
> > I still need an example from Vladimir, because the messages I t... - 06:54 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Galya B wrote:
> I still need an example from Vladimir, because the messages I tested were well formatted back whe... - 02:04 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Theodoros Theodorou wrote:
> > # the maximum number of digits in an integer parameter is 10, should be 19.
> I thin... - 11:33 AM User Interface Bug #7794: FILL-IN: editing numbers issues
- Vladimir Tsichevski wrote:
> Yet another issue: decimal editor: inserting the question mark @?@ does not reset the e... - 11:30 AM User Interface Bug #7794: FILL-IN: editing numbers issues
- *FIXED*
Yet another issue: clearing @FILL-IN@ in GUI must set the screen value to @?@, but in FWD the value is right... - 11:17 AM User Interface Bug #7794: FILL-IN: editing numbers issues
- Vladimir Tsichevski wrote:
> Yet another issue: decimal editor: inserting the question mark @?@ does not reset the e... - 02:39 AM Database Bug #7496: finish support for query:forward-only attribute
- Rebased *7496a* with *trunk/rev.14981*. *7496a* is now at revision *14991*.
- 02:29 AM Database Bug #7334 (Test): Reclaim used sessions to improve performance
- 02:29 AM Database Bug #7334 (Internal Test): Reclaim used sessions to improve performance
- Alexandru Lungu wrote:
> This reached trunk a while ago. Is there anything left on this task? If not, please move it... - 02:26 AM Database Bug #7334: Reclaim used sessions to improve performance
- This reached trunk a while ago. Is there anything left on this task? If not, please move it to test.
02/10/2024
- 08:20 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- > I apologize for my ignorance, but for the Hotel app, where exactly do I set the encoding for the client? I assume i...
02/09/2024
- 06:53 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Robert Jensen wrote:
> I apologize for my ignorance, but for the Hotel app, where exactly do I set the encoding for ... - 06:31 PM Runtime Infrastructure Bug #8206: Logging manager issues
- Kind reminder to check the comments above so we can proceed merging the bug fixes
- 06:30 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- The following code does not write into the db in 4GL, but in FWD it does....
- 09:49 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Theodoros Theodorou wrote:
> I checked the code and the method @Persistence.executeSQL()@ calls @local.commit()@ whi... - 04:53 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Theodoros Theodorou wrote:
> Constantin Asofiei wrote:
> > ** what happens if the 4GL tx is rolled back? Are the au... - 05:50 PM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Greg Shah wrote:
> Sergey is busy with other tasks, so you will have to implement the fixes and Sergey can review yo... - 09:10 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Sergey is busy with other tasks, so you will have to implement the fixes and Sergey can review your changes.
- 09:10 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Yes, the pattern works, but I had to add this to allow the server to start:...
- 06:00 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- This pattern should work. I tested...
- 03:30 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> > I found a note about @jetty@ classifier @uber@: @But this Uber artifact is not for direct consu... - 12:20 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > I found a note about @jetty@ classifier @uber@: @But this Uber artifact is not for direct consumption, never was. I...
- 12:18 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > Shall I move forcing newer dependencies to base configuration so all dependencies versions are aligned for all conf...
- 11:55 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> I had A LOT of trouble upgrading @jetty@ uber-jar so for now I've left it alone for now.
>
... - 11:51 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Tomasz Domin wrote:
> > ** Rework FWD code to allow usage with latest dependencies versions -... - 11:47 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Ignore anything related to Keikai. Hynek manages those dependencies and they are already up to date.
- 11:45 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> Sergey: Can you please review our javascript dependencies and mae a list of the latest stable/non... - 10:40 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Sergey: Can you please review our javascript dependencies and mae a list of the latest stable/non-beta and non-snapsh...
- 09:33 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> ** Rework FWD code to allow usage with latest dependencies versions - ?d
>
Pushed branch @6... - 02:38 PM User Interface Bug #7794: FILL-IN: editing numbers issues
- *ISSUE*
Another issue: then a (right-aligned) @FILL-IN@ is just displayed, the screen value must be empty, hence nei... - 11:29 AM User Interface Bug #7794: FILL-IN: editing numbers issues
- *ISSUE*
Incorrect screen value formatting:
If the format string includes a minus sign character, and the @FILL-IN... - 08:44 AM User Interface Bug #7794: FILL-IN: editing numbers issues
- Vladimir Tsichevski wrote:
> Alignment-related issue 2: Right-aligned editor becomes left-aligned after an unknown v... - 01:17 PM User Interface Bug #8261 (Internal Test): REGRESSION: delete selection works incorrectly for a left-aligned deci...
- This was reviewed in #7019-124.
- 08:42 AM User Interface Bug #8261 (Review): REGRESSION: delete selection works incorrectly for a left-aligned decimal FIL...
- The fix is ready in 7019c rev. 14979. Please, review.
- 08:42 AM User Interface Bug #8261 (WIP): REGRESSION: delete selection works incorrectly for a left-aligned decimal FILL-IN
- 10:36 AM Database Bug #7924: add support for creating an empty database
- Issue has been fixed in *7924a.rev.14794*. All field types can be augmented with @__null@ for @MariaDbDialect@ when t...
- 10:27 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Galya B wrote:
> Greg Shah wrote:
> > What about the non-web client cases? We obviously don't need to implement th... - 10:26 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- > > I think the design described in #4853-51 is close, but I don't think the "last spawned client" should "win" (stay...
- 09:59 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> What about the non-web client cases? We obviously don't need to implement the one browser approa... - 09:23 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> I think the design described in #4853-51 is close, but I don't think the "last spawned client" sh... - 08:10 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- What about the non-web client cases? We obviously don't need to implement the one browser approach. How do we imple...
- 08:02 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- I think the design described in #4853-51 is close, but I don't think the "last spawned client" should "win" (stay ali...
- 07:12 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- For #8258 and for the sake of differentiating between devices the device id should be GUID. The UUID is generated and...
- 06:54 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> * It can be copied and used in other browser instances, so it is only safe:
> ** If we put some ... - 09:58 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Code Review Task Branch 4517b revision 14979 and 14980
I'm OK with the changes. - 08:56 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Galya: Please review.
I will also review it. - 08:55 AM User Interface Feature #4517 (Review): optionally back the 4GL features for Registry access with the user-specif...
- Greg Shah wrote:
> Yes, that seems reasonable.
>
> Does your branch have the fix or fixes for the regression(s)?
... - 07:29 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Yes, that seems reasonable.
Does your branch have the fix or fixes for the regression(s)? - 11:48 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- How about this? It's pretty explicit:...
- 07:42 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- There is this comment @// environment name should not contain .ini file extension@ and this code @name = env.endsWith...
- 04:57 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- Alexandru Lungu wrote:
> Eduard Soltan wrote:
> > For now in we assign to @updateLock@ the following expression: @u... - 04:04 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- Eduard Soltan wrote:
> For now in we assign to @updateLock@ the following expression: @updateLock = (lt != LockType.... - 03:58 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- For now in we assign to @updateLock@ the following expression: @updateLock = (lt != LockType.NONE);@.
I think that... - 03:59 AM Database Bug #7999: FWD does not honor FIELDS/EXCEPT at dynamic queries
- Ovidiu Maxiniuc wrote:
> ** line 1368: @byLegacyName()@ requires that the argument to be normalized (lowercase). Yo...
02/08/2024
- 06:47 PM User Interface Feature #4517 (Internal Test): optionally back the 4GL features for Registry access with the user...
- Created branch 4517b (dead-ended 4517a) and is at revision 14979. Not sure how to put this into review.
- 06:43 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Greg Shah wrote:
> Shouldn't we be testing to see if @env@ already ends in @.ini@ and removing it if it is there bef... - 06:21 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Galya B wrote:
> > All I know is what I see...
> Since you're seeing, then we're on the same opinion that there is... - 09:06 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Although for a regression not related to #4517, there might have been a better place to do it and not this closed tas...
- 09:02 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Roger Borrello wrote:
> Galya B wrote:
> > You might get confused by the original code variable being reassigned, b... - 08:57 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Galya B wrote:
> You might get confused by the original code variable being reassigned, but in actual fact it was en... - 01:58 AM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Roger Borrello wrote:
> There is a regression caused by revision @14823@ to @src/com/goldencode/p2j/util/Environment... - 06:46 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Constantin Asofiei wrote:
> ** what happens if the 4GL tx is rolled back? Are the audit events lost in 4GL? Or do w... - 06:35 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Ovidiu Maxiniuc wrote:
> It seems like you code is a bit different than the trunk. But it still should work:
>
> ... - 05:58 PM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Roger Borrello wrote:
> Sergey, I applied the patch, and it doesn't work properly. It actually has suspend as @null@... - 05:50 PM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Sergey, I applied the patch, and it doesn't work properly. It actually has suspend as @null@ when it tries to build t...
- 08:53 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Sergey Ivanovskiy wrote:
> Added the corresponding patch for the trunc source.
Thanks, Sergey. The patch looks go... - 07:02 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Added the corresponding patch for the trunc source.
- 07:00 AM User Interface Bug #7824 (Review): Simplify idle connection settings and apply the default configuration for the...
- Please review the committed rev 14976 (7824b).
- 01:32 AM User Interface Bug #7824 (WIP): Simplify idle connection settings and apply the default configuration for the we...
- According to #7143-673 it needs to support this debugger option @suspend=y@. Created 7824b.
- 05:08 PM User Interface Bug #7794: FILL-IN: editing numbers issues
- *FIXED*
Alignment-related issue 2: Right-aligned editor becomes left-aligned after an unknown value once was entered... - 02:14 PM Database Bug #8249: Introduce a fast fill method to optimize Dataset.fill
- I discussed with Alexandru [ad] and there is a reasonable observation that the fill queries are usual @AdaptiveQuery@...
- 09:20 AM Database Bug #8249: Introduce a fast fill method to optimize Dataset.fill
- A little note:
@DataSet.fill@ calls @BufferImpl.fill@ which calls @FillWorker.fill@ (class inside @BufferImpl@), whi... - 01:22 PM User Interface Bug #8261: REGRESSION: delete selection works incorrectly for a left-aligned decimal FILL-IN
- Versions: 7019b aka trunk 14978.
Scenario:
# Create left-aligned decimal @FILL-IN@ with default decimal forma... - 01:17 PM User Interface Bug #8261 (Internal Test): REGRESSION: delete selection works incorrectly for a left-aligned deci...
- 11:41 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Galya B wrote:
> What is the goal the customer wants to achieve with this feature? Allow all ten colleagues working ... - 11:24 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- What is the goal the customer wants to achieve with this feature? Allow all ten colleagues working from the same offi...
- 11:18 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- > > > There is one major issue having no browser fingerprint and no unique identifier for the user who is logging in:...
- 11:05 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- One browser policy can be implemented without a flaw if sessions are associated with unique users.
- 11:01 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- Greg Shah wrote:
> > There is one major issue having no browser fingerprint and no unique identifier for the user wh... - 10:57 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- > There is one major issue having no browser fingerprint and no unique identifier for the user who is logging in: the...
- 10:25 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- There is one major issue having no browser fingerprint and no unique identifier for the user who is logging in: the d...
- 09:35 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- > Is this One Browser Policy feature supposed to work for non-SSO?
Yes
> Is there supposed to be a limitation t... - 04:20 AM User Interface Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
- * Is this One Browser Policy feature supposed to work for non-SSO?
* Is there supposed to be a limitation to the num... - 11:00 AM Database Bug #7924: add support for creating an empty database
- Dănuț,
@sql_only_user__null@ must be generated.
This thing seemed familiar to me. I did a bit of research and ... - 10:47 AM Base Language Feature #6417: cleanup some known items in appserver support
- There are several common error messages for the SOAP requests, but it's difficult to compile requirements for when ea...
- 10:12 AM Database Bug #7999: FWD does not honor FIELDS/EXCEPT at dynamic queries
- Review of 7999a/14954-14958.
The code looks promising, most of the issues below are low priority. but there are a co... - 09:30 AM User Interface Bug #8260: treelist sorting column with null and empty string values does not produce correct result
- Using the @TreeList@ testcase:
We add nodes with the following cell values... - 09:14 AM User Interface Bug #8260 (Feedback): treelist sorting column with null and empty string values does not produce ...
- 09:08 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- Eduard, this basically means that the condition in #8259-2 is incorrect.
Please post here a cut-out to the problem... - 08:49 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- Alexandru Lungu wrote:
> I wonder if NO-LOCK to SHARE-LOCK is considered an lock update.
It is. Any change in loc... - 08:03 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- I wonder if NO-LOCK to SHARE-LOCK is considered an lock update.
- 07:20 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- Alexandru Lungu wrote:
> My whole concern here is that we do an extra session cache look-up for almost any record ... - 05:55 AM Database Bug #8259: Reduce the work done by PreselectQuery.coreFetch
- Eduard detected recently that there is some work being done in @PreselectQuery.coreFetch@ regarding an extra fetch.
... - 04:29 AM Database Bug #8259 (New): Reduce the work done by PreselectQuery.coreFetch
- 09:01 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- In terms of JMX, results look promising. Out of a million of "Select all" type of queries, the @DirectAccess@ method ...
- 06:42 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- Radu, if the solution is stable. Lets get some profiling results asap.
Please go in-depth with some JMX to check the... - 06:35 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- Alexandru Lungu wrote:
> You can have compound queries. A component can be instantiated as an @AdaptiveQuery@. See @... - 05:24 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- You can have compound queries. A component can be instantiated as an @AdaptiveQuery@. See @for each tt, each tt2@, as...
- 05:09 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- Alex/Greg: Are there any other ways of generating a "Select all" type of *static* query that turns into an @AdaptiveQ...
- 07:19 PM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- I've committed to:
* *7252b rev. 14934* a change for better handling of index choosing in @AdaptiveQuery.getAllLazyD... - 08:52 AM User Interface Bug #8074 (Test): Preferred UI Theme not selected in web with auto-login and forked sessions
- 08:44 AM User Interface Bug #8074 (Internal Test): Preferred UI Theme not selected in web with auto-login and forked sess...
- 8074b was merged to trunk as rev. 14976 and archived.
- 08:36 AM User Interface Bug #8074 (Merge Pending): Preferred UI Theme not selected in web with auto-login and forked sess...
- 08:27 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Go ahead and rebase and then merge to trunk.
- 01:39 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Greg Shah wrote:
> Is any additional testing needed?
I don't think so.
02/07/2024
- 06:05 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- Yes, you can create a branch. The proposed patch doesn't seem quite right. Shouldn't we be testing to see if @env@ ...
- 04:59 PM User Interface Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
- There is a regression caused by revision @14823@ to @src/com/goldencode/p2j/util/EnvironmentDaemon.java@ method @publ...
- 01:56 PM User Interface Feature #4517 (Closed): optionally back the 4GL features for Registry access with the user-specif...
- 02:46 PM User Interface Feature #3931 (Closed): single sign-on for virtual desktop mode
- 02:45 PM User Interface Feature #4203 (Closed): expose some web-client details as 4GL global variables
- 02:32 PM User Interface Bug #7794: FILL-IN: editing numbers issues
- *ISSUE*
Another issue: inserting the decimal separator character in the decimal editor should position the cursor *n... - 02:30 PM Conversion Tools Bug #8257: meta tables leaking to primary database
- In #8244 I discovered some meta tables are displayed as part of the primary database when the natural join relations ...
- 02:23 PM Conversion Tools Bug #8257 (New): meta tables leaking to primary database
- 02:30 PM User Interface Feature #4853 (WIP): implement support for reporting a device-id which is meant to identify a uni...
- I spoke with the customer today. I explained the limitations of this concept:
* Any stored device-id can be clear... - 01:56 PM User Interface Feature #4854 (Closed): origin affinity
- 01:52 PM User Interface Feature #4129 (Closed): map web client users to OS accounts
- 01:51 PM User Interface Feature #4856 (Closed): web client session forking
- 01:29 PM Base Language Feature #4392 (Review): add -pf support for appserver CONNECT() method
- Ovidiu: Please review.
- 01:27 PM User Interface Bug #8074 (Internal Test): Preferred UI Theme not selected in web with auto-login and forked sess...
- Code Review Task Branch 8074b Revisions 14916 through 14920
I'm OK with the changes.
Is any additional testing ... - 12:59 PM Base Language Feature #6417: cleanup some known items in appserver support
- On @QuitConditionException@ the appserver agent gets disconnected, but then @AgentPool.idsToAppserver@ gets empty and...
- 07:40 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> The error thrown by the external procedure should be silenced by @no-error@, then what @AppError@... - 03:53 AM Base Language Feature #6417: cleanup some known items in appserver support
- I need some clarification on the test in @appsrv/soap/test/4glws/test_throw_error.p@:...
- 11:53 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- Greg Shah wrote:
> It seems better to "remember" this information than to calculate it at runtime.
I'll add this id... - 09:56 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> > Tested @Swing GUI Client@ mode , @Embedded Web Client@ and @Virtual Desktop Web Client@ mode -... - 09:48 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > Tested @Swing GUI Client@ mode , @Embedded Web Client@ and @Virtual Desktop Web Client@ mode - all are working cor...
- 06:15 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Committed [[p2j:Hotel_Gui_Demo_Application]] change revision 321 that brings back option to run it under Java 11 and ...
- 04:46 AM Database Bug #8251: Fine tune CompoundQuery optimization when contains clauses are used
- This is a follow up of #8246.
Compound queries using @contains@ clause are no longer optimized:
* Check if this c... - 04:43 AM Database Bug #8251 (New): Fine tune CompoundQuery optimization when contains clauses are used
02/06/2024
- 10:34 AM Database Bug #8249: Introduce a fast fill method to optimize Dataset.fill
- This task is aimed to optimize the @Dataset.fill@ implementation as it represents a bottle-neck in a large customer a...
- 10:00 AM Database Bug #8249 (New): Introduce a fast fill method to optimize Dataset.fill
- 08:49 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- For static queries, we know the 4GL name of the selected index at conversion time. We can easily pass that to the qu...
- 07:26 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- For reference, if one were to assume that an index called @idx2@ would be created for table @tt@, then the following ...
- 11:02 PM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- I've finally managed to isolate that NPE issue I encountered. Long story short (I say "short" because I had a really ...
- 03:21 AM Database Bug #7924: add support for creating an empty database
- Ovidiu, the problem does not start from the index, but from the table field. If you take a look at @DDLGeneratorWorke...
- 01:07 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- OK, please go ahead and implement my suggestions. That is:
* augment @FQLPreprocessor@ to detect and expose whethe...
02/05/2024
- 05:22 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Rebased 6422a from trunk revision 14971. The latest revision in this branch is now 14996.
- 02:35 PM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- It sounds like these suuggested changes are simple and low risk. I don't think we have to quantify the benefit in th...
- 11:56 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- OK, thanks. The change seems to make logical sense, but it got me looking at this part of the code again, and I am a ...
- 10:59 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Eric Faulhaber wrote:
> Dănuț Filimon wrote:
> > There's a single change in @SQLQuery.resetErrorHandler@ that shoul... - 10:53 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Dănuț Filimon wrote:
> There's a single change in @SQLQuery.resetErrorHandler@ that should be mentioned. Instead of ... - 03:18 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- There's a single change in @SQLQuery.resetErrorHandler@ that should be mentioned. Instead of calling the dialect spec...
- 03:14 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- 6628b is already in trunk and reached 7156b, so functionally we are OK in 7156b. 6628c can go in trunk without confli...
- 03:10 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Eric, do you still want 6628c to be merged?
- 02:10 PM Database Bug #7924: add support for creating an empty database
- Review of 7924a/rev.14793.
The code seems fine, except two issues:
1. In case of nullable fields, why injection o... - 11:10 AM Database Bug #7924 (Review): add support for creating an empty database
- *Committed 7924a/rev.14793*.
Based on the error from #7924-14 I noticed that the column does not exist because it ... - 03:56 AM Database Bug #7924: add support for creating an empty database
- The changes work well, I tested conversion with hotel_gui and compared the index ddls for mariadb (before and after)....
- 11:57 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- I apologize for my ignorance, but for the Hotel app, where exactly do I set the encoding for the client? I assume it ...
- 08:36 AM User Interface Feature #6495: add equivalent support for the undocumented -sbhelp command line option
- From a senior developer (also at the customer):
> The sbhelp is actually pretty important to us. It allows for pro... - 08:35 AM User Interface Feature #6495: add equivalent support for the undocumented -sbhelp command line option
- Customer description of this feature (from the customer for which Progress developed the feature):
> The utf8intat... - 08:12 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Committed [[p2j:Hotel_ChUI_Demo_Application]] change revision 95 which brings back support for Java 11 and Java 17.
... - 07:33 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > The issue I'm describing is in the FWD client, when a procedure is c... - 07:29 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> The issue I'm describing is in the FWD client, when a procedure is called via SOAP on the appserver... - 07:25 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > ... but I wonder why is @MultiClassLoader@ needed to return a SOAP f... - 07:23 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> ... but I wonder why is @MultiClassLoader@ needed to return a SOAP fault? Is it something customers... - 07:21 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> > Then, @ProxyFactory.loader@ is @null@, because @AsmClassLoader@ hasn't been instantiat... - 06:52 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> I need some clarification on the resource/proxy/classloader thing: @SOAPFaultImpl@ inherits @Handle... - 04:38 AM Base Language Feature #6417: cleanup some known items in appserver support
- I need some clarification on the resource/proxy/classloader thing: @SOAPFaultImpl@ inherits @HandleResource@ and the ...
- 07:09 AM User Interface Bug #7794: FILL-IN: editing numbers issues
- May be, this task is not the proper place to report this.
The Javadocs for the return type of @NumberType.getDecim... - 07:08 AM User Interface Bug #8239: SELECTION-LIST set SCREEN-VALUE regression from trunk rev. 14821
- ChUI tests fail. I'm investigating the error right now.
Also available in: Atom