Open GoogleCodeExporter opened 9 years ago
Which version of the PostgreSQL driver is this?
Original comment by noelgrandin
on 14 Apr 2014 at 8:24
psqlodbc-09.03.0210, the latest version of PostgreSQL ODBC driver.
Another case, when I use isql to do:
SELECT COUNT(*) FROM t
It's Core Dumped!
Original comment by bjfran...@gmail.com
on 30 Apr 2014 at 7:48
Which version of H2 are you connecting to?
Because I can't see how this can be happening with the current version of H2.
Original comment by noelgrandin
on 5 May 2014 at 7:28
1.3.176
Original comment by bjfran...@gmail.com
on 15 May 2014 at 6:40
When I do ( an invalid SQL select after a valid SQL select ):
isql H2 me me
SQL> SELECT f FROM t;
SQL> SELECT x FROM t;
[ISQL]ERROR: Could not SQLExecute
quit
But when I do ( an invalid SQL select directly ):
isql H2 me me
SQL> SELECT x FROM t;
it's locked forever!
And when I do:
isql H2 me me
SQL> SELECT COUNT(*) FROM t;
Segmentation fault (core dumped)
it's core dumped!
My environment is ( all the newest version ):
unixodbc 2.3.2
psqlodbc 9.3.300
H2 1.3.176
Original comment by bjfran...@gmail.com
on 22 May 2014 at 9:01
I'm in 32-bits mode.
In 64-bits mode, that's OK.
Original comment by bjfran...@gmail.com
on 27 May 2014 at 6:11
Original issue reported on code.google.com by
bjfran...@gmail.com
on 11 Apr 2014 at 5:01