Activity
From 05/02/2022 to 05/31/2022
05/31/2022
- 04:55 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg, the OE's problem with the OVERRIDE keyword is that is not consistent: for conversion, anything which is an over...
- 04:26 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Code Review Task Branch 4350a Revision 13903
1. In @annotations_prep.xml@, the @convert_method_name@ is now just a... - 03:15 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- 4350a was rebased from 6129a, new rev 13903.
4350a rev 13903 was merged to 6129a rev 13902 and archived. - 09:14 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- > Greg, is this OK or do you want to review them in 4350a?
It is OK. Go ahead. - 09:09 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- And forgot to mention: I didn't get a chance to check your testcases at all, I focused only on the current POC app.
- 08:57 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- I've rebased 4350a from 6129a, new rev is 13901.
I'll commit the changes soon, and after that merge into 6129a. G... - 10:22 AM Feature #4347: add runtime support for STOP-AFTER block option
- Greg Shah wrote:
> I would like to avoid having a thread for each STOP-AFTER block. I think we need to sort the tim... - 10:19 AM Feature #4347: add runtime support for STOP-AFTER block option
- I would like to avoid having a thread for each STOP-AFTER block. I think we need to sort the timeouts and process th...
- 10:14 AM Feature #4347: add runtime support for STOP-AFTER block option
- We need tests to see what happens if there are nested blocks with STOP-AFTER - as I think the STOP should target the ...
- 10:03 AM Bug #6413 (WIP): batch copy can be nested if there is a before-table record which needs to be pop...
- Yes, commit the change.
The exception was added for detecting internal logic errors. It actually works fine, I do no... - 09:14 AM Bug #6413: batch copy can be nested if there is a before-table record which needs to be populated...
- Ovidiu, any thoughts on this? I can commit the patch as-is.
- 09:54 AM Bug #6446 (WIP): temp-table:create-like adds add before-table, too
- The patch is good. You can close the task.
- 09:13 AM Bug #6446: temp-table:create-like adds add before-table, too
- This is committed in 6129a/13897. Ovidiu, if there are no concerns, I'll close the task.
05/28/2022
- 10:57 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- > Greg, are DatasetParameter and TableParameter switched to their mode'ed versions only for OO, or is the plan to swi...
- 06:00 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg, are DatasetParameter and TableParameter switched to their mode'ed versions only for OO, or is the plan to switc...
05/27/2022
- 02:52 PM Bug #6412: implement BUFFER:KEYS attribute
- I see. The implementation was incomplete. Thank you for noticing that.
I used your patch to fix the issue. Notice th... - 01:30 PM Bug #6412: implement BUFFER:KEYS attribute
- Add a unique, primary (and combinations of unique or not, primary or not) index and see what happens. My patch is t...
- 01:18 PM Bug #6412: implement BUFFER:KEYS attribute
- > Ovidiu, I don't think the implemention is correct.
The implementation is based on testcases. Like this:... - 01:40 AM Bug #6412: implement BUFFER:KEYS attribute
- Ovidiu, I don't think the implemention is correct.
> If there are no defined key fields, this attribute returns a co... - 02:19 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- > do you have tests with overloaded methods from skeleton classes (include toString and equals from progress.lang.Obj...
- 01:40 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg, another question: do you have tests with overloaded methods from skeleton classes (include @toString@ and @equa...
- 07:55 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- My findings are documented in #3751-492, search on "Child Class Hierarchy Processing" for this part. This kind of "n...
- 10:24 AM Feature #6452: add support for languages
- For each language to be added, I think we have the following work:
* implement the database collation support (cus... - 10:12 AM Feature #6452: add support for languages
- Customers require the following:...
- 10:04 AM Feature #6452 (New): add support for languages
- 10:08 AM Feature #6451: I18N phase 4
- * #6427 finish the @COMPARE()@ built-in function
* #6428 @IS-LEAD-BYTE()@ built-in function
* #6430 honor CPCOLL fo... - 10:03 AM Feature #6451 (New): I18N phase 4
- 04:41 AM Bug #6446: temp-table:create-like adds add before-table, too
- This test shows that a @create-like@ adds the before-table, too, if the source has it....
- 04:39 AM Bug #6446 (Test): temp-table:create-like adds add before-table, too
- 08:59 PM Bug #6434: unknown stream reference errors in post-parse-fixups
- Resolve the "ERROR: Unknown stream reference:" issues logged in post-parse-fixups.
- 08:59 PM Bug #6434 (New): unknown stream reference errors in post-parse-fixups
- 08:47 PM Feature #6433: implement WEB-CONTEXT system handle
- @EXCLUSIVE-ID@, @HTML-END-OF-LINE@, @HTML-END-OF-PAGE@, @HTML-FRAME-BEGIN@, @HTML-FRAME-END@, @HTML-HEADER-BEGIN@, @H...
- 08:45 PM Feature #6433 (WIP): implement WEB-CONTEXT system handle
- 08:15 PM Feature #6432 (Review): implement the WEB special stream
05/26/2022
- 07:43 PM Bug #6412 (Review): implement BUFFER:KEYS attribute
- The implementation of the above methods were committed to 6129a as r13892.
Some notes about the revision:
* @CURREN... - 03:52 PM Bug #6412 (WIP): implement BUFFER:KEYS attribute
- I am about to finish the implementation of the missing methods.
- 06:27 AM Bug #6412: implement BUFFER:KEYS attribute
- These are all the methods not implemented in @BufferImpl@:
* The type @BufferImpl@ must implement the inherited abst... - 06:05 AM Bug #6412: implement BUFFER:KEYS attribute
- There is this abend as BufferImpl does not implement 'Keyable' methods:...
- 06:04 AM Bug #6412 (Test): implement BUFFER:KEYS attribute
- 07:43 PM Feature #6431 (WIP): implement support to allow CPINTERNAL set to UTF-8 and CP936
- 07:42 PM Feature #6430: implement features dependent upon CPCOLL/CPCASE
- Implement a test suite to explore the features. Ensure that are supported:
* BASIC (the default value)
* ICU-UCA - 07:42 PM Feature #6430 (New): implement features dependent upon CPCOLL/CPCASE
- 07:41 PM Feature #6429: implement I18N tests and fix issues to make the tests work
- Include the following:
* @SESSION:CPSTREAM@
* @SESSION:CPTERM@
* @FIX-CODEPAGE@
* @CODEPAGE-CONVERT@
* @CONVER... - 07:35 PM Feature #6429 (New): implement I18N tests and fix issues to make the tests work
- 06:54 PM Feature #6428 (WIP): implement IS-LEAD-BYTE() built-in function
- 06:51 PM Feature #6427: finish the COMPARE built-in function
- * validate collation, if not-null
* add collation support
* finish support for MATCHES and BEGINS operators
* add ... - 06:49 PM Feature #6427 (New): finish the COMPARE built-in function
- 05:22 PM Feature #6426: implement ERROR-STATUS:CLEAR()
- @ERROR-STATUS:CLEAR()@ was found in customer code. It is undocumented. We need to figure out its behavior and imple...
- 05:21 PM Feature #6426 (Closed): implement ERROR-STATUS:CLEAR()
- 05:18 PM Feature #6425: SESSION handle features
- Add the following to the @SESSION@ system handle:
* @LOCAL-VERSION-INFO@
* @SUPPRESS-WARNINGS-LIST@
* @MESSAGE-A... - 05:10 PM Feature #6425 (Closed): SESSION handle features
- 04:56 PM Feature #6424: fill gaps in Java Open Client replacement (appserver client support)
- * Review the OE classes for their Java Open Client and add helper methods to @LegacyJavaAppserverClient@ as needed to...
- 04:55 PM Feature #6424 (WIP): fill gaps in Java Open Client replacement (appserver client support)
- 03:54 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg, please point me to some tests where this is shown, from @isNarrowingTypeMatch@:...
- 02:37 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- The 'provisional dataset' reported in #6129-40 is still a problem.... on one hand, DATASETs can never be 'provisional...
- 01:45 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg Shah wrote:
> Constantin Asofiei wrote:
> > Greg, I want to create a 4350a branch from 6129a (I'll take care ... - 01:13 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Constantin Asofiei wrote:
> Greg, I want to create a 4350a branch from 6129a (I'll take care of rebasing and making... - 01:11 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- dataset, dataset-handle and table, table-handle are interchangeable regardless of input/output/input-output mode.
- 12:48 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg, I want to create a 4350a branch from 6129a (I'll take care of rebasing and making sure we don't go over the ra...
- 12:40 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg Shah wrote:
> Or said another way, I think the @allowIfOnlyOne()@ processing probably needs to happen in phase ... - 12:38 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Or said another way, I think the @allowIfOnlyOne()@ processing probably needs to happen in phase 2 not in phase 1.
- 12:36 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- The problem may be that we need to allow multiple possible matches in @allowIfOnlyOne()@ instead of a hard fail if @n...
- 12:30 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Constantin Asofiei wrote:
> Another fuzzy lookup part which is broken is related to:
> [...]
>
> DATASET-HANDLE ... - 12:23 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Another fuzzy lookup part which is broken is related to:...
- 12:14 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- > Greg, there are two overloaded methods, single-parameter, of type decimal and int64. The call is done with integer...
- 11:57 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg, there are two overloaded methods, single-parameter, of type decimal and int64. The call is done with integer. ...
- 11:07 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- The changes I just posted are based on 6129a rev 13878.
- 11:01 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Here are my current changes. It fixes the @ConcurrentModificationException@ and puts some TODOs in the parser. I've...
- 03:44 PM Feature #3810 (Closed): SECURITY-POLICY and other security features
- The cleanup items have been placed into #6422 and #6423.
- 03:43 PM Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- From #3810-406:
* @AUDIT-POLICY@ resource
** @AUDIT-POLICY@ system handle
** methods
*** @ENCRYPT-AUDIT-MAC-KEY... - 03:38 PM Feature #6422 (Review): implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- 03:41 PM Feature #6423: finish authentication features (some missing security items related to SECURITY-PO...
- From #3810-406:
* @_oslocal@ authentication system
* @_extsso@ authentication system
* Custom authentication sys... - 03:41 PM Feature #6423 (New): finish authentication features (some missing security items related to SECUR...
- 03:32 PM Feature #6421: finish GENERATE-RANDOM-KEY support
- Currently only AES_CBC_128 is supported.
Add and test support for all other algorithms which OE supports. We know... - 03:30 PM Feature #6421 (Closed): finish GENERATE-RANDOM-KEY support
- 03:29 PM Feature #6420 (Review): implement the AUDIT-ENABLED() built-in function
- 03:27 PM Feature #6419 (New): compatibility testing (and any needed fixes) for security features
- 03:24 PM Feature #6280: date literal // quirk
- Most of the parsing for this feature is already implemented in 6129a. No runtime support has been implemented yet.
- 03:17 PM Feature #6417: cleanup some known items in appserver support
- Per #3854-11, the following appserver support cleanup needs to be finished:
* versioninfo fields are read-only, bu... - 03:15 PM Feature #6417 (WIP): cleanup some known items in appserver support
- 02:41 PM Feature #6416: explore and implement ideas to make OO 4GL more efficient
- I think some of the implementation approaches we have had to take for compatibility purposes are mostly unnecessary t...
- 02:30 PM Feature #6416 (New): explore and implement ideas to make OO 4GL more efficient
- 07:49 AM Feature #6161: add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY language...
- Conversion support had previously been added in branch 6129a as part of #6277.
- 07:40 AM Feature #6161: add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY language...
- 6129a/13888 adds runtime support for DYNAMIC-PROPERTY getter and setter. Not all argument validation is implemented.
- 07:45 AM Bug #6413: batch copy can be nested if there is a before-table record which needs to be populated...
- Ovidiu, nested batch can happen in 'internal mode', if there is a before-table record which needs to be created when ...
- 07:43 AM Bug #6413 (Test): batch copy can be nested if there is a before-table record which needs to be po...
05/25/2022
- 06:48 PM Bug #6401 (Review): dynamic query can reference any buffer part of the added buffer's dataset
- Although, at first, I was a bit circumspect about adding all buffers from the dataset, it appears that this is how 4G...
- 04:37 PM Bug #6401 (WIP): dynamic query can reference any buffer part of the added buffer's dataset
- I am looking at this now and report if your patch is correct.
- 04:40 PM Feature #6411: LOB-DIR I/O option support
- @LOB-DIR <directory>@ can be added as an option to:
* @INPUT FROM@ which then sets the default location for readin... - 04:29 PM Feature #6411 (Closed): LOB-DIR I/O option support
- 04:23 PM Bug #6402: serialize-name for write-/read-json is not working
- Actually, they are not. At least when they are read. But when they are serialized, the exact serialize-name is used. ...
- 04:52 AM Bug #6402: serialize-name for write-/read-json is not working
- Ovidiu, the JSON keys and XML elements AFAIK are case-sensitive. In @TempTableSchema.columns@, the names are lower-c...
- 03:50 PM Feature #6410: implement additional built-in OO classes/interfaces
- Complete the support for the following classes:
* @openedge.core.collections.list (partial/stubs)@
... - 03:49 PM Feature #6410 (Review): implement additional built-in OO classes/interfaces
- 12:57 PM Bug #6404: conversion for dataset-handle and table-handle parameters with table fields or class p...
- Constantin Asofiei wrote:
> Ovidiu, maybe you recall better - but wasn't it possible to pass table-handle to table p... - 12:55 PM Bug #6404: conversion for dataset-handle and table-handle parameters with table fields or class p...
- Ovidiu, maybe you recall better - but wasn't it possible to pass table-handle to table parameter and table to table-h...
- 12:52 PM Bug #6404: conversion for dataset-handle and table-handle parameters with table fields or class p...
- Yes, I think so. I did it slightly differently because I introduced specific subclasses to handle the combinations o...
- 12:38 PM Bug #6404: conversion for dataset-handle and table-handle parameters with table fields or class p...
- I have reviewed the changes in 13880 and they look OK to me.
Does this completely overlap with #4350 patches? - 08:32 AM Bug #6404: conversion for dataset-handle and table-handle parameters with table fields or class p...
- Unfortunately, we are duplicating effort here. I've already resolved this in #4350 but need time to fix the issues b...
- 05:31 AM Bug #6404 (Review): conversion for dataset-handle and table-handle parameters with table fields o...
- Fixed in 6129a/13880
Ovidiu, please review. - 10:36 PM Bug #6404: conversion for dataset-handle and table-handle parameters with table fields or class p...
- Sorry, no, I could not come up with a better solution for this issue.
- 11:18 AM Feature #6407: name_map.xml improvements
- We have applications which support 4GL code extensions that are not part of the core application itself. For example...
- 11:08 AM Feature #6407 (Review): name_map.xml improvements
- 10:56 PM Bug #6400 (Review): ADD-SOURCE-BUFFER can have the fields qualified with the table name
- Fixed in r13879 of 6129a.
- 10:54 PM Bug #6400 (WIP): ADD-SOURCE-BUFFER can have the fields qualified with the table name
05/24/2022
- 03:35 PM Bug #6404: conversion for dataset-handle and table-handle parameters with table fields or class p...
- Ovidiu, in @testcases/uast/dsh_th_args@ there are tests which show how a table field or class property can work as an...
- 02:36 PM Bug #6404 (Test): conversion for dataset-handle and table-handle parameters with table fields or ...
- 03:28 PM Bug #6402 (Review): serialize-name for write-/read-json is not working
- Fixed reading a dataset/table with explicit serialize-name attribute.
Committed revision 13877. - 02:08 PM Bug #6402 (WIP): serialize-name for write-/read-json is not working
- 12:15 PM Bug #6402: serialize-name for write-/read-json is not working
- Ovidiu, please take this one next:...
- 12:14 PM Bug #6402 (Test): serialize-name for write-/read-json is not working
- 02:20 PM Bug #6389: LENGTH function with COLUMN option
- Maybe the sample attached to this KB entry could help.
[[https://community.progress.com/s/article/P193813]] - 02:08 PM Bug #6389 (Review): LENGTH function with COLUMN option
- 02:07 PM Bug #6389: LENGTH function with COLUMN option
- I added runtime support for @LENGTH(..., 'COLUMN')@. For the moment it delegates to @LENGTH(..., 'CHARACTER')@ routin...
- 11:56 AM Bug #6389: LENGTH function with COLUMN option
- Thank you. My search were in vain. So it is the 3rd bullet (CJK glyphs).
I tried to launch the pro/prowin with the... - 11:42 AM Bug #6389: LENGTH function with COLUMN option
- I think this is related to chinese characters:...
- 07:29 AM Bug #6389: LENGTH function with COLUMN option
- Greg Shah wrote:
> Marian: Please review #6389-3 and post any thoughts.
Greg, I've never used @COLUMN@ type on @L... - 06:32 AM Bug #6389: LENGTH function with COLUMN option
- Marian: Please review #6389-3 and post any thoughts.
- 12:24 AM Bug #6389: LENGTH function with COLUMN option
- The conversion is fixed in 6129a. Please make the changes in 6129a.
- 09:19 PM Bug #6389 (WIP): LENGTH function with COLUMN option
- The FWD conversion automatically detects the length unit/type and report an error for @COLUMN@. This can be easily ad...
- 01:27 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Here is the version that can be applied over 6129a rev 13874.
If you use the zip, make sure to delete @src/com/gol... - 01:50 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg Shah wrote:
> ** the runtime support for constructor selection is not handled at all yet
The runtime for const... - 11:52 AM Bug #6401: dynamic query can reference any buffer part of the added buffer's dataset
- This patch solves my problem:...
- 11:10 AM Bug #6401: dynamic query can reference any buffer part of the added buffer's dataset
- Ovidiu, have you seen something like this before?...
- 11:09 AM Bug #6401 (Test): dynamic query can reference any buffer part of the added buffer's dataset
- 10:49 AM Bug #6400: ADD-SOURCE-BUFFER can have the fields qualified with the table name
- I've seen in customer code a call like @ADD-SOURCE-BUFFER(bufHandle, "tt1.f1,tt1.f2,tt1.f3")@, i.e. the fields are qu...
- 10:47 AM Bug #6400 (Test): ADD-SOURCE-BUFFER can have the fields qualified with the table name
- 09:55 AM Bug #6399: ENCRYPT/DECRYPT built-in function results different than 4GL when IV is shorter than r...
- From #5915-104:
> FWD implementation for ENCRYPT produces different result than 4GL when the cipher requires IV an... - 09:55 AM Bug #6399 (Closed): ENCRYPT/DECRYPT built-in function results different than 4GL when IV is short...
- 09:10 AM Feature #6300 (Test): class definitions with USE-WIDGET-POOL
- 09:09 AM Feature #6300: class definitions with USE-WIDGET-POOL
- Greg Shah wrote:
> This is handled at runtime as well as conversion?
Yes. - 09:07 AM Feature #6300: class definitions with USE-WIDGET-POOL
- This is handled at runtime as well as conversion?
- 08:50 AM Bug #6392: buffer flush and validation when the external program gets deleted can cause unique in...
- In the end I think the root cause was the fact that @BufferManager.dirtyBuffer@ was still referencing the deleted pr...
- 08:37 AM Bug #6392 (WIP): buffer flush and validation when the external program gets deleted can cause uni...
- 07:53 AM Bug #6392: buffer flush and validation when the external program gets deleted can cause unique in...
- Constantin Asofiei wrote:
> I've added a trigger, and this gets invoked before the @proc0@ internal procedure return... - 07:51 AM Bug #6392: buffer flush and validation when the external program gets deleted can cause unique in...
- I've added a trigger, and this gets invoked before the @proc0@ internal procedure returns.
- 07:39 AM Bug #6392: buffer flush and validation when the external program gets deleted can cause unique in...
- There is this interesting note here https://docs.progress.com/bundle/openedge-abl-reference-117/page/DELETE-PROCEDURE...
- 06:57 AM Bug #6392: buffer flush and validation when the external program gets deleted can cause unique in...
- The better recreate is this:...
- 02:28 AM Bug #6392: buffer flush and validation when the external program gets deleted can cause unique in...
- This is a recreate of a buffer being flushed when the external program gets deleted.
The table:... - 02:21 AM Bug #6392 (WIP): buffer flush and validation when the external program gets deleted can cause uni...
05/23/2022
- 06:15 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- The attached update can be applied over 6129a revision 13867. This is the list of remaining work:
* compile issue... - 12:55 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- This is a status update.
Every time I move the code to follow recent updates the code breaks badly and takes days ... - 04:06 PM Bug #6388 (WIP): save-where-string works without the buffer attached to a dataset
- It seems that if the attribute is set manually, the error in getter is not thrown any more (removing the line no. 7 (...
- 01:14 PM Bug #6388: save-where-string works without the buffer attached to a dataset
- Probably the condition must be refined. See the attached procedure which shows the error. I am investigating addition...
- 12:15 PM Bug #6388: save-where-string works without the buffer attached to a dataset
- This test shows that @save-where-string@ works without the buffer attached to a dataset:...
- 12:14 PM Bug #6388 (Test): save-where-string works without the buffer attached to a dataset
- 01:40 PM Bug #6389: LENGTH function with COLUMN option
- The @LENGTH(..., COLUMN)@ function in @TextOps.columnLength@ needs to be implemented.
- 01:39 PM Bug #6389 (WIP): LENGTH function with COLUMN option
- 11:37 AM Bug #6384: dynamic query conversion issues
- Done. Revision is 13866.
- 07:20 AM Bug #6384: dynamic query conversion issues
- Ovidiu, please copy the changes to 6129a.
- 11:43 PM Bug #6384: dynamic query conversion issues
- Constantin, please use r13911.
For some reasons, the conversion detected a collision between the buffer and ... itse...
05/22/2022
- 02:25 PM Bug #6384 (Review): dynamic query conversion issues
- 02:24 PM Bug #6384: dynamic query conversion issues
- Constantin, please use r13909 to test the original issue. It makes both your isolated testcases work.
However, acc... - 03:41 AM Bug #6384: dynamic query conversion issues
- The recreate for the issue in previous note is related to 'replace' mode in @copy-temp-table@:...
05/21/2022
- 03:10 AM Bug #6384: dynamic query conversion issues
- Ovidiu, thanks, @force_dmo_alias@ placed me on the right track. This patch seems to have solved the issue:...
- 10:12 PM Bug #6384 (WIP): dynamic query conversion issues
- The issue seems familiar to me. I think I encountered something similar in the last year or so, but momentarily I do ...
05/20/2022
- 02:00 PM Bug #6384: dynamic query conversion issues
- Ovidiu, this test-case which uses the before-table in a dynamic query abends with this:...
- 01:50 PM Bug #6384 (Test): dynamic query conversion issues
- 07:43 AM Bug #6382: XML serialization for ATTRIBUTE and TEXT XML-NODE-TYPE fields
- 6129a/13861 adds missing runtime support for TEXT and ATTRIBUTE XML-NODE-TYPE field option. This fixes the table (d...
- 07:39 AM Bug #6382 (New): XML serialization for ATTRIBUTE and TEXT XML-NODE-TYPE fields
05/19/2022
- 04:03 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- We have an issue with compile-time issue with fuzzy matching and the @OutputExtentParameter@.
In @oo/params/overlo...
05/17/2022
- 10:47 AM Feature #6373: direct Java object access to converted Java code from in-JVM non-converted Java code
- A customer with very heavy appserver usage currently runs their Open Java Client code in a separate Tomcat JVM. This...
- 10:34 AM Feature #6373 (New): direct Java object access to converted Java code from in-JVM non-converted J...
05/16/2022
- 01:34 PM Feature #4658: OO serialization support
- There are @SERIALIZABLE@ and @NON-SERIALIZABLE@ options at the property and variable definition.
In 6129a/13857 I... - 01:34 PM Feature #6300 (Review): class definitions with USE-WIDGET-POOL
- This is solved in 6129a/13857.
Nothing more needs to be done, a plain unnamed widget pool is created for such an i... - 08:45 AM Feature #4065: server-side processing of client platform dependencies
- > Please rename @RoaringBitmap-0.9.0.jar_LICENSE.txt@ to @RoaringBitmap-0.9.27.jar_LICENSE.txt@ on the web server: @h...
- 08:42 AM Feature #4065: server-side processing of client platform dependencies
- Roger Borrello wrote:
> Greg Shah wrote:
> > Roger: As part of rev 13885, the RoaringBitmap library version has cha... - 08:24 AM Feature #4065: server-side processing of client platform dependencies
- Greg Shah wrote:
> Roger: As part of rev 13885, the RoaringBitmap library version has changed from 0.9.0 to 0.9.27. ... - 07:51 AM Feature #4065: server-side processing of client platform dependencies
- Code Review Task Branch 3821c Revision 13886
It looks good. - 03:29 AM Feature #4065: server-side processing of client platform dependencies
- I've fixed the per-context support of server-side-resources in 3821c/13886.
05/15/2022
- 12:54 PM Feature #4065: server-side processing of client platform dependencies
- Greg Shah wrote:
> 1. I don't fully understand the use of statics in @OSResourceManager@ (and subclasses). Its data... - 12:18 PM Feature #4065: server-side processing of client platform dependencies
- Roger: As part of rev 13885, the RoaringBitmap library version has changed from 0.9.0 to 0.9.27. Would you please ha...
- 12:13 PM Feature #4065: server-side processing of client platform dependencies
- Code Review Task branch 3821c Revision 13885
Overall, I very much like the changes.
1. I don't fully understand... - 08:16 AM Feature #4065 (WIP): server-side processing of client platform dependencies
- The server-side support for OS resources and memptr/library server-side support is in 3821c/13885.
What's left is ... - 04:56 AM Feature #4065: server-side processing of client platform dependencies
- The code is complete for memptr and library, I need to finish a testing of #6075 and some other scenarios.
I've ad...
05/13/2022
- 04:02 PM Feature #4065: server-side processing of client platform dependencies
- > should I add support for server-side LibraryDaemon together with memptr? They are tightly coupled in the p2j.librar...
- 03:40 PM Feature #4065: server-side processing of client platform dependencies
- Also, is it enough to raise an ERROR condition if the application code tries a @set-pointer-value()@ to something out...
- 03:16 PM Feature #4065: server-side processing of client platform dependencies
- Greg, some questions/notes:
* should I add support for server-side LibraryDaemon together with memptr? They are tigh... - 09:43 AM Feature #3326: implement the equivalent to the .NET Open Client
- In some recent work for a customer that wanted to try SQLServer (see #6274), Ovidiu found that the iKVM project is no...
05/10/2022
- 02:39 PM Feature #6343: class-based appserver exports
- The 4GL enables the export of external procedures, internal procedures and user-defined functions over an appserver c...
- 01:08 PM Feature #6343 (New): class-based appserver exports
- 01:06 PM Feature #6342: provide a simple mechanism to call into converted code
- From 4GL code, we have a very clean [[p2j:Direct Java Access]] approach to call "out" into arbitrary Java code.
Th... - 12:58 PM Feature #6342 (New): provide a simple mechanism to call into converted code
- 08:59 AM Feature #4065: server-side processing of client platform dependencies
- Greg Shah wrote:
> I assume (for now) that you are not removing the ability to use @memptr@ on the client. Perhaps ... - 08:54 AM Feature #4065: server-side processing of client platform dependencies
- I assume (for now) that you are not removing the ability to use @memptr@ on the client. Perhaps we will find that lo...
05/07/2022
- 03:46 PM Feature #4065: server-side processing of client platform dependencies
- I have some changes which brings memptr fully on server-side (very pin-pointed changes, no major refactoring).
But...
05/06/2022
- 01:32 AM Bug #6293 (Rejected): dataset/temp-table options defined in interface
- Ovidiu, most likely this is not a real issue. I'm closing it.
05/05/2022
- 04:23 PM Bug #6293 (WIP): dataset/temp-table options defined in interface
- I am trying to duplicate this but I cannot. Incrementally I created and modified additional classes like this:...
- 03:51 AM Bug #6293: dataset/temp-table options defined in interface
- This was created after reviewing some customer application code, where I noticed that the temp-table at the interface...
Also available in: Atom