|
From: Markus H. <mar...@mh...> - 2005-09-20 22:46:10
|
Hi Christian, I've spent an evening fixing the firebird driver, but now it works for me. I've adapted the test program to only use the types and ranges that firebird actually supports. I've fixed the handling of binary strings which are now returned ok. I've also fixed the handling of TIMESTAMP. The only thing I couldn't fix is that the client library seems to insist on using SQL dialect 1. No matter what I do, I can't create a table containing TIME or DATE columns (both are only supported in dialect 3). I tried issuing a SET SQL DIALECT 3 from test_dbi which doesn't change anything (the command works in isql). It would be nice to run this from within dbd_real_connect(). I have no ideas why this fails, and google won't tell me either. Any ideas? Unless you come up with an idea how to fix this, I'll release 0.8.1 tomorrow. regards, Markus Markus Hoenicka writes: > This is after updating to your latest checkins. Does this look the > same on your box? I'll see what I can do. > -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |