Commit Graph

550 Commits

Author SHA1 Message Date
Nikita Volkov
51e0568b75 Add array roundtrip tests 2019-05-21 08:49:47 +03:00
Nikita Volkov
590be494bc Redesign decoders 2019-05-21 01:20:57 +03:00
Nikita Volkov
68339eeabe Ditch the coersion of encoders 2019-05-20 19:27:17 +03:00
Nikita Volkov
19345cf624 Redesign the encoders 2019-05-20 19:24:27 +03:00
Nikita Volkov
9eee8c990b Ditch the integration with "default" 2019-05-20 15:02:17 +03:00
Nikita Volkov
2b530025b7 Update the formatting in Cabal 2019-05-20 14:57:05 +03:00
Nikita Volkov
27bbccbaf0 Set the version to 1.3.0.6 2019-05-20 14:48:18 +03:00
Nikita Volkov
69c6d27ca4 Relax the "hashable" dep 2019-05-11 12:12:42 +03:00
Nikita Volkov
583e91524a Set the version to 1.3.0.5 2019-04-23 19:06:17 +03:00
Nikita Volkov
b3eba13de9
Merge pull request #110 from rl-king/update-encoders-example
Update Encoders introduction example
2019-04-23 11:48:16 +03:00
rl-king
c86d7a3b58 Update Encoders introduction example 2019-04-23 07:28:32 +02:00
Nikita Volkov
a923ff676e
Merge pull request #109 from rl-king/update-array-example
Rename `value` -> `param` in Encoders Array docs example
2019-04-14 20:54:53 +03:00
rl-king
ad42b4e42a Rename value -> param 2019-04-14 16:50:22 +02:00
Nikita Volkov
115e9ff7e3
Update README.md 2019-02-14 10:36:43 +03:00
Nikita Volkov
3555318732 Update Travis 2019-02-13 13:53:48 +03:00
Nikita Volkov
bd8df81bfa Update the package description 2019-01-21 08:58:32 +03:00
Ian Duncan
a5f75a788a Add convenience function for refining domain types 2019-01-17 10:57:54 +09:00
Nikita Volkov
8e8ce2f32e Merge branch 'pr/100'
* pr/100:
  Revert some changes and change the example
  hasql.cabal: also build-depend on markdown-unlit
  Add tested README getting started example
2018-09-15 18:31:45 +03:00
Nikita Volkov
c1cfb3c68e Revert some changes and change the example 2018-09-15 18:31:38 +03:00
Domen Kožar
c68c10332d
hasql.cabal: also build-depend on markdown-unlit 2018-09-03 11:28:12 +01:00
Domen Kožar
ac1f2b5719
Add tested README getting started example 2018-09-02 16:08:52 +01:00
Nikita Volkov
82885b31c1 Set the version to 1.3.0.4 2018-09-01 12:49:05 +03:00
Nikita Volkov
9b193cddc0 Update the "text-builder dep" 2018-09-01 12:48:54 +03:00
Nikita Volkov
743c2c5c3d Set the version to 1.3.0.3 2018-07-23 17:55:23 +03:00
Nikita Volkov
f1d2015395 Fix the docs 2018-07-23 17:55:23 +03:00
Nikita Volkov
d3fdb9866b
Merge pull request #93 from ChristopherDavenport/patch-1
README Change: Trivial to hopefully easier
2018-06-16 19:18:23 +08:00
Nikita Volkov
3514b62b76 Merge branch 'semigroup-fixes'
* semigroup-fixes:
  Restrict the builder deps
  Update the "base" bounds
  Add explicit Semigroup
  Reimplement Semigroup thru derivation
  Set the version to 1.3.0.2
2018-06-16 14:21:15 +08:00
Christopher Davenport
b2e1f5c519
Change Trivial to hopefully easier
Attempting to make the description a bit more welcoming to those finding it difficult, hopefully not stepping on any toes.

Thank you for your time.
2018-06-15 12:47:47 -04:00
Nikita Volkov
f88a705531 Restrict the builder deps 2018-06-07 15:23:16 +08:00
Nikita Volkov
585464f7fa Update the "base" bounds 2018-06-07 14:33:46 +08:00
Nikita Volkov
35c845eb32 Add explicit Semigroup 2018-06-06 17:23:18 +08:00
Nikita Volkov
d233716d40 Merge branch 'master' into semigroup-fixes
* master:
  Downgrade GHC in Travis
2018-06-05 16:32:07 +08:00
Nikita Volkov
0c19027860 Downgrade GHC in Travis 2018-06-05 16:31:56 +08:00
Nikita Volkov
9218bb5394 Reimplement Semigroup thru derivation 2018-06-05 16:19:50 +08:00
Nikita Volkov
615f887526 Set the version to 1.3.0.2 2018-06-05 16:19:29 +08:00
Nikita Volkov
9b7d9b32c8 Update the Travis setup 2018-06-05 15:54:39 +08:00
Nikita Volkov
f7827865f4 Set the version to 1.3.0.1 2018-05-25 19:36:35 +08:00
Nikita Volkov
e50dd830d5 Restore the correct docs 2018-05-25 19:36:02 +08:00
Nikita Volkov
509dafdfbf Rename Query to Statement 2018-05-23 18:33:34 +08:00
Nikita Volkov
e947e820bb Set the version to 1.3 2018-05-23 18:33:12 +08:00
Nikita Volkov
1516b51593 Fix a typo in the docs 2018-05-23 18:33:01 +08:00
Nikita Volkov
726097efd5 Rename some result decoders 2018-05-23 18:11:16 +08:00
Nikita Volkov
8eb3830a7f Make the codec names more consistent 2018-05-23 18:09:16 +08:00
Nikita Volkov
ea4874ca7e Reimplement to add support for query param printing in failed queries 2018-05-23 17:58:24 +08:00
Nikita Volkov
151e91451f Set the version to 1.2 2018-05-20 19:52:55 +08:00
Nikita Volkov
3b4d713f48 Update the Tasty dep 2018-05-20 19:52:47 +08:00
Markus Schirp
75c0d37ca8 Fix readme link for real (#91) 2018-03-23 08:16:47 +03:00
Nikita Volkov
8060c0775c
Merge pull request #90 from mbj/fix/readme-link
Fix Readme link
2018-03-19 10:15:57 +03:00
Markus Schirp
37b752306a Fix link to hasql-cursor-transactions 2018-03-16 01:13:56 +00:00
Markus Schirp
45b4b113b6 Fix whitespace 2018-03-16 01:13:45 +00:00