Project

General

Profile

Activity

From 12/29/2021 to 01/27/2022

01/27/2022

11:51 AM User Interface Bug #5533: Fix artifacts in COMBO-BOX drop down
Greg Shah wrote:
> Was this only in the WebGL renderer?
Yes.
> Is this the same issue as #5285?
No, that o...
Hynek Cihlar
10:30 AM User Interface Bug #5533: Fix artifacts in COMBO-BOX drop down
Was this only in the WebGL renderer?
Is this the same issue as #5285?
Greg Shah

01/25/2022

04:40 AM Runtime Infrastructure Feature #1847: improve server instrumentation
As part of the work in #4785 (see #4785-746 and later), we have implemented general purpose JMX counter and timer sup... Greg Shah
04:35 AM Runtime Infrastructure Feature #1847: improve server instrumentation
I think one area of useful information may be related to the persistence layer:
* locks
* temp-tables
* buffers
...
Greg Shah

01/24/2022

05:34 PM Database Bug #6007: Browse scrolls through deleted records
In the attached testcase a browse easily scrolls through deleted records. It shouldn't go below the record 10. But it... Stanislav Lomany
05:33 PM Database Bug #6007 (New): Browse scrolls through deleted records
Stanislav Lomany
02:34 PM User Interface Bug #6006: JVM process failures while executing the swing client
It is my understanding that these failures have occurred sporadically while running a customer's converted GUI applic... Greg Shah
02:15 PM User Interface Bug #6006: JVM process failures while executing the swing client
Added logs for the observed JVM crashes. Sergey Ivanovskiy
02:10 PM User Interface Bug #6006 (New): JVM process failures while executing the swing client
Sergey Ivanovskiy
12:37 PM Database Feature #1587: implement full support for word indexes
Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > Igor, have you tested the performance of the database-native @wo...
Igor Skornyakov
12:29 PM Database Feature #1587: implement full support for word indexes
Eric Faulhaber wrote:
> Igor, have you tested the performance of the database-native @words@ UDF vs. that of the PL/...
Igor Skornyakov
11:57 AM Database Feature #1587: implement full support for word indexes
Igor, have you tested the performance of the database-native @words@ UDF vs. that of the PL/Java implementation of th... Eric Faulhaber

01/20/2022

08:22 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Greg Shah wrote:
> I don't think that is needed. We already have useful discussion here that is best to stay togeth...
Vladimir Tsichevski
08:01 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
I don't think that is needed. We already have useful discussion here that is best to stay together with the future w... Greg Shah
07:35 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Greg Shah wrote:
> Code Review 5989-2.diff
>
> We must not make changes to return unknown value from that method....
Vladimir Tsichevski
06:57 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Code Review 5989-2.diff
We must not make changes to return unknown value from that method. The contract of that m...
Greg Shah
06:49 AM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Code Review Task Branch 3821c Revision 13419
We should have an API in @BaseDataType@ to assign the default value w...
Greg Shah

01/19/2022

06:23 PM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Vladimir Tsichevski wrote:
> Also: the value visible in the fill-in for @MESSAGE SET@ statement differs from that in...
Vladimir Tsichevski
06:16 PM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
The original issue fixed in 3821c rev. 13419. Please, review. Vladimir Tsichevski
02:36 PM User Interface Bug #5989 (WIP): MESSAGE SET: empty string is treated as undefined
Also: the value visible in the fill-in for @MESSAGE SET@ statement differs from that in FWD for logical and number va... Vladimir Tsichevski

01/18/2022

03:11 PM User Interface Bug #5989: MESSAGE SET: empty string is treated as undefined
Run the following code:... Vladimir Tsichevski
03:08 PM User Interface Bug #5989 (WIP): MESSAGE SET: empty string is treated as undefined
Vladimir Tsichevski
09:14 AM Base Language Bug #4628: redirection doesn't seem to close an output stream on a block retry
Just a note to indicate the fixes for #5880 do not appear to affect this bug at all. Roger Borrello

01/17/2022

02:56 PM Database Bug #5978: handle implicit data type conversion in runtime (dynamic) conversion
The static and dynamic conversion differ a bit from the point of view of handling compatible data types. We noticed t... Ovidiu Maxiniuc
02:27 PM Database Bug #5978 (New): handle implicit data type conversion in runtime (dynamic) conversion
Ovidiu Maxiniuc

01/14/2022

01:51 PM Database Bug #5972: Finish SQLWarning support for warnings raised by UDFs.
To finish @SQLWarning@ support for queries we need to find an efficient way to detect the queries which use UDFs that... Igor Skornyakov
01:47 PM Database Bug #5972 (New): Finish SQLWarning support for warnings raised by UDFs.
Igor Skornyakov
06:34 AM User Interface Bug #4993: Overlay prevents input when modal dialog open in embedded mode in Chrome
Code Review Task Branch 3821c Revision 13362
No objections.
Hynek/Sergey: Please review.
Greg Shah
06:05 AM User Interface Bug #5971: The correct order of ENTRY/LEAVE, ROW-ENTRY/ROW-LEAVE, VALUE-CHANGED generated for INS...
Please see @demo/test-issue-5528-9.p@ in @testcases@ project and #5528-186. Sergey Ivanovskiy
06:01 AM User Interface Bug #5971 (New): The correct order of ENTRY/LEAVE, ROW-ENTRY/ROW-LEAVE, VALUE-CHANGED generated f...
Sergey Ivanovskiy

01/13/2022

10:57 AM User Interface Bug #5150: killing the web page for the web client should raise the equivalent of a window-close ...
We can make this a limitation of the trigger (in the case that the browser window/tab is forcably killed). I don't t... Greg Shah
10:53 AM User Interface Bug #5150: killing the web page for the web client should raise the equivalent of a window-close ...
Constantin noted this issue:
> There is a problem if we try executing the @WINDOW-CLOSE@ after the FWD client is n...
Greg Shah

