time dates - Search results in mailing lists
Mailing lists >> pgsql-jdbc >> Thread
2023-08-08 19:27:35 | PrepareStatement and parameters data types (ihab sabiq)
time of a query used in a PreparedStatement. To do that, I normally use the Prepare and Execute statements of Postgresql. What I notice is that explicit casting has a considerable performance impact. So using
Mailing lists >> pgsql-jdbc >> Thread
2023-01-26 09:57:13 | Re: JDBC setTimestamp question (arons)
Date which is intended to reflect coordinated universal time (UTC) in most cases. That is not the same
Mailing lists >> pgsql-jdbc >> Thread
2022-06-07 17:20:07 | [pgjdbc/pgjdbc] 67e4d5: fix: use Locale.ROOT for toUpperCase() toLowerCase... (Vladimir Sitnikov)
Date: 2022-06-07 (Tue, 07 Jun 2022) Changed paths: M pgjdbc/src/test/java/org/postgresql/test/jdbc42/SetObject310Test.java Log Message: ----------- test: fix failure in SetObject310Test in simple query mode in certain time
Mailing lists >> pgsql-jdbc >> Thread
2022-05-02 22:47:33 | [pgjdbc/pgjdbc] 4d711c: fix: revert removal of toOffsetDateTime(String tim... (Dave Cramer)
Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java Log Message: ----------- fix: revert removal of toOffsetDateTime(String timestamp) fixes #Issue 2497 (#2501) * fix: revert removal of toOffsetDateTime(String timestamp) fixes
Mailing lists >> pgsql-jdbc >> Thread
2022-04-15 13:04:22 | [pgjdbc/pgjdbc] 97d910: More test and fix for issues discovered by #2476 (... (Uwe Schindler)
time), so removing them. Instead use a more common timezone * Use ISOChronology in the test to make the BC dates
Mailing lists >> pgsql-jdbc >> Thread
2022-03-29 12:53:00 | [pgjdbc/pgjdbc] 3d14ea: feat: add support for ResultSet#getObject(OffsetTi... (Uwe Schindler)
Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java M pgjdbc/src/test/java/org/postgresql/test/jdbc42/GetObject310Test.java M pgjdbc/src/test/java/org/postgresql/test/jdbc42/SetObject310Test.java M pgjdbc/src/test/java/org/postgresql/test/jdbc42/TimestampUtilsTest.java Log Message: ----------- feat: add support for ResultSet#getObject(OffsetTime.class) and PreparedStatement#setObject
Mailing lists >> pgsql-jdbc >> Thread
2021-12-31 13:37:35 | [pgjdbc/pgjdbc] 54e559: style: import java.time types in more classes (#2382) (Philippe Marschall)
Date: 2021-12-31 (Fri, 31 Dec 2021) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java Log Message: ----------- style: import java.time
Mailing lists >> pgsql-jdbc >> Thread
2021-12-30 19:08:05 | [pgjdbc/pgjdbc] f06a33: style: import java.time types in TimestampUtils (#... (Philippe Marschall)
Date: 2021-12-30 (Thu, 30 Dec 2021) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java Log Message: ----------- style: import java.time
Mailing lists >> pgsql-jdbc >> Thread
2021-11-24 17:04:49 | [pgjdbc/pgjdbc] 194411: fix: Connection leak in ConnectionFactoryImpl#tryC... (Michał Wyrzykowski)
Date: 2021-11-24 (Wed, 24 Nov 2021) Changed paths: M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java Log Message: ----------- fix: Connection leak in ConnectionFactoryImpl#tryConnect #2350 (#2351) When `ConnectionFactoryImpl#tryConnect` fails with an exception, a newly created PGStream is left
Mailing lists >> pgsql-jdbc >> Thread
2021-11-15 16:17:55 | [pgjdbc/pgjdbc] 138d58: Ms goodman time gettimestamp micros (#2181) (Dave Cramer)
Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java M pgjdbc/src/test/java/org/postgresql/test/jdbc2/TimestampTest.java Log Message: ----------- Ms goodman time
Mailing lists >> pgsql-jdbc >> Thread
2021-06-14 14:40:08 | [pgjdbc/pgjdbc] d78059: fix: When calling Driver.connect multiple times, S... (Agata Naomichi)
Date: 2021-06-14 (Mon, 14 Jun 2021) Changed paths: M pgjdbc/src/main/java/org/postgresql/Driver.java M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DriverTest.java Log Message: ----------- fix: When calling Driver.connect multiple times
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (3)
2020-10-28 00:00:34 | RE: Support for Java 6 and later (r.takahashi_2@fujitsu.com)
date to consider drop Java 8 support in pgjdbc. The next Java LTS would be in 2024, and it might be the time
Mailing lists >> pgsql-jdbc >> Thread
2020-10-05 22:21:21 | Re: Support for OUT parameters in procedures (Dave Cramer)
andrew@dunslane.net> wrote: and dates with and without time zones Thanks, Dave Cramer www.postgres.rocks
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (2)
2020-04-21 11:14:07 | Re: JDBC and timetz again (Mark Rotteveel)
Time`[1]: """ The date components should be set to the "zero epoch" value of January
Mailing lists >> pgsql-jdbc >> Thread
2020-03-10 20:39:35 | pgjdbc: Maven -> Gradle, Java 6 => 7, JUnit 4 => 5 (Vladimir Sitnikov)
time to move forward and bump the dependencies and tools: * Maven->Gradle As you might know, pgjdbc is built via Maven since 2015. It made the development, test, and release steps simpler. It made source