|
From: Christian M. S. <cm...@ce...> - 2005-09-11 20:27:41
|
On Sunday 11 September 2005 21.44, Markus Hoenicka wrote: > Hi fellow-developers, > > I've spotted a bug that hits both the sqlite and the sqlite3 > driver. In some cases the parser that isolates the field and table > names in order to determine the data type of a field fails to get the > table name right. This requires an update of the drivers as soon as > possible. > > I intend to release 0.8.1 somewhere during the next week. I'll include > Vadym's FreeTDS driver, although there is no feedback yet from someone > else. My question is, is there any chance to include the Firebird and > Oracle drivers too? I could spend a few hours during the next week > trying to fix the Firebird driver, but there's nothing I can do about > Oracle. The firebird driver is working as it should. Its just the test program that doesn't work with firebird. I don't see that as a reason to not include it. About the Oracle driver. This driver worked good before the API changes for 8.0. So to get the Oracle driver up speed should be straight forward. Finally I'm starting to have some more time for projects like this again. So if somebody will just give me access to an Oracle server I will do the changes that is needed quickly. I would really like to include the patch from Henrique that brings uniform transaction support to libdbi included before the next release. I was just on my way to submit that patch to cvs. What do you think about that? Christian |