Activity
From 01/20/2022 to 02/18/2022
02/18/2022
- 03:11 PM User Interface Feature #4438: parsing and conversion of .wrx files
- The initial version of Wrx parser is finished. I can already use it to unblock some of the related issues.
The remai...
02/17/2022
- 02:25 PM User Interface Bug #6077: Movable widget problem, when using both mouse buttons
- Run the test example from #6074:
# drag frame with left mouse button, do *not* release the button
# while left bu... - 02:13 PM User Interface Bug #6077 (New): Movable widget problem, when using both mouse buttons
- 11:41 AM User Interface Bug #6074: Movable widget problem
- This problem is a regression after the change 13461.
Alexandru, take a look, please.
I've tried your example @m... - 09:37 AM User Interface Bug #6076: Help text is not reset when a widget with no help text gains the focus.
- Testcase:...
- 09:34 AM User Interface Bug #6076 (New): Help text is not reset when a widget with no help text gains the focus.
- 07:02 AM Base Language Feature #4384: Builtin OO Implementation
- > Fixed issues as per-review, attached the new patch.
No objections.
02/16/2022
- 02:47 PM User Interface Feature #4438: parsing and conversion of .wrx files
- Hynek Cihlar wrote:
> Some of the OCXes require a license key otherwise they fail to instantiate. I found out the li... - 02:34 PM User Interface Feature #4438: parsing and conversion of .wrx files
- Some of the OCXes require a license key otherwise they fail to instantiate. I found out the license key is part of th...
- 02:39 PM User Interface Bug #6074 (WIP): Movable widget problem
- 02:38 PM User Interface Bug #6074: Movable widget problem
- The following example defines a movable frame. Users can drag this frame with left mouse button withing the window.
... - 02:37 PM User Interface Bug #6074 (Closed): Movable widget problem
- 12:14 PM User Interface Bug #6073: Improve FRAME:SCROLL option support
- Currently, only @SCROLL = 1@ is supported. We need to add proper support for @SCROLL > 1 && SCROLL < DOWN@. This shou...
- 11:46 AM User Interface Bug #6073 (New): Improve FRAME:SCROLL option support
- 07:03 AM User Interface Bug #6057 (WIP): Attributes access causing widget to be realized when not need to.
- I agree we need proper tests and need to know the full scope of behavior before implementing the full fix. Go ahead ...
- 06:23 AM User Interface Bug #6057 (Feedback): Attributes access causing widget to be realized when not need to.
- Greg,
since we had to revert changes on @realized@/@wasRealized@ - because accessing some of those attributes were...
02/15/2022
- 10:45 AM User Interface Feature #4438: parsing and conversion of .wrx files
- It all looks good.
- 08:44 AM User Interface Feature #4438: parsing and conversion of .wrx files
- Greg Shah wrote:
> That is huge! It will be a big step ahead since we will be able capture the output for all @.wrx... - 07:15 AM User Interface Feature #4438: parsing and conversion of .wrx files
- That is huge! It will be a big step ahead since we will be able capture the output for all @.wrx@ files up front.
... - 06:18 AM User Interface Feature #4438: parsing and conversion of .wrx files
- I can report a success in parsing OCX properties for PSTimer. I successfully read the Interval and Enabled properties...
- 07:08 AM Base Language Feature #4384: Builtin OO Implementation
- Marian, review about the patch:
* ObjectModelParser,HttpClient,BodyWriterBuilder - they have no actual change, only ... - 05:36 AM Base Language Feature #4384: Builtin OO Implementation
- Fixed issues as per-review, attached the new patch.
02/14/2022
- 01:43 PM Base Language Feature #4384: Builtin OO Implementation
- > > * I find it a little confusing that @KW_POLY@ is not "poly" or "polymorphic" but is "_bdt_".
>
> "poly" or "po... - 12:19 PM Base Language Feature #4384: Builtin OO Implementation
- Greg Shah wrote:
> Code Review 3821c.4384m.patch
>
> I've applied the change to a local branch. Some thoughts:
... - 12:11 PM Base Language Feature #4384: Builtin OO Implementation
- Code Review 3821c.4384m.patch
I've applied the change to a local branch. Some thoughts:
1. In @literals.rules@... - 10:05 AM Base Language Feature #4384: Builtin OO Implementation
- Greg Shah wrote:
> I don't see any changes in the patch for @progress.g@.
Still, there should be some starting at... - 09:24 AM Base Language Feature #4384: Builtin OO Implementation
- I don't see any changes in the patch for @progress.g@.
- 03:52 AM Base Language Feature #4384: Builtin OO Implementation
- Marian Edu wrote:
> Attached the patch to merge changes in 4384m branch back into 3821c. There are changes in antlr ... - 02:56 AM Base Language Feature #4384: Builtin OO Implementation
- Attached the patch to merge changes in 4384m branch back into 3821c. There are changes in antlr grammar and rules to ...
02/12/2022
- 07:28 AM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
- Roger Borrello wrote:
> Is this the kind of update you are envisioning? It is successful in my customer's app.
>
... - 07:08 PM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
- Is this the kind of update you are envisioning? It is successful in my customer's app....
02/11/2022
- 05:51 PM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
- Marian Edu wrote:
> The use of the @canAccess@ guard should be reviewed and fix cases where widget realization is no...
02/10/2022
- 08:50 AM User Interface Bug #6057: Attributes access causing widget to be realized when not need to.
- Some widget attributes require the widget to be realized else an error will be thrown (in fact a set of three). The m...
- 08:44 AM User Interface Bug #6057 (WIP): Attributes access causing widget to be realized when not need to.
- 08:39 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> Which converts to:
> [...]
Good catch, the 4GL snippet is probably not the right one but... - 08:20 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- This is in the constructor of @GenericWidget@:...
- 08:18 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- One more thing to note. I had a breakpoint in @GenericWidget.realize@:...
- 02:53 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger, thanks for debugging this - the fact that setting the widget visibility to true marks it as 'realized' is ok. ...
02/09/2022
- 03:55 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- I was able to debug the client, breaking in @AbstractWidget._setVisible@:...
- 12:49 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> Roger Borrello wrote:
> > The error message comes right after I make the menu choice to run... - 12:40 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> The error message comes right after I make the menu choice to run the program, and before I ... - 12:32 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- The error message comes right after I make the menu choice to run the program, and before I hit:...
- 12:30 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- There is this:...
- 12:27 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Regarding what might be going on with setting the @SCROLLBAR-HORIZONTAL@ attribute of a @SELECTION-LIST@ after the fr...
- 11:40 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian Edu wrote:
> Roger Borrello wrote:
> > Likewise I am getting @** Attribute SCREEN-VALUE for the COMBO-BOX xx... - 10:21 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> I notice the @ComboBoxConfig.format@ is 2 exclamations marks: @!!@. I am not familiar with t... - 10:14 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> Likewise I am getting @** Attribute SCREEN-VALUE for the COMBO-BOX xxx has an invalid value ... - 10:12 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> Roger Borrello wrote:
> > Using 13497 on my customer's application, and now receiving 4053 ... - 10:11 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> Using 13497 on my customer's application, and now receiving 4053 error: @Unable to set SCROL... - 10:09 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Roger Borrello wrote:
> Using 13497 on my customer's application, and now receiving 4053 error: @Unable to set SCROL... - 09:40 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Using 13497 on my customer's application, and now receiving 4053 error: @Unable to set SCROLLBAR-HORIZONTAL because t...
- 09:01 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- I did a couple of cosmetic changes to 6038-20220209.patch and checked it in 3821c revision 13497.
- 08:56 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Hynek Cihlar wrote:
> Marian Edu wrote:
> > Marian Edu wrote:
> > Attached the patch for combo-box so the trailing... - 08:53 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Hynek Cihlar wrote:
> In @ComboBoxWidget@ @setLabel@ was called only when value type differed from the combo-box typ... - 08:44 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian Edu wrote:
> Marian Edu wrote:
> Attached the patch for combo-box so the trailing spaces from value are remo... - 07:16 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian Edu wrote:
> Testing this in 4GL only for combo-box the values are trimmed but only at the end, the @list-ite... - 01:39 PM Base Language Feature #4658: OO serialization support
- I assume the OE serializer is walking the object graph somehow. But what happens if the same legacy OO instance is r...
02/08/2022
- 03:28 PM Base Language Feature #4658: OO serialization support
- Thoughts from Constantin:
* the runtime can't use 'implements Serializable' as progress.lang.object IS serializabl... - 02:34 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Testing this in 4GL only for combo-box the values are trimmed but only at the end, the @list-items@/@list-item-pairs@...
- 02:14 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian Edu wrote:
> Eugenie Lyzenko wrote:
> > How about this change in @GenericFrame.java@?
> I've started with @... - 01:51 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Eugenie Lyzenko wrote:
> How about this change in @GenericFrame.java@?
I've started with @GenericFrame@ before but ... - 01:45 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian Edu wrote:
> Eugenie Lyzenko wrote:
> > Marian,
> >
> > Please see #5991.
> >
> > We have severe regre... - 01:26 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Eugenie Lyzenko wrote:
> Marian,
>
> Please see #5991.
>
> We have severe regression from recent combo-box cha... - 12:22 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- With respect to #6044, the fixes in 13481 corrected the problem which exist with 13481. However, the fixes in 13481 ...
- 12:16 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian,
Please see #5991.
We have severe regression from recent combo-box changes for @(set/get)ScreenValue@. P... - 11:46 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Greg Shah wrote:
> Marian: We are backing out the latest 3821c in the customer test environment for both #5881 and #... - 10:19 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian: We are backing out the latest 3821c in the customer test environment for both #5881 and #6044. Please let us...
- 05:09 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- OK, as per our tests so far it looks like the validation doesn't have anything to do with the fact that the widget's ...
- 09:05 AM User Interface Bug #6053: Widget realisation
- Yes, please do.
- 09:02 AM User Interface Bug #6053: Widget realisation
- The widget 'realisation' is somehow inconsistent in FWD, there are two attributes in widget configuration with a big ...
- 08:52 AM User Interface Bug #6053 (Review): Widget realisation
- 02:27 AM User Interface Bug #6042: Nested frame must not be made visible when empty and DISPLAY/ENABLE executed on the pa...
- Hynek Cihlar wrote:
> [...]
Hynek, I could have sworn I've saw that happening but running the code in 4GL doesn't...
02/07/2022
- 02:27 PM Database Bug #4994 (Closed): NPE in AdaptiveQuery when loading null data for an outer join
- Thanks.
- 02:27 PM Database Bug #4994: NPE in AdaptiveQuery when loading null data for an outer join
- Yes, I think so. I do not think I heard of any related issues or regressions because of this.
- 02:23 PM Database Bug #4994: NPE in AdaptiveQuery when loading null data for an outer join
- Ovidiu Maxiniuc wrote:
> [...]
> Committed revision 3821c/12070.
Can this be closed? - 09:36 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Greg Shah wrote:
> Eugenie Lyzenko wrote:
> > Hynek Cihlar wrote:
> > > The changes in 6038-20220204.02.patch are ... - 09:17 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Agreed.
- 09:11 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Greg Shah wrote:
> Marian: Is there anything remaining to do in this task?
I've wrote 4GL tests (static/dynamic... - 09:07 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > The changes in 6038-20220204.02.patch are good. Checked them in 38... - 09:34 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Roger Borrello wrote:
> Roger Borrello wrote:
> > In @ControlSetEntity.setScreenValue@, we've lost the ability to p... - 09:03 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Roger Borrello wrote:
> In @ControlSetEntity.setScreenValue@, we've lost the ability to prevent the error message fr...
02/06/2022
- 08:29 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Hynek Cihlar wrote:
> The changes in 6038-20220204.02.patch are good. Checked them in 3821c revision 13481.
It ha...
02/05/2022
- 11:32 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- The changes in 6038-20220204.02.patch are good. Checked them in 3821c revision 13481.
02/04/2022
- 02:34 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> New issue related to #5118-61.
These and #5118-61 must be fixed in 3821c rev. 13480.
- 01:00 PM User Interface Bug #5118: TREELIST widget issues
- New issue related to #5118-61.
Current management of *node colors* is incorrect in @TREELIST@. It must match that ... - 01:08 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Hynek: Merge this to 3821c if you are OK with the final version.
Marian: Is there anything remaining in this task? - 12:55 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Attached the patch with changes as per Hynek's review.
Hynek Cihlar wrote:
> In CBW.validateScreenValue there is ... - 12:34 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian Edu wrote:
> Hynek Cihlar wrote:
> > Perhaps I'm not interpreting the code directly. This is the flow I see.... - 12:29 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Hynek Cihlar wrote:
> It is OK to mutate the argument in @validateScreenValue@ I think. My point was not to leak ... - 12:23 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Marian Edu wrote:
> Hynek Cihlar wrote:
> > Code review 6038-20220204.patch.
> >And also make sure to always pas... - 12:05 PM User Interface Bug #6038: ComboBox setScreenValue improvements
- Hynek Cihlar wrote:
> Code review 6038-20220204.patch.
>
> @validateScreenValue@, the method javadoc is a bit mis... - 11:46 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Code review 6038-20220204.patch.
@validateScreenValue@, the method javadoc is a bit misleading. It suggests SCREEN... - 07:25 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Hynek: Please review.
Marian: Let us know if the ChUI testing shows any issues. - 07:19 AM User Interface Bug #6038: ComboBox setScreenValue improvements
- Fixes for ComboBox/Radioset that re-uses the basic value validation from base class @ControlSetEntity@ and extend as ...
- 01:06 PM User Interface Bug #6016: Selection list setScreenValue improvements
- Or would it be better just to place that condition within @validateScreenValue@, as it was before?
- 01:03 PM User Interface Bug #6016: Selection list setScreenValue improvements
- In @ControlSetEntity.setScreenValue@, we've lost the ability to prevent the error message from being displayed in the...
02/03/2022
- 02:40 PM User Interface Bug #6042: Nested frame must not be made visible when empty and DISPLAY/ENABLE executed on the pa...
- ...
- 02:35 PM User Interface Bug #6042 (Closed): Nested frame must not be made visible when empty and DISPLAY/ENABLE executed ...
- 10:34 AM Runtime Infrastructure Feature #5896 (WIP): enhance legacy REST support to provide better pure Java development
- 06:19 AM User Interface Bug #6038 (Feedback): ComboBox setScreenValue improvements
- 06:19 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Igor Skornyakov wrote:
> Please note that the problem described in #5983-15 still exists with this revision.
Yes, t... - 05:14 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Hynek Cihlar wrote:
> Sounds good. I checked 6016-20220202.patch in 3821c revision 13476.
Please note that the prob... - 04:17 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Marian Edu wrote:
> This works, no complain at run-time and get screen-value for @SECOND@ returns @S,D@, however whe... - 02:02 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Hynek Cihlar wrote:
> Marian, does it mean the other affected widgets, BROWSE-COLUMNS, COMBO-BOX and RADIO-SET, can'...
02/02/2022
- 10:10 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Marian Edu wrote:
> Greg Shah wrote:
> > > I've pushed 3821c rev 13469 to xfer.
>
> Thanks, attached the patch t... - 09:47 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Greg Shah wrote:
> > I've pushed 3821c rev 13469 to xfer.
Thanks, attached the patch to fix the regression on com... - 08:19 AM User Interface Bug #6016: Selection list setScreenValue improvements
- > I've pushed 3821c rev 13469 to xfer.
- 08:12 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Greg Shah wrote:
> A separate task makes sense.
Will do that, however the changes did introduce some regression f... - 07:17 AM User Interface Bug #6016 (Closed): Selection list setScreenValue improvements
- A separate task makes sense.
- 07:01 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Greg Shah wrote:
> I've pushed 3821c rev 13469 to xfer.
>
> What is left open in this task? Please set the % Don... - 06:50 AM User Interface Bug #6016: Selection list setScreenValue improvements
- I've pushed 3821c rev 13469 to xfer.
What is left open in this task? Please set the % Done. - 04:39 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Marian Edu wrote:
> Hynek Cihlar wrote:
> > The patch is good. Just one minor thing. When @SLW.setScreenValue@ asse... - 02:06 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Hynek Cihlar wrote:
> The patch is good. Just one minor thing. When @SLW.setScreenValue@ assembles the new value it ...
02/01/2022
- 04:27 PM User Interface Bug #6016: Selection list setScreenValue improvements
- Marian Edu wrote:
> Attached the patch that fixes some issues we've found when setting the @screen-value@ for select... - 11:29 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Hynek: Please review the patch and merge it into 3821c if you have no objections.
- 09:38 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Attached the patch that fixes some issues we've found when setting the @screen-value@ for selection-list. There are s...
- 10:21 AM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
- Greg Shah wrote:
> BTW, I think if you used regular triggers (@ON event OF rectangle-widget...@) then it would work....
01/31/2022
- 04:27 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
- We will defer work on this for now.
- 04:27 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
- BTW, I think if you used regular triggers (@ON event OF rectangle-widget...@) then it would work. Most projects we h...
- 03:52 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
- Rectangle rendering/positioning issues, demonstrated by the test app:
# In OE there is a *5-pixels wide gap* betwe... - 03:44 PM User Interface Bug #6028: Define rectangle widget: triggers section is not converted and other issues
- Main issue: @TRIGGERS:@ section in @DEFINE RECTANGLE@ statement is not converted: no triggers in converted Java progr...
- 03:36 PM User Interface Bug #6028 (New): Define rectangle widget: triggers section is not converted and other issues
- 10:41 AM Base Language Feature #4065: server-side processing of client platform dependencies
- I'd like to get an estimate of the performance improvement this task can offer for non-interactive use cases. Perhap...
- 08:43 AM User Interface Bug #6026: line drawing issue in WebGL renderer
- This was originally found in #5285. The details are being moved here since it is a generic issue.
The problem can... - 08:41 AM User Interface Bug #6026 (New): line drawing issue in WebGL renderer
- 03:21 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Hynek Cihlar wrote:
> The idea is to keep the client a generic and thin presentation logic. All the application logi...
01/28/2022
- 11:45 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Marian Edu wrote:
> Hynek Cihlar wrote:
> > Can't you just read the widget's screen value on the server before new ... - 08:05 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Hynek Cihlar wrote:
> Can't you just read the widget's screen value on the server before new one is set and merge it... - 07:37 AM User Interface Bug #6016: Selection list setScreenValue improvements
- Greg Shah wrote:
> From Marian:
>
> Setting @SCREEN-VALUE@ for a selection list was improved by Adrian as part of... - 05:48 AM User Interface Bug #6016: Selection list setScreenValue improvements
- From Marian:
Setting @SCREEN-VALUE@ for a selection list was improved by Adrian as part of #5992, however validati... - 03:28 AM User Interface Bug #6016 (Closed): Selection list setScreenValue improvements
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... - 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?
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...
- 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
...
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...
- 05:33 PM Database Bug #6007 (New): Browse scrolls through deleted records
- 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...
- 02:15 PM User Interface Bug #6006: JVM process failures while executing the swing client
- Added logs for the observed JVM crashes.
- 02:10 PM User Interface Bug #6006 (New): JVM process failures while executing the swing client
- 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... - 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/... - 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...
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... - 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...
- 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.... - 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... - 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...
Also available in: Atom