From: Artyom S. <art...@gm...> - 2009-02-10 11:21:00
|
Hello, I have successfully built HaskellDB and it's HDBC driver (using the version in darcs); some queries can be performed, but I noticed that sometimes MySQL ODBC fails with strange errors ("database not selected", etc.). I don't know whether it's a bug in MySQL driver or not, but if one replaces spaces with ";" when constructing connection string out of key-value pairs, everything works correctly. I can submit a patch fixing this. Is anybody interested? Cheers, Artyom Shalkhakov. |