Commit Graph

179 Commits

Author SHA1 Message Date
Nikita Volkov
6c2f78a122 Release 2014-12-29 12:39:34 +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
f3af81010f Description correction 2014-12-28 04:27:17 +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
2fda4e788a Tx tests 2014-12-27 20:34:57 +03:00
Nikita Volkov
9572af05ad Clean up whitespace during the quasi-quote parsing 2014-12-27 07:18:04 +03:00
Nikita Volkov
89875c763a Clean up 2014-12-27 07:04:51 +03:00
Nikita Volkov
ab44c1bb20 A shortcut for empty vectors generation 2014-12-27 06:33:47 +03:00
Nikita Volkov
784c8ee7e1 Test UTF-8 templates 2014-12-27 06:30:38 +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
1dfed9be76 Release 2014-12-21 19:54:56 +03:00
Nikita Volkov
78b1cf9829 Update the "hasql-postgres" deps 2014-12-21 19:10:19 +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
d1628fb60d Release 2014-12-18 02:19:22 +03:00
Nikita Volkov
3c6e1e401e Merge branch 'transaction-conflict-fix' into 0.4
* transaction-conflict-fix:
  Fix the bug
  Reproduce the bug in a test
2014-12-18 02:18:24 +03:00
Nikita Volkov
eb0163c6d8 Fix the bug 2014-12-18 02:18:07 +03:00
Nikita Volkov
f2853be639 Reproduce the bug in a test 2014-12-18 01:30:54 +03:00
Nikita Volkov
82e6d56eed Switch to the "hspec" testing framework 2014-12-18 00:50:23 +03:00
Nikita Volkov
499d162cf9 Begin a changes log (#18) 2014-12-18 00:33:18 +03:00
Nikita Volkov
08ff844276 Update Demo 2014-12-18 00:05:48 +03:00
Nikita Volkov
caaa53569d Update the deps on "list-t" and "monad-control" 2014-12-15 13:29:45 +03:00
Nikita Volkov
23bae317a6 Update Travis 2014-12-15 13:29:33 +03:00
Nikita Volkov
7248e755b9 Drop redundant dependencies 2014-11-30 02:48:32 +03:00
Nikita Volkov
c4f064ddb0 Avoid "mtl-prelude" and update the "transformers" bounds 2014-11-30 02:40:09 +03:00
Nikita Volkov
60f8dcd5fd Remove duplicate deps 2014-11-30 02:33:17 +03:00
Nikita Volkov
e13d21aa38 Detect the semicolons with the quasi-quoter 2014-11-30 00:43:06 +03:00
Nikita Volkov
6ce1f5ddb0 Update Travis 2014-11-29 22:45:29 +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
73a5d38f01 Update the "list-t" bounds 2014-11-29 20:18:38 +03:00
Nikita Volkov
8c40ec158e Docs 2014-11-29 20:13:21 +03:00
Nikita Volkov
efc213ca71 Remove bounds from Hasql deps 2014-11-29 14:48:14 +03:00
Nikita Volkov
03373ff8f5 Docs 2014-11-25 15:49:25 +03:00