01/12/2022

01:06 PM User Interface Bug #5969: Unacceptable keys shouldn't clear selection in fill-in
If a key is not accepted by the current format (?), it should do nothing in 4GL.... Stanislav Lomany
01:00 PM User Interface Bug #5969 (New): Unacceptable keys shouldn't clear selection in fill-in
Stanislav Lomany
12:39 PM User Interface Bug #5968: Integer field misalignment
# Second integer field in this simple testcase has left alignment.
# Both field labels have wrong alignment (left).
...
Stanislav Lomany
12:32 PM User Interface Bug #5968 (New): Integer field misalignment
Stanislav Lomany
12:25 PM Database Feature #5967: better handling of errors received from SQL/database server
In one of previous issue we encountered some issues with the disk space being filled up on the partition where the SQ... Ovidiu Maxiniuc
11:58 AM Database Feature #5967 (New): better handling of errors received from SQL/database server
Ovidiu Maxiniuc

01/11/2022

09:10 PM Base Language Feature #3817 (Closed): create resource bundles from string literals and implement optional suppo...
Nice! Greg Shah

01/10/2022

02:44 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
Hynek Cihlar wrote:
> Greg Shah wrote:
> > 3. Please add the following:
> >
> > * Show an example of the 4GL and...
Hynek Cihlar
01:54 PM User Interface Bug #4993 (Review): Overlay prevents input when modal dialog open in embedded mode in Chrome
Fixed in 3821c/13362.
Constantin Asofiei
01:36 PM User Interface Bug #4993: Overlay prevents input when modal dialog open in embedded mode in Chrome
When a combo box drop-down is open it can't be closed by clicking outside of it, one must select an entry or press Es... Constantin Asofiei
01:34 PM User Interface Bug #4993 (WIP): Overlay prevents input when modal dialog open in embedded mode in Chrome
Constantin Asofiei

01/08/2022

04:27 AM Database Bug #5956: FWD does not reset AVAILABLE flag after UDF error.
Consider the following code (attached):... Igor Skornyakov
04:12 AM Database Bug #5956 (New): FWD does not reset AVAILABLE flag after UDF error.
Igor Skornyakov

01/07/2022

11:09 AM Database Bug #5954: FOR EACH in FWD behaves differently than in 4GL when UDF raises an error
Consider the following test program (attached):... Igor Skornyakov
11:01 AM Database Bug #5954 (New): FOR EACH in FWD behaves differently than in 4GL when UDF raises an error
Igor Skornyakov

01/06/2022

10:48 AM Database Bug #5953: Exceptions raised by UDFs with PRESELECT
It seems that we have a serious problem with @PRESELECT@ if UDF raises an error. Consider the following code:... Igor Skornyakov
10:46 AM Database Bug #5953 (New): Exceptions raised by UDFs with PRESELECT
Igor Skornyakov

01/05/2022

01:54 PM User Interface Feature #4438: parsing and conversion of .wrx files
I have some more findings.
Please note that all the presented results are preliminary as they were tested on a sin...
Hynek Cihlar

01/04/2022

03:05 PM Database Bug #5912 (Closed): improve FastFindCache memory consumption
Eric Faulhaber
02:31 PM Database Bug #5912 (WIP): improve FastFindCache memory consumption
So the fix works, no more leak at FastFindCache. Added to 3821c/13337. Constantin Asofiei
01:56 PM Database Bug #5912: improve FastFindCache memory consumption
Eric Faulhaber wrote:
> Constantin, have you tested my proposed change to see if it resolves the leak?
I haven't ye...
Constantin Asofiei
01:52 PM Database Bug #5912: improve FastFindCache memory consumption
Constantin, have you tested my proposed change to see if it resolves the leak? Eric Faulhaber
01:52 PM User Interface Feature #4438: parsing and conversion of .wrx files
Here are some more findings.
Every wrx file is a COM/OLE structured storage file so it can be treated with the COM...
Hynek Cihlar
07:49 AM User Interface Feature #4438: parsing and conversion of .wrx files
The OCX properties are indeed handled by a COM component, but this comes with OpenEdge. It resides in @prox.dll@ and ... Hynek Cihlar
07:40 PM User Interface Feature #4438: parsing and conversion of .wrx files
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Which exactly OCX control is it?
>
> See Greg's note #4438-...
Vladimir Tsichevski

01/03/2022

03:30 PM User Interface Feature #4438: parsing and conversion of .wrx files
Vladimir Tsichevski wrote:
> Which exactly OCX control is it?
See Greg's note #4438-17. I just had a quick look i...
Hynek Cihlar
03:22 PM User Interface Feature #4438: parsing and conversion of .wrx files
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Hynek Cihlar wrote:
> > > Greg Shah wrote:
> > > > The appbu...
Vladimir Tsichevski
03:12 PM User Interface Feature #4438: parsing and conversion of .wrx files
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Greg Shah wrote:
> > > The appbuilder code (see possenet in t...
Hynek Cihlar
03:09 PM User Interface Feature #4438: parsing and conversion of .wrx files
Hynek Cihlar wrote:
> Greg Shah wrote:
> > The appbuilder code (see possenet in the @src/adeuib/@ directory) itself...
Vladimir Tsichevski
02:57 PM User Interface Feature #4438: parsing and conversion of .wrx files
Greg Shah wrote:
> The appbuilder code (see possenet in the @src/adeuib/@ directory) itself uses an OCX control for ...
Hynek Cihlar
 

Also available in: Atom