Commit Graph

140 Commits

Author SHA1 Message Date
Nikita Volkov
3438be4777 Unit Default Params 2015-11-15 14:45:56 +03:00
Nikita Volkov
d4534fe9ba Drop the NonparametricQuery, since its backing "libpq" API does not support the binary protocol 2015-11-15 14:42:32 +03:00
Nikita Volkov
676f52c6bb Update errors 2015-11-15 12:12:15 +03:00
Nikita Volkov
1f34c3f4f3 Non-parametric query execution and refactorings 2015-11-15 10:29:53 +03:00
Nikita Volkov
663cc1a12e Unite Query and Connection into Hasql 2015-11-14 13:58:30 +03:00
Nikita Volkov
9e684170a1 Enum 2015-11-10 17:53:14 +03:00
Nikita Volkov
535b910fea Docs 2015-11-09 07:48:58 +03:00
Nikita Volkov
5c9cc57ab2 Consistent styling 2015-11-08 21:20:07 +03:00
Nikita Volkov
c9ef7eda7d Complete reimplementation 2015-11-08 21:09:42 +03:00
Nikita Volkov
7482cf2c55 GHC 7.10 support 2015-03-30 10:24:27 +03:00
Nikita Volkov
52cd7db40d Support for free variables by the quasi-quoter 2015-01-12 04:52:30 +03:00
Nikita Volkov
3f996b8b0a Relax the dependency on "monad-control" 2014-12-29 15:56:33 +03:00
Nikita Volkov
8336379a91 The TxStream type alias 2014-12-29 12:21:01 +03:00
Nikita Volkov
23cf4b9420 Rename "SEx" to "Ex", since we're not teenagers here 2014-12-29 12:20:44 +03:00
Nikita Volkov
9607cf8637 Statement executor 2014-12-29 11:59:00 +03:00
Nikita Volkov
f449ddc67a Accommodate to the new backend API 2014-12-29 11:58:53 +03:00
Nikita Volkov
284b5b74e0 RowParser -> CxRow 2014-12-29 11:58:53 +03:00
Nikita Volkov
260425abed Instances for PoolSettings 2014-12-29 11:58:53 +03:00
Nikita Volkov
14c8601fab Add 'singleTx', update docs, rename UnparsableResult to ResultError 2014-12-28 04:04:50 +03:00
Nikita Volkov
0015dd5501 Implement "listTx" 2014-12-28 03:45:53 +03:00
Nikita Volkov
40326f33e0 Reimplement "maybeTx" in terms of "vectorTx" 2014-12-28 03:44:53 +03:00
Nikita Volkov
8d688d82e2 Docs correction 2014-12-28 03:38:35 +03:00
Nikita Volkov
84d11c5606 TxError -> SessionError 2014-12-28 02:32:44 +03:00
Nikita Volkov
ed11b5e48d Cancel the MonadError instance for Tx, since as it turns out, Postgres won't support it 2014-12-28 01:32:26 +03:00
Nikita Volkov
ab2d2df238 Session MFunctor instance 2014-12-28 00:54:29 +03:00
Nikita Volkov
073acd578d Explicit instance of MonadError for Tx 2014-12-27 20:38:41 +03:00
Nikita Volkov
c02ba95858 Export MaybeT in Prelude 2014-12-27 20:38:23 +03:00
Nikita Volkov
9572af05ad Clean up whitespace during the quasi-quote parsing 2014-12-27 07:18:04 +03:00
Nikita Volkov
ab44c1bb20 A shortcut for empty vectors generation 2014-12-27 06:33:47 +03:00
Nikita Volkov
95c6996599 Make Session a newtype 2014-12-27 06:17:24 +03:00
Nikita Volkov
e8089b6991 Rename "q" to more meaningful "stmt" 2014-12-27 05:32:33 +03:00
Nikita Volkov
aabe5507ab Reintroduce Session and fix Demo 2014-12-27 05:31:47 +03:00
Nikita Volkov
39970138fa A complete overhaul 2014-12-27 03:43:49 +03:00
Nikita Volkov
ac620b05f4 Merge branch '0.4'
* 0.4:
  Release
  Fix the bug
  Reproduce the bug in a test
  Switch to the "hspec" testing framework
  Begin a changes log (#18)
  Update Demo
2014-12-18 02:33:12 +03:00
Nikita Volkov
eb0163c6d8 Fix the bug 2014-12-18 02:18:07 +03:00
Nikita Volkov
caaa53569d Update the deps on "list-t" and "monad-control" 2014-12-15 13:29:45 +03:00
Nikita Volkov
c4f064ddb0 Avoid "mtl-prelude" and update the "transformers" bounds 2014-11-30 02:40:09 +03:00
Nikita Volkov
e13d21aa38 Detect the semicolons with the quasi-quoter 2014-11-30 00:43:06 +03:00
Nikita Volkov
746b934bbe Fix the "list-t" dep 2014-11-29 22:23:29 +03:00
Nikita Volkov
93a1185a91 Merge branch 'master' into 0.3
* master:
  Remove Bug from the Unit instance of RowParser
  Update the "list-t" bounds
2014-11-29 20:23:58 +03:00
Nikita Volkov
f3c907382a Remove Bug from the Unit instance of RowParser 2014-11-29 20:22:17 +03:00
Nikita Volkov
8c40ec158e Docs 2014-11-29 20:13:21 +03:00
Nikita Volkov
03373ff8f5 Docs 2014-11-25 15:49:25 +03:00
Nikita Volkov
78d8cb7275 Merge branch 'issue-10'
* issue-10:
  Increment the minor version
  Fix issue #10
2014-11-23 20:42:16 +03:00
Nikita Volkov
68b25b5ed1 Fix issue #10 2014-11-23 19:54:11 +03:00
Nikita Volkov
a76c6ec1e1 Docs 2014-11-23 17:08:05 +03:00
Nikita Volkov
0c03eb32bc Instances for "Session" 2014-11-23 15:14:15 +03:00
Nikita Volkov
0492ab8546 Implement "sessionUnlifter" (Fixes the issue #11) 2014-11-23 14:46:13 +03:00
Nikita Volkov
93f0ffedd8 Fix the quasi-quoter 2014-11-18 12:19:27 +03:00
Nikita Volkov
e07ac5b621 Docs correction 2014-11-13 21:12:42 +03:00