hdbc-mysql icon indicating copy to clipboard operation
hdbc-mysql copied to clipboard

This package provides a MySQL driver for Haskell's HDBC library, implemented via bindings to the C mysqlclient library.

Results 9 hdbc-mysql issues
Sort by recently updated
recently updated
newest added

I'm trying to install hdbc-mysql on my computers. But something went wrong. I wonder if there is any solutions for this. Thanks! `Resolving dependencies... Build profile: -w ghc-9.2.5 -O1 In...

When getting data from a column of type LONG TEXT returns `unknown type 251`. Binding a column of type MEDIUM BLOB, MEDIUM TEXT, LONG BLOB or LONG TEXT to Types.SqlByteString.

Even though the document of fetchRow says "Will automatically call finish when the last row is read.", it doesn't finish the statement after it reads all rows. Actually, it finishes...

It might be great if the project can be built with [Stack](https://docs.haskellstack.org/). [Nix integration](https://docs.haskellstack.org/en/stable/nix_integration/) is also available, and it'll make it very easy to build the project with extra dependencies...

Output of `cabal build -v` after `cabal configure`: ``` creating dist/setup ./dist/setup/setup build --verbose=2 --builddir=dist --jobs=8 Component build order: library creating dist/build creating dist/build/autogen Building HDBC-mysql-0.6.6.2... /usr/local/bin/ghc-pkg init dist/package.conf.inplace Preprocessing...

I suspect because it has the .pl extension when installed on windows and it cannot be found by `findExecutable` in here http://www.haskell.org/ghc/docs/6.8.3/html/libraries/Cabal/src/Distribution-Compat-Directory.html also note that unless cygwin or some other...

Executing a query with this general structure: ``` SELECT column_with_JSON_type FROM table; ``` Results in: `malloc: resource exhausted (out of memory)`

Do provide a support for windows. I know that there has already a detailed discussion on it. SIGALRM and SIGVTALRM are not generated on Windows! How do we handle this...

We are using HDBC-mysql for our project and ran into a snag. When getting data from a column of type LONG BLOB or LONG TEXT (max of 4G bytes in...