Activity
From 05/27/2021 to 06/25/2021
06/25/2021
- 07:22 PM Feature #5491: custom locale/collation implementations
- At this moment @ISO_8859_1Collator@ is the only collation registered with the 'identifier' <code class="Java">new Loc...
- 10:53 AM Feature #5491: custom locale/collation implementations
- The @locale/gen-locale.p@ program has recently been updated and several new OS-level custom locales have been generat...
- 10:35 AM Feature #5491 (Closed): custom locale/collation implementations
06/18/2021
- 03:12 PM Bug #5476: Bug in Java UDF addinterval(date, ...)
- The statement @select public.addinterval(date '1999-01-08', 1, 'months')@ works fine, while @select public.addinterva...
- 03:11 PM Bug #5476 (New): Bug in Java UDF addinterval(date, ...)
06/15/2021
- 07:12 PM Feature #5453: optimize FindQuery hasOne and hasAny implementations
- Alternatively, we can keep the record in session cache, hoping a future query will have the result already fetched. U...
- 12:15 PM Feature #5453: optimize FindQuery hasOne and hasAny implementations
- We currently convert standalone CAN-FIND calls to use @FindQuery.hasAny@ or @FindQuery.hasOne@. These methods will fe...
- 12:09 PM Feature #5453 (New): optimize FindQuery hasOne and hasAny implementations
- 07:05 PM Bug #5452: eliminate use of ResultSet.CONCUR_UPDATABLE?
- You are right. Since we always fetch the data from the @ResultSet@ s and use it to hydrate our own @Record@ s there i...
- 12:07 PM Bug #5452: eliminate use of ResultSet.CONCUR_UPDATABLE?
- Ovidiu, while debugging a few days ago, I came across this in @SQLQuery.scroll(Session, int, boolean, List<RowStructu...
- 12:00 PM Bug #5452 (Closed): eliminate use of ResultSet.CONCUR_UPDATABLE?
06/14/2021
- 06:15 PM Bug #5289: Misc. problems with triggers
- Eric Faulhaber wrote:
> Is bullet point 3 (NPE in @PreselectQuery@ for FIND trigger) in #5289-1 the only thing left ... - 02:55 PM Bug #5289: Misc. problems with triggers
- Is bullet point 3 (NPE in @PreselectQuery@ for FIND trigger) in #5289-1 the only thing left in this task?
Were you... - 02:57 PM Support #3871 (Closed): determine how to change codepages/locales during import
- 08:07 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Please do not re-use branches once they have been merged. Please extract your changes and ei... - 09:12 PM Feature #3930 (Closed): allow session level control over the database(s) which are auto-connected
06/13/2021
- 07:56 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Get rid of the notion of the permanent connection.
>
> Committed to 3930a revision 12499... - 04:29 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Get rid of the notion of the permanent connection.
Committed to 3930a revision 12499.
The notion of the transient... - 07:42 PM Bug #5440: finish DatabaseManager refactoring for implicit/explicit connections
- Issue #3930 added session level control over database connections (in the 4GL sense, not the JDBC sense). These conne...
- 07:11 PM Bug #5440 (New): finish DatabaseManager refactoring for implicit/explicit connections
06/11/2021
- 05:06 PM Bug #5289: Misc. problems with triggers
- Yes, attempt to improve generics was rolled back in r12522. It was reported by other colleagues which compiled newly ...
- 03:46 AM Bug #5289: Misc. problems with triggers
- Is the generics regression in @DatabaseTriggerManager@ which was causing converted code to not compile fixed in 3821c...
- 10:59 PM Bug #5289: Misc. problems with triggers
- I committed the fix for REPLICATION and improved management of table triggers (including veto support) in r12468 and ...
- 04:54 PM Support #3871: determine how to change codepages/locales during import
- Indeed, the usage of static configuration on client side (added in r12499) was incorrect so was reverted in 12502.
I... - 07:10 AM Support #3871: determine how to change codepages/locales during import
- Code Review Task Branch 3821c Revision 12502
The changes are good.
Isn't there still an issue with calling @Con... - 10:45 PM Support #3871: determine how to change codepages/locales during import
- The revision 12502 of 3821c handles the issues and suggestions from the ode review:
* the @CharsetConverter@ which w... - 03:41 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> For the remaining cleanup, please note that the explicit connections really shouldn't be tre... - 03:33 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- For the remaining cleanup, please note that the explicit connections really shouldn't be treated much differently tha...
06/02/2021
- 05:13 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Merged to 3821c/12490.
- 12:34 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- The changes in 3930a revs 12482-3 look good. Please add the more detailed javadoc and clean up the code to coding sta...
06/01/2021
- 05:14 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Please move the @autoConnect@ method to @DatabaseManager@ (#3930-118) and remove the first l...
05/31/2021
- 06:59 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> We have covered a lot of ground...could you please review and report what is left to do befo... - 06:48 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- We have covered a lot of ground...could you please review and report what is left to do before we can consider this t...
- 06:34 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Code review 3930a/12481:
> Please move the @autoConnect@ method to @DatabaseManager@ (#3930... - 06:29 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Code review 3930a/12481:
Thanks for making these changes.
Please move the @autoConnect@ method to @DatabaseMana... - 05:59 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
> > Do you mean that I should make this more explicit by using @Cont...
05/30/2021
- 05:20 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
> > Do you mean that I should make this more explicit by using @Cont... - 05:16 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Do you mean that I should make this more explicit by using @ContextLocal@? This will of cou... - 05:10 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Your understanding about deactivation is correct, but I don't agree with the conclusion you'... - 04:50 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > I am not suggesting reference counters and I don't see how using... - 03:28 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> I am not suggesting reference counters and I don't see how using @ContextLocal@ prevents pro... - 03:14 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > * The implementation uses @SessionListener@ for cleanup purposes...
05/28/2021
- 03:17 PM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> * The concept of "permanent" and "transient" databases, and the use of the @load_at_startup@...
05/27/2021
- 04:19 PM Feature #2617 (Closed): implement RCODE-INFORMATION attributes
- 03:18 PM Feature #2617: implement RCODE-INFORMATION attributes
- Greg Shah wrote:
> Please update the gap marking.
Done in 3821c rev 12464. - 02:50 PM Feature #2617: implement RCODE-INFORMATION attributes
- Code Review Task Branch 3821c Revision 12462
The changes are good.
Please update the gap marking. - 08:06 AM Feature #2617 (WIP): implement RCODE-INFORMATION attributes
- FILENAME, DB-REFERENCES and IS-CLASS were added to 3821c rev 12462
- 01:09 PM Support #3871: determine how to change codepages/locales during import
- Than you for the quick code review.
I will remove the @CharsetConverter@ accessors. It is a clever way to handle c... - 11:53 AM Support #3871: determine how to change codepages/locales during import
- Code Review Task Branch 3821c Revision 12459
The changes are a nice improvement.
1. @FileStream.getCc()@ and @F... - 11:14 AM Bug #5289 (WIP): Misc. problems with triggers
- No, not yet.
I am waiting to finish the ASSIGN triggers work, too, and commit all in a single unified commit. I esti... - 07:59 AM Bug #5289: Misc. problems with triggers
- Are those change in 3821c?
- 03:41 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> I think there was a miscommunication or misunderstanding with #3930-11. I was trying to conv... - 03:33 AM Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> The token support is already in FWD, and the directory utility APIs already have this (a...
Also available in: Atom