Activity
From 03/12/2015 to 04/10/2015
04/10/2015
- 05:53 AM Bug #2548: buffer/tables names are too aggressively matched in preference to other names
- From #1790 note 276 by Constantin Asofiei:
This is a problem with the name resolution: in 4GL, a table can be abbr... - 05:52 AM Bug #2548: buffer/tables names are too aggressively matched in preference to other names
- As reported in #1790 note 275 by Vadim Gindin:
From time to time I'm facing with the following conversion problem.... - 05:52 AM Bug #2548 (New): buffer/tables names are too aggressively matched in preference to other names
04/02/2015
- 06:34 AM Feature #2358: HQLPreprocessor and dialect specific functions
- The reason for this task is not changing the @rtrim@ function support, but to extract the dialect specific code (to @...
- 06:25 AM Feature #2358: HQLPreprocessor and dialect specific functions
- Sorry, I changed status by mistake, task I am working now is #2538, not #2358...
As for this task, I remember we ...
04/01/2015
- 02:53 PM Feature #2358: HQLPreprocessor and dialect specific functions
- Vadim,
Please take a look at the attached version of the @HQLPreprocessor@. It contains some further changes needed ... - 02:23 PM Feature #2358 (WIP): HQLPreprocessor and dialect specific functions
03/30/2015
- 01:02 PM Feature #2541: replace the JDBC metadata calls at server startup with DMO annotations
- Currently, P2J will use the JDBC metadata calls at server startup to gather index information. The information on eac...
- 12:30 PM Feature #2541 (New): replace the JDBC metadata calls at server startup with DMO annotations
03/27/2015
- 01:21 PM Bug #2488: replace runtime compilation of dynamic queries
- The update om_upd20150318a was committed to bzr as revno 10824 and distributed by mail.
03/25/2015
- 02:39 PM Bug #2536: improve dynamic query parser error handling
- It seems like we have enough information from the parser and the context of what we are doing at the time to quickly ...
- 02:20 PM Bug #2536: improve dynamic query parser error handling
- I already investigated a little this issue, too, yesterday, while restoring database. I found that there are 2 kind o...
- 02:10 PM Bug #2536: improve dynamic query parser error handling
- I have applied this update and run a large set of unit tests against it. It seems to work well and we should commit i...
03/24/2015
- 07:24 PM Bug #2536: improve dynamic query parser error handling
- Code review 0324b:
Looks fine. If you have tested successfully locally, please commit and distribute. There is no ... - 03:16 PM Bug #2536: improve dynamic query parser error handling
- The attached update prepares the @ProgressParser@ to throw the exception when the syntax of the processed string is n...
- 08:27 AM Bug #2536: improve dynamic query parser error handling
- See @setConsumeError()@ and @reportError()@ in @progress.g@.
- 02:33 AM Bug #2536: improve dynamic query parser error handling
- Currently, when the P2J Progress parser encounters unexpected tokens during runtime query conversion due to invalid i...
- 02:26 AM Bug #2536 (New): improve dynamic query parser error handling
- 11:03 AM Bug #2488: replace runtime compilation of dynamic queries
- Ovidiu Maxiniuc wrote:
> > What testing have you done with this update applied?
> See #2535, my note 10. There are ... - 10:44 AM Bug #2488: replace runtime compilation of dynamic queries
- Eric Faulhaber wrote:
> Code review 0318a:
>
> Looks good, noticed one typo on line 1121: "...some king of expres... - 10:28 AM Bug #2488: replace runtime compilation of dynamic queries
- Code review 0318a:
Looks good, noticed one typo on line 1121: "...some king of expression..."
What testing have... - 10:24 AM Bug #2488: replace runtime compilation of dynamic queries
- Eric Faulhaber wrote:
> Code review 0306a:
>
> Looks good. I'll run tests with this update and let you know how i... - 10:21 AM Bug #2524 (Closed): missing support for NEXT-SIBLING attribute for buffer handles
- 08:54 AM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- The update passed the regression testing. It was merged with bzr repo' and then committed back as revision 10820. It ...
03/22/2015
03/18/2015
- 01:23 PM Bug #2488: replace runtime compilation of dynamic queries
- The update adds @DateExpression@ and @IntegerExpression@ implementation. They might be needed in dynamic queries.
- 09:57 AM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- The first run of testing returned success for ctr+c and a few issues for main.
I'm giving it a second chance: resta... - 06:03 AM Bug #2535: enhancing datatype conversion functions
- Update committed to bzr as revno 10815 and distributed by mail.
03/17/2015
- 02:27 PM Bug #2535: enhancing datatype conversion functions
- Please commit and distribute the update.
- 11:13 AM Bug #2535: enhancing datatype conversion functions
- I guess after the second run, update passed the test.
03/16/2015
- 02:48 PM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- Constantin Asofiei wrote:
> Only issue I see is that you have this @System.out.println("\tInterlinking BUFFER " + pe... - 02:35 PM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- Ovidiu Maxiniuc wrote:
> Constantin, please review the attached update.
Only issue I see is that you have this @S... - 11:12 AM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- Constantin, please review the attached update.
- 02:42 PM Bug #2535: enhancing datatype conversion functions
- I guess the om_upd20150313b.zip update passed the regression testing. There were a few issues though:
* in CTRL+C th...
03/13/2015
- 05:53 PM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- Eric Faulhaber wrote:
> Code review 0313a:
>
> * The change to @RecordBuffer.getLDBName@ is OK to leave, but it w... - 04:46 PM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- Code review 0313a:
* The change to @RecordBuffer.getLDBName@ is OK to leave, but it will necessitate runtime regre... - 04:23 PM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- The attached update is based on 10810 revision from bzr.
The @interlink@ method specialized in @BufferImpl@ will han... - 03:25 PM Bug #2524: missing support for NEXT-SIBLING attribute for buffer handles
- Ovidiu, please merge the 0303c update up to the latest revision of P2J.
- 05:48 PM Bug #2535: enhancing datatype conversion functions
- Code review 0313b:
Just thought of one edge case which might be problematic: consider a WHERE clause with a singl... - 05:33 PM Bug #2535: enhancing datatype conversion functions
- Logic that was incorrectly placed in @index_select.rules@ moved to @where_clause_prep.rules@.
- 03:56 PM Bug #2535: enhancing datatype conversion functions
- Code review 0311a:
> I am not sure I wrote the function call annotation in the right place (@index_selection.rules@) ...
Also available in: Atom