Commit Graph

3281 Commits

Author SHA1 Message Date
Kei Hibino
f185d06f05 relational-query: formatted. 2019-05-05 18:18:31 +09:00
Kei Hibino
fd22cbe6ac relational-query: deprecate old APIs. 2019-05-05 18:04:13 +09:00
Kei Hibino
83cb937d5c relational-query: drop redundant extension. 2019-05-05 16:15:57 +09:00
Kei Hibino
4bbcbc6907 relational-query: divide module for utf8-bytestring instances. 2019-05-05 16:09:40 +09:00
Kei Hibino
4c05ccdf2b relational-record-examples: update default of binary-flag, true. 2019-05-05 15:59:07 +09:00
Kei Hibino
49c2866474 relational-record-examples: compat with GHC 7. 2019-05-05 15:57:58 +09:00
Kei Hibino
f9e7b59062 relational-schemas: drop redundant import. 2019-05-05 15:39:28 +09:00
Kei Hibino
22c3336ffc relational-query: compat with GHC 7. 2019-05-05 14:55:33 +09:00
Kei Hibino
03cf8852a2 relational-query: rename non-standard module. 2019-05-05 14:45:58 +09:00
Kei Hibino
e5d3633c34 relational-query: update note of module. 2019-05-05 14:38:45 +09:00
Kei Hibino
d88e5e621f relational-query: update copyright notice. 2019-05-05 14:18:20 +09:00
Kei Hibino
b85da55117 relational-query: move bool SQL definition. 2019-05-05 14:17:21 +09:00
Kei Hibino
0f5c1bc8e8 relational-query: drop unused internal module. 2019-05-05 14:03:34 +09:00
Kei Hibino
c11cb20d4f relational-query: apply literal module. 2019-05-05 14:02:35 +09:00
Kei Hibino
29ac76378f relational-query: add internal literal module. 2019-05-05 13:58:08 +09:00
Kei Hibino
c18861baa6 relational-query: add Show instance of Table type. 2019-05-04 21:56:15 +09:00
Kei Hibino
2d649c0ac5 relational-query: update copyright notice. 2019-05-04 21:23:53 +09:00
Kei Hibino
09786c5142 relational-query: add enableWarning to updated configuration example. 2019-05-04 21:23:18 +09:00
Kei Hibino
f9723349a7 relational-query: formatted. 2019-05-04 21:14:38 +09:00
Kei Hibino
2e63de93de relational-query: drop redundant import. 2019-05-04 21:11:45 +09:00
Kei Hibino
f55a0f265b sql-words: update copyright notice. 2019-05-04 21:03:10 +09:00
Kei Hibino
4c0fcc85b3 sql-words: canonical monoid instance. 2019-05-04 21:02:46 +09:00
Kei Hibino
0297be7f80 add compiler switches to test compatibility. 2019-05-04 20:54:56 +09:00
Kei Hibino
41ba5c8e68 formatted. add missing -Wall. 2019-05-04 19:47:51 +09:00
Kei Hibino
d662ebe589 rr-quickcheck: apply compat interface. 2019-05-04 19:15:33 +09:00
Kei Hibino
655bbce00a rr-quickcheck: update along with deprecations. 2019-05-04 13:04:16 +09:00
Kei Hibino
6e884c5604 relational-record-examples: consistent format for script names. 2019-05-03 22:37:43 +09:00
Kei Hibino
0d241b198e relational-record-examples: update DATE literal expression in examples documents. 2019-05-03 22:19:20 +09:00
Kei Hibino
200f6c3d6f relational-query: update along with deprecations. 2019-05-03 22:15:42 +09:00
Kei Hibino
aeec06631d relational-query: update copyright notice. 2019-05-03 21:16:12 +09:00
Kei Hibino
3e261e5040 relational-query: safe APIs because of just untyping. 2019-05-03 21:12:53 +09:00
Kei Hibino
7638b706ea /mnt/working-copy/hibi/hg/haskell-relational-record: update copyright notice. 2019-05-03 21:00:34 +09:00
Kei Hibino
9492c48330 travis-CI: update .travis.yml along with updated tested-with. 2019-05-03 20:43:43 +09:00
Kei Hibino
6b96f59322 add tested-with. update 8.4.x and 8.6.x 2019-05-03 20:43:08 +09:00
Kei Hibino
51544deffe update copyright notice. 2019-05-03 18:48:36 +09:00
Kei Hibino
31bf5fc38b drop unused prototype file. 2019-05-03 18:40:34 +09:00
日比野 啓 (Kei Hibino)
10d9276ab2
Merge pull request #71 from cohei/master
Fix descriptions in cabal files
2019-04-25 17:14:58 +09:00
TANIGUCHI Kohei
a1aabd4d18 Fix descriptions in cabal files
To render descriptions properly, Dot is needed at blank lines.

https://www.haskell.org/cabal/users-guide/developing-packages.html#package-descriptions
> To get a blank line in a field value, use an indented “.”
2019-03-16 09:02:17 +09:00
日比野 啓 (Kei Hibino)
4bf5e344a5
Merge pull request #69 from himura/hide-non-standard-timestamptz-instances
Hide non-standard TIMESTAMPTZ instances from other DBs
2019-01-26 17:31:56 +09:00
Takahiro HIMURA
235bef215d relational-schemas: import TIMESTAMPTZ instances on PostgreSQL 2019-01-26 16:06:38 +09:00
Takahiro HIMURA
5618c109cf relational-query: move non-standard TIMESTAMPTZ instances to Database.Relational.Pure.NonStandard.TIMESTAMPTZ 2019-01-26 16:03:55 +09:00
Kei Hibino
27aa35de5f travis-CI: switch travis.yml to which is generated from cabal.project. 2019-01-23 20:48:57 +09:00
Kei Hibino
52514c5816 relational-record: add tested-with to top-level package. 2019-01-23 20:47:25 +09:00
Kei Hibino
0003d94f3c doc/slide: drop redundant src-format switch. 2019-01-23 15:43:52 +09:00
Kei Hibino
f2246bb4ac relational-query: export order-by interface type. 2018-11-03 01:18:01 +09:00
Kei Hibino
bdccb4833f Added tag release-relational-query-HDBC-0_7_1_1 for changeset bac30b26dc25 2018-07-18 00:46:13 +09:00
Kei Hibino
fecca74eb2 relational-query-HDBC: bump. 2018-07-18 00:45:35 +09:00
Kei Hibino
bd41363557 relational-query-HDBC: fix import for no-FTP Prelude. 2018-07-18 00:26:53 +09:00
Kei Hibino
0867f18ab5 examples/HDBC/Oracle: update version constraint. 2018-07-17 17:28:00 +09:00
Kei Hibino
93496f63e0 Added tag release-relational-query-HDBC-0_7_1_0 for changeset a246bc613608 2018-07-17 17:04:49 +09:00