Activity
From 03/03/2019 to 04/01/2019
04/02/2019
- 10:52 PM Database Feature #4030: improve CompoundQuery optimizer
- Some time ago, I implemented a runtime optimizer for @CompoundQuery@, which would analyze the components of the compo...
- 10:36 PM Database Feature #4030 (New): improve CompoundQuery optimizer
- 10:40 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11312@.
Added first stage of the @AUTO-COMPLETION@ at... - 10:32 PM User Interface Feature #4029: implement more widget rendering knowledge within the client drivers
- I'm not sure if there is already an issue for this potential performance improvement, but I know we've discussed it m...
- 10:24 PM User Interface Feature #4029 (New): implement more widget rendering knowledge within the client drivers
- 10:18 PM User Interface Feature #4028: coalesce multiple STATUS updates sent in rapid succession to reduce DAP work
- We recently encountered a situation in an application where the status messages meant to update the user on the progr...
- 10:08 PM User Interface Feature #4028 (New): coalesce multiple STATUS updates sent in rapid succession to reduce DAP work
- 10:06 PM Runtime Infrastructure Feature #4027: optimize multiple PUT statements by deferring call to client until EOL or EOF
- Many PUT statements called in rapid succession, such as for report rendering, can produce a performance bottleneck. E...
- 09:58 PM Runtime Infrastructure Feature #4027 (New): optimize multiple PUT statements by deferring call to client until EOL or EOF
- 09:53 PM Runtime Infrastructure Feature #4026: ensure all objects transmitted over the DAP implement Externalizable
- Many APIs between client and server have been added over the past few years, some of which pass new object types over...
- 09:48 PM Runtime Infrastructure Feature #4026 (Closed): ensure all objects transmitted over the DAP implement Externalizable
- 09:47 PM Runtime Infrastructure Bug #4025: potential client/server performance improvements
- This issue is for tracking ideas about improving performance in areas of the runtime which deal with the client or wi...
04/01/2019
- 06:43 PM Runtime Infrastructure Bug #4025 (New): potential client/server performance improvements
- 06:40 PM Database Feature #4024: PostgreSQL shared memory JDBC driver
- This concept is a more outside-the-box corollary to the idea behind #4012. In a system where lots of round trips to t...
- 06:22 PM Database Feature #4024 (New): PostgreSQL shared memory JDBC driver
- 06:20 PM Database Feature #4023: PostgreSQL query planning optimization
- To date, we have not made a concentrated effort to tune PostgreSQL's query planner for FWD's use, beyond some basics:...
- 06:12 PM Database Feature #4023 (New): PostgreSQL query planning optimization
- 06:10 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- At the time of this writing, the most recent production PostgreSQL release is 11.2. We are currently working primaril...
- 05:48 PM Database Feature #4022 (WIP): upgrade to a newer PostgreSQL release
- 04:49 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11311@.
Added runtime support for @ADD-COLUMNS-FROM@ ... - 03:37 PM Database Feature #4021: better use of session-related resources such as PreparedStatements and caches
- At the moment, this task is somewhat speculative, in that I'm not sure how well we are amortizing the cost of setting...
- 03:22 PM Database Feature #4021 (New): better use of session-related resources such as PreparedStatements and caches
- 03:19 PM Database Feature #4020: reduce work Hibernate does flushing session
- Each time Hibernate does something that relies on the state of the database to be consistent with changes in the stat...
- 02:46 PM Database Feature #4020 (Rejected): reduce work Hibernate does flushing session
- 02:51 PM Database Feature #3809: ProDataSet support
- Committed r11576 of branch 3809b.
At this moment all the sources provided convert. However, the code is not 100% c... - 11:35 AM Database Feature #4019: rework dirty database implementation to use persistent database
- This task is meant to address two issues with the current dirty database implementation:
* it is limited, in that ... - 11:06 AM Database Feature #4019 (New): rework dirty database implementation to use persistent database
- 11:02 AM Database Feature #4018: possibly move temp-table support into persistent database
- We already do a form of optimization for @CompoundQuery@, where we attempt to determine whether a multi-table query w...
- 10:55 AM Database Feature #4018: possibly move temp-table support into persistent database
- In the early days of FWD, temp-table support was implemented in the persistent database (e.g., PostgreSQL). To avoid ...
- 10:25 AM Database Feature #4018 (New): possibly move temp-table support into persistent database
- 11:52 PM Database Feature #4012 (Review): replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as ...
- Greg, I think we can close this.
- 11:50 PM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Greg Shah wrote:
> What about PGCONF changes? Are AF_UNIX sockets enabled by default?
They are, at least in the ... - 11:43 PM Database Feature #4016: replace portions of Hibernate which are non-performant
- We maintain a lot of information in FWD's persistence layer which is redundant with information maintained by Hiberna...
- 11:35 PM Database Feature #4016 (Closed): replace portions of Hibernate which are non-performant
- 10:35 PM Database Feature #4015: upgrade to a newer Hibernate release
- As [[FWD:Patching_and_Building_Customized_3rd_Party_Libraries#Hibernate|documented here]], we currently are at a cust...
- 10:14 PM Database Feature #4015 (Rejected): upgrade to a newer Hibernate release
03/30/2019
- 04:40 PM User Interface Feature #3811: more misc UI features
- Eugenie Lyzenko wrote:
> Is the same issue for Firefox?
The issue I mentioned with the first key being lost after t... - 11:46 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11310@.
This is the set of fixes for @EDITOR@ widget ...
03/29/2019
- 05:25 PM User Interface Feature #3811: more misc UI features
- Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > What about Editor widget, not Fill-In? Do you see the issue ... - 04:17 PM User Interface Feature #3811: more misc UI features
- Eugenie Lyzenko wrote:
> What about Editor widget, not Fill-In? Do you see the issue in Editor? If not - it is anoth... - 04:09 PM User Interface Feature #3811: more misc UI features
- Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > There is an issue with @EDIT-PASTE()@ implementation(will be... - 03:58 PM User Interface Feature #3811: more misc UI features
- Eugenie Lyzenko wrote:
> There is an issue with @EDIT-PASTE()@ implementation(will be fixed as part of the @EDIT-PAS... - 03:45 PM User Interface Feature #3811: more misc UI features
- Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > Are you able to @PASTE@ from external application like @gedi... - 03:34 PM User Interface Feature #3811: more misc UI features
- Eugenie Lyzenko wrote:
> Are you able to @PASTE@ from external application like @gedit@ int @FWD@ editor widget?
Ye... - 03:32 PM User Interface Feature #3811: more misc UI features
- Constantin Asofiei wrote:
> Eugenie Lyzenko wrote:
> > Web client specific. It is not possible to paste text from e... - 03:25 PM User Interface Feature #3811: more misc UI features
- Eugenie Lyzenko wrote:
> Web client specific. It is not possible to paste text from external application like @gedit... - 03:21 PM User Interface Feature #3811: more misc UI features
- UNDO editor feature does not properly work in @FWD@. The text inside the editor is not getting back to the version be...
- 02:33 PM User Interface Feature #3811: more misc UI features
- Eugenie Lyzenko wrote:
> One more attribute to implement I've missed: @AUTO-COMPLETION@ for combo-box widget. We nee... - 02:17 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11309@.
This adds conversion support and runtime stub... - 12:57 PM User Interface Feature #3811: more misc UI features
- One more attribute to implement I've missed: @AUTO-COMPLETION@ for combo-box widget. We need this to be implemented, ...
- 11:46 AM User Interface Feature #3811: more misc UI features
- Greg Shah wrote:
> I'm good with the plan, except for @MANUAL-HIGHLIGHT@.
>
> @MANUAL-HIGHLIGHT@ is strange becau... - 11:38 AM User Interface Feature #3811: more misc UI features
- I'm good with the plan, except for @MANUAL-HIGHLIGHT@.
@MANUAL-HIGHLIGHT@ is strange because it is not clear in wh... - 11:35 AM User Interface Feature #3811: more misc UI features
- Status update from Eugenie:
> Yes, almost completed. I have left to add implementation for Browse related ADD-COLU... - 07:17 AM Database Feature #3809: ProDataSet support
- I did the refactoring as you suggested. I think it's a good solution.
I am working now on the conversion of stati...
03/28/2019
- 02:04 AM Database Feature #3809: ProDataSet support
- I've previously created a class called @DataSource@ for use with XML and JSON serialization. However, this name alrea...
03/27/2019
- 10:12 AM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- > Don't we also need to add code (jar(s) and a native library) to the system to make this work?
I see you've made ... - 07:25 AM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- > No other change is needed.
Don't we also need to add code (jar(s) and a native library) to the system to make th... - 12:24 AM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Greg Shah wrote:
> https://github.com/fiken/junixsocket
>
> This last one has a PostgresqlAFUNIXSocketFactory tha...
03/26/2019
- 04:35 PM Database Feature #4011: database/persistence layer performance improvements
- This issue is for tracking ideas about improving the performance of the database and the persistence framework in FWD...
- 03:03 PM Database Feature #4011 (Closed): database/persistence layer performance improvements
- 04:14 PM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Using shared memory, we could eliminate the 4 kernel space transitions (write() goes down into the kernel and returns...
- 04:13 PM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Early implementations of the Progress Database Server implemented connectivity using shared memory. This design, com...
- 04:08 PM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Eric Faulhaber wrote:
> Hynek, what did your @pg_hba.conf@ file look like to get as far as you did for this attempt?... - 03:36 PM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Hynek, what did your @pg_hba.conf@ file look like to get as far as you did for this attempt?
- 03:07 PM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Hynek's results, copied from #3992:
Hynek Cihlar wrote:
> Eric Faulhaber wrote:
> > Hynek or Constantin, could o... - 03:05 PM Database Feature #4012: replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as PostgreSQ...
- Copied from #3992, from Eric:
This may be worth a look: https://impossibl.github.io/pgjdbc-ng/
The guy behind t... - 03:04 PM Database Feature #4012 (Review): replacing TCP/IP (AF_INET) sockets with Unix Domain Sockets (AF_UNIX) as ...
- 07:07 AM User Interface Bug #3962: To handle an application shortcut if there is a browser's default action assigned to t...
- I like the virtual keyboard idea. It is a universal "safety net". We can have a button that brings it up.
We may... - 04:54 AM User Interface Bug #3962: To handle an application shortcut if there is a browser's default action assigned to t...
- Another idea is to add a virtual keyboard in order to handle all these cases.
03/23/2019
- 09:44 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11308@.
Adding support for @EDIT-UNDO@ method, @EDIT-...
03/22/2019
- 06:29 PM User Interface Feature #3811: more misc UI features
- Actually @EDIT-CAN-UNDO@ implementation is easy if @UNDO@ capability already done(as for @EditorGuiImpl@). So it is n...
- 05:57 PM User Interface Feature #3811: more misc UI features
- > May be you mean EDIT-UNDO instead?
Yes, sorry. - 05:05 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11307@.
Adding full support for @EDIT-(COPY|CUT|PASTE... - 04:28 PM User Interface Feature #3811: more misc UI features
- Greg Shah wrote:
> Don't forget to update the gap analysis rules.
OK.
>By the way, @EDIT-CAN-UNDO@ is marked w... - 11:43 AM User Interface Feature #3811: more misc UI features
- Additional attributes/methods to implement:
+Browse, Combo-box, Editor Method(s)+
* @EDIT-UNDO@
+Browse, Combo... - 09:45 AM User Interface Feature #3811: more misc UI features
- Don't forget to update the gap analysis rules. By the way, @EDIT-CAN-UNDO@ is marked wrong today (the conversion is ...
- 09:16 AM User Interface Feature #3811: more misc UI features
- Greg Shah wrote:
> Also, please note that @EDIT-UNDO@ was probably only stubbed in the POC (see #3762). But we need... - 09:03 AM User Interface Feature #3811: more misc UI features
- Also, please note that @EDIT-UNDO@ was probably only stubbed in the POC (see #3762). But we need the runtime for it,...
- 08:59 AM User Interface Feature #3811: more misc UI features
- > 1. The Clipboard we will use here is the client side object, correct?
Yes. We have existing support for integr... - 08:39 AM User Interface Feature #3811: more misc UI features
- > Task branch @3811a@ has been updated for review to revision @11305-6@.
Looks good. - 08:31 AM User Interface Feature #3811: more misc UI features
- > Task branch @3811a@ has been updated for review to revision @11304@.
Look good. - 08:23 AM User Interface Feature #3811: more misc UI features
- > Task branch @3811a@ has been updated for review to revision @11303@.
Looks good. - 05:01 PM Database Feature #3809: ProDataSet support
- Eric Faulhaber wrote:
> My intention was to rebase 3809a when 3750b was merged to trunk, because I didn't think we h... - 04:57 PM Database Feature #3809: ProDataSet support
- My intention was to rebase 3809a when 3750b was merged to trunk, because I didn't think we had dependencies on 3750b ...
- 04:54 PM Database Feature #3809: ProDataSet support
- Ovidiu Maxiniuc wrote:
> I will commit my changes for ProDataSet conversion to 3809a.
I added conversion support ... - 03:29 PM Database Feature #3809: ProDataSet support
- Here it is, attached.
I will commit my changes for ProDataSet conversion to 3809a. - 03:21 PM Database Feature #3809: ProDataSet support
- Constantin Asofiei wrote:
> Greg/Eric, can we postpone committing Ovidiu's changes until Monday?
Yes.
Ovidiu, ... - 03:16 PM Database Feature #3809: ProDataSet support
- Greg/Eric, can we postpone committing Ovidiu's changes until Monday?
- 08:35 AM Database Feature #3809: ProDataSet support
- Eric Faulhaber wrote:
> Ovidiu, how safe are these changes?
>
> Greg, Constantin, is it ok to commit this to 3750... - 08:29 AM Database Feature #3809: ProDataSet support
- Eric Faulhaber wrote:
> Ovidiu, how safe are these changes?
They are only token declarations. However, since the to... - 08:25 AM Database Feature #3809: ProDataSet support
- Ovidiu, how safe are these changes?
Greg, Constantin, is it ok to commit this to 3750b, or are we only allowing pe... - 08:22 AM Database Feature #3809: ProDataSet support
- Eric Faulhaber wrote:
> As of 3750b/11512, the parser is missing token-types for the following dataset-related featu... - 09:38 AM User Interface Feature #3762: misc UI features
- > COMBO-BOX:AUTO-COMPLETION and COMBO-BOX:EDIT-UNDO is not completed.
Eugenie: Please add these to your work in #3... - 09:20 AM User Interface Feature #3762: misc UI features
- Greg Shah wrote:
> Are there any runtime features in this task which were not finished?
All runtime for MENU:TOGGLE... - 09:04 AM User Interface Feature #3762: misc UI features
- Greg Shah wrote:
> Are there any runtime features in this task which were not finished?
Does anyone know this ans... - 06:36 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- I've committed stubs for @CREATE-RESULT-LIST-ENTRY@ as rev 11302 in 3809a. It doesn't contain much actual code.
03/21/2019
- 07:49 PM User Interface Feature #3811: more misc UI features
- The widgets are currently involved in point 2 changes - @FillInWidget@ and @ComboBoxWidget@ in addition to @EditorWid...
- 07:17 PM User Interface Feature #3811: more misc UI features
- Greg,
I've started to work on clipboard related editor widget methods: @CUT/COPY/PASTE@ and I have two design ques... - 04:51 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11306@.
The update adds support for @DISABLE-AUTO-ZAP... - 09:54 AM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11305@.
This adds support for @DISABLE-AUTO-ZAP@ attr... - 10:45 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11304@.
This adds conversion and runtime support for ... - 03:08 PM Database Feature #3809: ProDataSet support
- As of 3750b/11512, the parser is missing token-types for the following dataset-related features:...
- 07:52 AM User Interface Feature #2683 (Closed): reverse proxy implementation
03/20/2019
- 07:03 PM Base Language Feature #3753: I18N additions
- All runtime needs to be implemented. Below is a list of what it needs to be done.
For FIX-CODEPAGE and GET-CODEPA... - 06:38 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- Testcases attached. Couple of notes:
# There is no need to implement @CREATE-RESULT-LIST-ENTRY@ for non-scrolling ... - 03:44 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- Sorry, it is 3809a.
- 03:39 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- > Put it in 3908a.
I don't see an active branch with this number. - 03:20 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- Put it in 3908a.
- 03:17 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- Greg, where I can commit to, except 3750b?
- 06:29 PM Database Feature #3809: ProDataSet support
- These are procedures defined in @dataset/log_hlp.i@ or functions defined in @dataset/help/log_hlp.i@. I'm not sure wh...
- 06:20 PM Database Feature #3809: ProDataSet support
- I tried to convert the provided testcases an I encountered some unknown token: @assert-true@, @assert-err@, @assert-n...
- 02:38 PM Database Feature #3809: ProDataSet support
- I have created task branch 3809a for this work. It is based on trunk 11301, but I think that's ok. I don't know of an...
- 12:40 PM Database Feature #3809 (WIP): ProDataSet support
- 06:25 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11303@.
This finalizes the implementation of the @(MI... - 04:43 AM User Interface Feature #3811: more misc UI features
- > OK. Thanks for clarification. Shouldn't the @browse:COLUMN-FGCOLOR@ set or get the column color for *all* columns i...
- 10:57 PM User Interface Feature #3811: more misc UI features
- > Do we need to implement MAX-HEIGHT-CHARS attribute in addition to MIN-HEIGHT-CHARS?
Yes, that makes sense. - 10:46 PM User Interface Feature #3811: more misc UI features
- Task branch @3811a@ has been updated for review to revision @11302@.
The update adds conversion support for browse... - 05:12 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- My list of open issue is this:
* static buffer, frame, etc references need .get() (not all cases I think were interc...
03/19/2019
- 06:55 PM User Interface Feature #3811: more misc UI features
- Stanislav Lomany wrote:
>
> ...
> > Using this attribute is something like @browse:COLUMN-FGCOLOR@, not @browse-c... - 06:29 PM User Interface Feature #3811: more misc UI features
- > I'm asking because @BrowseColumnWidget@ is an artificial one, no direct counterpart in 4GL code, right?
I would ... - 06:22 PM User Interface Feature #3811: more misc UI features
- Stanislav Lomany wrote:
> > > What is the current status, can someone clarify? I see the support is implemented for ... - 05:55 PM User Interface Feature #3811: more misc UI features
- > > What is the current status, can someone clarify? I see the support is implemented for Browse Column widget, at le...
- 05:07 PM User Interface Feature #3811: more misc UI features
- Created task branch @3811a@ from trunk revision @11301@.
- 04:55 PM User Interface Feature #3811: more misc UI features
- Another question for browse widget. Why we currently have the @COLUMN-FGCOLOR@ attached to @BrowseColumnWidget@ inste...
- 03:06 PM User Interface Feature #3811: more misc UI features
- > What is the branch to commit the changes for this task?
Create a new one.
> What is the current status, can s... - 03:01 PM User Interface Feature #3811 (WIP): more misc UI features
- What is the branch to commit the changes for this task? Or I need to create new separate one?
Also I have a questi... - 02:04 PM User Interface Bug #3973: Veiwport area coordinates rounding error
- The testcase to show the error will be not easy to write. Consider the problematic code in @Viewport.draw()@:...
- 12:50 PM User Interface Bug #3973 (New): Veiwport area coordinates rounding error
- 12:50 PM User Interface Bug #3972: Text width/scaling issues in Web client(small fonts are affected mostly)
- The testcase to recreate is the most important thing here. Because the issue is not always visible. For now the text ...
- 12:41 PM User Interface Bug #3972 (New): Text width/scaling issues in Web client(small fonts are affected mostly)
- 10:04 AM Conversion Tools Feature #3971: add support for unicode escape sequences in the preprocessor
- At a minimum, @ClearStream.read()@ must be updated to support the new Unicode escape sequences that can be encoded in...
- 10:02 AM Conversion Tools Feature #3971 (WIP): add support for unicode escape sequences in the preprocessor
03/18/2019
- 04:16 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- Stanislav:
# I don't think your changes are in 3750b yet.
# Did you write testcases? If so, where are they?
# P... - 04:05 PM User Interface Feature #3762: misc UI features
- Are there any runtime features in this task which were not finished?
- 04:05 PM User Interface Feature #3811: more misc UI features
- I'm going to have someone write testcases for @MANUAL-HIGHLIGHT@ since the documentation is useless.
@BROWSE ... V... - 03:39 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
>
> Eugenie: If there are parts of the work for which we don't need testcases, you can start work... - 03:32 PM Base Language Feature #3753: I18N additions
- Constantin: Eugenie is going to take this task. I know you finished part of the work on phase 1 (conversion and some...
- 03:16 PM User Interface Feature #3469 (Closed): final improvements and polish for the embedded mode web client
03/15/2019
- 09:35 AM User Interface Bug #3962: To handle an application shortcut if there is a browser's default action assigned to t...
- The web client is tried to disable all default actions except the COPY/CUT/PASTE but it doesn't work for some shortcu...
- 07:57 AM User Interface Bug #3962: To handle an application shortcut if there is a browser's default action assigned to t...
- This is the list of Chrome shortcuts.
https://support.google.com/chrome/answer/157179?hl=en
I don't know which ... - 07:22 AM User Interface Bug #3962: To handle an application shortcut if there is a browser's default action assigned to t...
- CTRL+F4 shortcut closes the current web tab in the browser. Thus there is an issue if the same shortcut is used by th...
- 07:17 AM User Interface Bug #3962 (New): To handle an application shortcut if there is a browser's default action assigne...
03/14/2019
- 03:38 PM Database Bug #3960: localedef problems in Ubuntu 18.04
- Can someone that is running on Ubuntu 16.04 test this new locale definition on the old localedef? I'd also like to k...
- 03:34 PM Database Bug #3960: localedef problems in Ubuntu 18.04
- The attached locale definition uses the same string that is used in all other locales. It seems that this must be ha...
- 09:51 AM Database Bug #3960: localedef problems in Ubuntu 18.04
- I had a fully functioning PostgreSQL 9.5 environment for FWD in Ubuntu 16.04.
I recently upgraded to Ubuntu 18.04.... - 09:46 AM Database Bug #3960 (Closed): localedef problems in Ubuntu 18.04
- 10:23 AM Database Bug #3961: "Unexpected code path" failure when using H2 in MVCC mode
- When using H2 as a database, the following failure has been seen:...
- 10:17 AM Database Bug #3961 (New): "Unexpected code path" failure when using H2 in MVCC mode
03/13/2019
- 02:15 PM Database Feature #3958: BUFFER-COPY optimization
- BUFFER-COPY
The current implementation uses reflection to invoke the getters and setters of each property of the s... - 02:01 PM Database Feature #3958 (Closed): BUFFER-COPY optimization
03/12/2019
- 06:51 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- Use 3750b.
- 05:48 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- > Stanislav: You spent some time on this recently. Please post your findings here. What branch has your code change...
03/11/2019
- 05:26 PM User Interface Feature #3762: misc UI features
- The work for @CREATE-RESULT-LIST-ENTRY()@ is being moved to #3940, which will be worked in the main project.
- 05:12 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- Stanislav: You spent some time on this recently. Please post your findings here. What branch has your code changes?
- 05:08 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
- As noted in #3762, we must provide support for both @BROWSE:CREATE-RESULT-LIST-ENTRY()@ and @QUERY:CREATE-RESULT-LIST...
- 05:06 PM User Interface Feature #3940 (Closed): CREATE-RESULT-LIST-ENTRY() method support
03/08/2019
- 07:05 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- > This doesn't make sense - I can't make a sub-class inherit a super-class with only private constructors, in 4GL.
...
03/07/2019
- 05:31 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg Shah wrote:
> @Progress.Json.JsonParserError@ extends @Progress.Json.JsonError@ but both are supposed to have a... - 05:26 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- @Progress.Json.JsonParserError@ extends @Progress.Json.JsonError@ but both are supposed to have a private constructor...
- 05:22 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg Shah wrote:
> I'm working on the built-in classes. Many of them have @private@ constructors. How does our run... - 05:19 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- I'm working on the built-in classes. Many of them have @private@ constructors. How does our runtime need this to be...
Also available in: Atom