From: MightyByte <mig...@gm...> - 2010-02-08 19:43:40
|
Hi, I've just started playing with DaskellDB to interface to a Postgres database. I'm trying to use HaskellDB on top of HDBC to generate Haskell data structures from existing Postgres tables. My database has several schemas, but HDBC's fgetTables only returns tables in the public schema. I have talked with the HDBC maintainer (John Goerzen) about this issue and he is going to issue a patch. However, haskelldb-hdbc-postgresql depends on an older version of HDBC-postgresql. Could haskelldb issue a version bump changing the dependency to the new version of HDBC-postgresql when John releases it? This would be a big help. Thanks. MightyByte |