Activity
From 04/06/2016 to 05/05/2016
05/05/2016
- 06:04 PM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- Stanislav Lomany wrote:
> Eric, the "Table <table name> is defined with schema delete validation..." error is displa... - 09:14 AM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- Eric, the "Table <table name> is defined with schema delete validation..." error is displayed as a message box in GUI...
05/04/2016
- 12:23 PM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- I know of no way to define schema table-level validation for a temp-table. I would have guessed the only way would be...
- 09:04 AM Bug #2222: WRITE event triggered too early
- Paul Eames wrote:
> Thanks for the update Ovidiu.
>
> The thing here that interests me most is that you have thes... - 08:29 AM Bug #2222: WRITE event triggered too early
- Thanks for the update Ovidiu.
The thing here that interests me most is that you have these tests that you run agai... - 08:02 AM Bug #2222: WRITE event triggered too early
- Yes, the cause for this issue is fixed now. The WRITE triggers are fired at the right moment up to step 13 of the tes...
05/03/2016
- 06:09 PM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- I was wondering if delete validation can be applied to a temp-table. All I found is @VALIDATE@ option for @DEFINE TEM...
- 10:15 AM Bug #2222: WRITE event triggered too early
- Paul Eames wrote:
> > The original problems have long since been resolved
>
> Does this mean that the behavioural... - 05:17 AM Bug #2222: WRITE event triggered too early
- I'd appreciate an update on this if that's ok?
See note 26.
05/02/2016
- 07:15 AM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- Created task branch 3026a from P2J trunk revision 11019.
04/29/2016
- 06:32 PM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- OK, this plan sounds good.
- 05:16 PM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- OK, for testing we can use queries with complex sorting:...
- 01:34 PM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- There are actually a few dozen instances of @PresortCompoundQuery@ in the statically converted code of the current pr...
- 11:23 AM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- Eric, BREAK BY applies only to cycles. IIRC we can convert to presort compound queries some other rare types of queri...
- 10:19 PM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- Stanislav Lomany wrote:
> @PresortCompoundQuery@ is a compound query with 1. support for break groups / accumulation... - 04:20 PM Feature #2692: table-level VALEXP/VALMSG support
- Greg Shah wrote:
> * I recall that validation expressions be copied in from the schema more than once (if there are ... - 03:57 PM Feature #2692: table-level VALEXP/VALMSG support
- Greg Shah wrote:
> There are some things I would like to clarify. Please correct anything I get wrong here.
>
> ... - 08:15 AM Feature #2692: table-level VALEXP/VALMSG support
- Questions:
* I recall that validation expressions be copied in from the schema more than once (if there are multip... - 08:11 AM Feature #2692: table-level VALEXP/VALMSG support
- There are some things I would like to clarify. Please correct anything I get wrong here.
1. It is not just @ENABL... - 12:54 AM Feature #2692 (Closed): table-level VALEXP/VALMSG support
- The essence of adding this feature was to move all the table-level validation expression parsing from the @SchemaLoad...
- 01:17 PM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- Agreed.
- 01:13 PM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- The button in 4GL Data Dictinonary interface which calls validation editor is called "Validation..." so let's call it...
- 12:44 PM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- Stanislav Lomany wrote:
> > I think the best place for this is in the corresponding DMO, as a Java annotation.
>
... - 10:38 AM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- > I think the best place for this is in the corresponding DMO, as a Java annotation.
Should we extend @LegacyTable... - 11:11 PM Bug #3026: BUFFER-DELETE() method does not account for table-level delete validation
- Stanislav Lomany wrote:
> Eric, could you please clear something for me?
>
> 1. How do I define a schema delete v... - 08:15 AM Feature #2619 (Closed): misc database features needed for a GUI app
04/28/2016
- 05:39 PM Bug #3026 (WIP): BUFFER-DELETE() method does not account for table-level delete validation
- Eric, could you please clear something for me?
1. How do I define a schema delete validation - is that a correct d... - 10:02 AM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- @PresortCompoundQuery@ is a compound query with 1. support for break groups / accumulation 2. presorted up front; so ...
04/27/2016
- 12:30 PM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- What is your estimate of the effort to replace the implementation vs. making DELETE-RESULT-LIST-ENTRY work with the c...
- 10:29 AM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- Cursor holds common iteration/reposition/row deletion/etc code and, considering this, synchronization between these t...
- 10:08 AM Feature #2421: Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- They are different APIs. I needed the API of a @Results@ object. Why is it better to store results in @DynamicQuery.c...
- 09:55 AM Feature #2421 (WIP): Implement DELETE-RESULT-LIST-ENTRY for PresortCompoundQuery
- Eric, first of all, why do we need @PresortCompoundQuery.sorted@? Isn't it better so store results in @DynamicQuery.c...
04/25/2016
- 02:16 PM Bug #2955: Update records participating in a scrolling adaptive query.
- Eric Faulhaber wrote:
> Stanislav Lomany wrote:
> > We may want to re-visit this task after optimized queries will ...
04/22/2016
- 08:50 AM Feature #2275: cache of runtime-converted, dynamic queries and temp-tables
- This are quite similar to my thought from #2488-34. There are some statistics and an implementation sketch in there, ...
- 03:05 AM Feature #2275: cache of runtime-converted, dynamic queries and temp-tables
- In addition to the buffers improvement, I bet a lot of predicates differ only in the constant values which are inline...
04/21/2016
- 01:38 PM Feature #2275 (New): cache of runtime-converted, dynamic queries and temp-tables
- 01:36 PM Feature #3010: retrieve new primary keys from database in batch
- Having done more profiling since I entered this issue, I think the primary use comes from the metadata @LockTableUpda...
04/19/2016
- 11:31 AM Bug #2482: conversion of FIND does not honor NO-LOCK when specified early
- Paul Eames wrote:
> Was this in our code?
Not that I'm aware of.
04/18/2016
- 08:02 AM Bug #2482: conversion of FIND does not honor NO-LOCK when specified early
- Was this in our code?
- 05:17 AM Feature #2541: replace the JDBC metadata calls at server startup with DMO annotations
- I like this idea.
04/14/2016
- 04:56 AM Bug #3065: runtime conversion datatype checks
- In the static conversion P2J assumes that the input 4GL code is always correct. When it comes to dynamic conversions ...
- 04:42 AM Bug #3065 (New): runtime conversion datatype checks
04/12/2016
- 09:00 AM Bug #2937: improved sequence support in H2
- I am removing this issue from M11. The existing sequence support works fine with H2 1.4, this is just a matter of cha...
- 06:56 AM Bug #2937: improved sequence support in H2
- I edited the wrong task, sorry.
- 06:55 AM Bug #2937: improved sequence support in H2
- Wrong task was edited.
04/09/2016
- 11:09 AM Bug #2955: Update records participating in a scrolling adaptive query.
- Stanislav Lomany wrote:
> We may want to re-visit this task after optimized queries will be fixed.
The @Unsupported... - 08:51 PM Bug #2955: Update records participating in a scrolling adaptive query.
- The update was implemented in 2564f and committed into the trunk as bzr revision 10999.
We may want to re-visit this...
Also available in: Atom