lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Add support for CockroachDB #245

Closed george-steel closed 6 years ago

george-steel commented 6 years ago

This patch makes transaction handling and parsing compatible with CockroachDB, which requires the SQL standard ROLLBACK command instead of the Postgres-specific ABORT and emits Date values with a trailing " 00:00:00".

lpsmith commented 6 years ago

I don't see a date parser tweak?