Dave Cramer
Dave Cramer
> > Seems this is not that difficult. > > If it's that simple, I think it's worth implementing. All of this is nothing compared to the code needed to...
> > One question though. Do we want to return public or just leave it empty ? > > The `ResultSetMetaData::getSchemaName` Javadoc says _"name or "" if not applicable"_ The...
PR to fix this #3753
@simon-greatrix just need to find some time to review it.
> Are "bytea" PGobjects with "\xHEX" syntax something pgjdbc intended to support, or was that support just incidental before? If the latter, and it's not documented / commonly used (perhaps...
I just tried ``` public static void main(String[] args) throws Exception { try (Connection connection = DriverManager.getConnection(DB_URL, DB_USERNAME, DB_PASSWORD)) { try (Statement statement = connection.createStatement()) { statement.execute("create table if not...
Amazon Q came up with the same code After analyzing the Netty PR #9896, we can apply similar optimizations using lookup tables and bitwise operations. Here's the reworked version: ```java...
did you mean JDBC `Other ODBC drivers (e. g. Microsoft SQL Server) do respect and support it.` ?
I'm OK with this. @vlsi ?