Closed GoogleCodeExporter closed 9 years ago
Note, I have added support for PG JDBC 9.2 in the ticket #477.
Original comment by arbfrank...@gmail.com
on 10 Jun 2013 at 3:54
Hmmm, I'm not that familiar with the internals of the driver, but it looks like
your change to PgServerThread will break backwards compatibility with older
versions of the ODBC driver, assuming that the 'E' command is currently in use
and working correctly.
Perhaps there is a PostgreSQL-ODBC version somewhere where you could turn this
particular section of code on and off depending on the version of the driver
connecting?
Original comment by noelgrandin
on 18 Jun 2013 at 12:37
I read over the protocol spec and it seemed like an error that the prior
PostgreSQL ODBC driver was resilient to. If you're able to share what you
believe the officially supported ODBC/JDBC drivers are prior to my change then
I can do some regression testing.
Original comment by arbfrank...@gmail.com
on 18 Jun 2013 at 9:38
Attached an updated patch which is relative to the now current trunk. It also
includes a slight improvement in null + boolean handling and type warning which
is possibly more an extension to issue #477 but is about more accurate driver
handling. You may wish to split commits here?
In terms of regression testing PG ODBC, I tried out a 8.0 series driver and it
works fine, as does the 9.0.
Original comment by arbfrank...@gmail.com
on 19 Jun 2013 at 9:57
Attachments:
Thanks, looks good, patch applied.
Original comment by noelgrandin
on 20 Jun 2013 at 6:52
Original issue reported on code.google.com by
arbfrank...@gmail.com
on 8 Jun 2013 at 1:55Attachments: