Activity
From 10/31/2021 to 11/29/2021
11/29/2021
- 12:27 PM Support #4701: try to improve H2 transaction commit performance
- FYI, H2 version 2.0.202 was released November 25, 2021. I noticed these two items which are relevant to us in the cha...
11/09/2021
- 12:14 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- If @LocalDate@ handled historical dates properly, then we would certainly need to consider moving to it. Without tha...
11/06/2021
- 10:34 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- I did some small scale tests/investigations. The @LocalDate@ might be the utility @date@ needs. There are methods for...
11/05/2021
- 01:34 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- I believe it may be possible that we are doing some over-calculations with the @date@. From my experience with this B...
- 01:33 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- Greg Shah wrote:
> At the time I wrote this code, the use of @Date@ with the day, month, year was already deprecated... - 01:21 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- > But a potential problem may be: when working with pure dates, maybe FWD should not depend on/use the time part at a...
- 01:17 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- Ovidiu Maxiniuc wrote:
> Same Java version here.
> Greg, please try with @ABL_11_NOV_1900 = 2430137@ (05/21/1941).
... - 12:48 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- Constantin Asofiei wrote:
> Ovidiu: I don't think this is specific on a user's machine (as long as @TimeZone.getDefa... - 12:47 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- Constantin Asofiei wrote:
> Ovidiu, is this only with this specific @1900-11-11@ date? Can you run all dates from 1... - 12:46 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- Greg, what does @TimeZone.getDefault();@ show for you?
Ovidiu: I don't think this is specific on a user's machine ... - 12:41 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- Same Java version here.
Greg, please try with @ABL_11_NOV_1900 = 2430137@ (05/21/1941). - 12:36 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- If I'm using @TimeZone.getTimeZone("Europe/Bucharest")@, the program shows:...
- 12:24 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- I don't see the issue on my system:...
- 12:20 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- Ovidiu, is this only with this specific @1900-11-11@ date? Can you run all dates from 1900 to 2030 in a loop, a log ...
- 12:13 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- I used Constantin's test case. I added traces (@System.out.format()@) in @date.neutralMillisToCalendar(long millis, T...
11/04/2021
- 11:09 AM Bug #5802: a date temp-table field gets assigned to incorrect date
- Do you have a simple Java recreate for this? I assume we can recreate this with simple Java code with a @main()@ tha...
- 08:05 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- I continued investigations on this issue. The problem seems to be at the moment when the timezone of the @GregorianCa...
11/03/2021
- 09:10 AM Bug #5802: a date temp-table field gets assigned to incorrect date
- > It seems like the first setup is somewhat incorrect. Since the default timezone is unlikely to change, only the ve...
- 09:03 PM Bug #5802: a date temp-table field gets assigned to incorrect date
- I did a bit of investigations. Here is the stack downstream from @_setDate@:...
11/02/2021
- 07:42 PM Bug #5799 (Feedback): write-xml doesn't serialize the prods:id attributes and the deleted fields ...
- As you noted, there were two issues here:
* WRITE-XML was not serializing the @prods:id@ and @prods:rowState@ attrib... - 11:13 AM Bug #5799: write-xml doesn't serialize the prods:id attributes and the deleted fields for before-...
- This program:...
- 11:11 AM Bug #5799 (Feedback): write-xml doesn't serialize the prods:id attributes and the deleted fields ...
- 07:03 PM Bug #5801 (Feedback): write-xml is not using XML-NODE-NAME for the temp-table
- The issue was fixed and revision in 13126.
- 11:24 AM Bug #5801: write-xml is not using XML-NODE-NAME for the temp-table
- This test:...
- 11:23 AM Bug #5801 (Feedback): write-xml is not using XML-NODE-NAME for the temp-table
- 12:11 PM Bug #5800: Conversion issue with CAN-FIND
- Eric Faulhaber wrote:
> The conversion has gone quite wrong. I don't think we've come across a case before which com... - 11:57 AM Bug #5800: Conversion issue with CAN-FIND
- The conversion has gone quite wrong. I don't think we've come across a case before which compares the results of two ...
- 11:14 AM Bug #5800: Conversion issue with CAN-FIND
- The conversion of the following program...
- 11:13 AM Bug #5800 (New): Conversion issue with CAN-FIND
- 11:45 AM Bug #5802: a date temp-table field gets assigned to incorrect date
- This test will assign @tt1.f1@ to @1900-11-10@, only on the first iteration. I saw this when working with #3310 SOAP...
- 11:43 AM Bug #5802 (New): a date temp-table field gets assigned to incorrect date
Also available in: Atom