[Haskell-cafe] Re: Weird behaviour with positional parameters in HDBC-mysql

John Goerzen jgoerzen at complete.org
Wed Apr 7 18:55:55 EDT 2010


Martijn van Steenbergen wrote:
> 
> Is this a problem in HDBC or in HDBC-mysql?

Smells to me like a bug in HDBC-mysql.  However, it is possible that the 
bug lies in the C MySQL library itself.

To help isolate, it would be good to try your program:

  * with HDBC-postgresql
  * with HDBC-sqlite3
  * with HDBC-ODBC and the MySQL driver

-- John


More information about the Haskell-Cafe mailing list