Commit Graph

221 Commits

Author SHA1 Message Date
Kei Hibino
4c3d8a1b17 Ver bump up. 2016-02-13 09:47:06 +09:00
Kei Hibino
1fbf1f7581 Drop unused templates of PersistableValue. 2016-02-12 01:59:21 +09:00
Kei Hibino
ff9ea16814 Drop derivation rule of PersistableValues. 2016-02-12 01:40:39 +09:00
Kei Hibino
857c55c62d Directly derive FromSql/ToSql from Convertible. 2016-02-12 01:35:42 +09:00
Kei Hibino
60fb95efe5 Ver bump up. 2016-01-22 20:46:23 +09:00
Kei Hibino
7c62e56396 Update along with deprecations. 2016-01-21 23:16:09 +09:00
Kei Hibino
de6c93ee12 Extend signatures of model templates. 2016-01-11 22:20:16 +09:00
Kei Hibino
2d51552d5e Update along with updated chunked-insert. 2016-01-01 20:47:41 +09:00
Kei Hibino
0b9f028a70 Move Oracle examples. 2015-12-26 17:08:19 +09:00
Kei Hibino
899a3db8c6 Move MySQL examples. 2015-12-26 17:07:44 +09:00
Hiroshi Hatake
9d7f28c124 relational-query-HDBC mysql: Tidy up mysql example cabal package dependency. 2015-12-26 15:00:36 +09:00
Hiroshi Hatake
57f5c28c6b mysql example: Fix style. 2015-12-26 14:55:36 +09:00
Hiroshi Hatake
0b8261f8fd mysql example: Follow TH type change.
Because ghc complains following error:

```log
Couldn't match type ‘ConName’
                       with ‘Language.Haskell.TH.Syntax.Name’
        Expected type: String -> String -> [ConName] -> Q [Dec]
          Actual type: String
                       -> String -> [Language.Haskell.TH.Syntax.Name] -> Q [Dec]
        In the expression:
          defineTableFromDB connect (driverMySQL {typeMap = tmap})
        In an equation for ‘defineTable’:
            defineTable tmap
              = defineTableFromDB connect (driverMySQL {typeMap = tmap})
```
2015-12-26 14:55:28 +09:00
Kei Hibino
52d7f1d51d Ver bump up. 2015-12-01 20:46:02 +09:00
Kei Hibino
72f6751e38 Change to use TH quote directly for derivings. 2015-12-01 00:10:11 +09:00
Kei Hibino
5a104e0353 Ver bump up. 2015-11-19 11:00:18 +09:00
Kei Hibino
e4c4cc3b1d Make Int8 type available as SQL result and SQL parameter from HDBC. 2015-11-19 10:34:12 +09:00
Kei Hibino
96cf76987b Ver bump up. 2015-11-12 18:13:29 +09:00
Kei Hibino
bcd6fadbb5 Apply bracketed prepare to chunks-insert. 2015-11-12 18:12:24 +09:00
Kei Hibino
8858b20158 Apply bracketed prepare to KeyUpdate type. 2015-11-12 18:11:24 +09:00
Kei Hibino
3905b1a5f8 Apply bracketed prepare to Query type. 2015-11-12 18:10:46 +09:00
Kei Hibino
5eec797850 Simply apply bracketed prepare. 2015-11-12 16:30:59 +09:00
Kei Hibino
00ca92e3c9 Apply PreparedNoFetch instance. 2015-11-12 16:27:32 +09:00
Kei Hibino
8e1b359842 Add a prepared-statement close operation and bracketed operations. 2015-11-12 16:11:27 +09:00
Kei Hibino
a3734b2fe4 Ver bump up. 2015-11-12 15:26:22 +09:00
Kei Hibino
1d97f9087d Dreprecate to prepare to drop. 2015-11-12 15:14:43 +09:00
Kei Hibino
f16d25ceb9 Apply PreparedNoFetch instance. 2015-11-12 14:47:53 +09:00
Kei Hibino
e38b4afbd7 Ver bump up. 2015-11-11 17:29:05 +09:00
Kei Hibino
8462e5979a Formatted. 2015-11-11 17:12:28 +09:00
Kei Hibino
be77c14ab2 Not to use reportMessage. 2015-11-11 17:10:15 +09:00
Kei Hibino
b45c3199d8 Ver bump up. 2015-11-11 15:35:12 +09:00
Kei Hibino
e14799ce3f Reference verboseAsCompilerWarning. 2015-11-11 14:40:56 +09:00
Kei Hibino
8e46d88b4e Update haddock. 2015-11-11 09:00:17 +09:00
Kei Hibino
b291f48a11 Use applicative. 2015-11-10 18:22:59 +09:00
Kei Hibino
f01f710ac7 Simplify using list-comprehension. 2015-11-10 18:22:35 +09:00
Kei Hibino
1e97eee0a6 Update haddocks. 2015-11-10 18:03:06 +09:00
Kei Hibino
7548122a4c Rename internal names. 2015-11-10 17:10:49 +09:00
Kei Hibino
30d05d6bd4 Apply failWith to SQLServer driver. 2015-11-10 16:51:14 +09:00
Kei Hibino
80d4d0492c Prepare to write the lifted transaction of SQLServer driver. 2015-11-10 15:19:44 +09:00
Kei Hibino
54453f3aa2 Apply putVerbose to SQLServer driver. 2015-11-10 14:59:29 +09:00
Kei Hibino
6e170df030 Rename internal names. 2015-11-09 19:56:19 +09:00
Kei Hibino
4c56b0fc46 Apply failWith to SQLite driver. 2015-11-09 19:52:51 +09:00
Kei Hibino
22149a5ca6 Prepare to write the lifted transaction of SQLite driver. 2015-11-09 19:40:18 +09:00
Kei Hibino
5721fb9e17 Apply putVerbose to SQLite driver. 2015-11-09 19:31:47 +09:00
Kei Hibino
957a51d5f2 Use applicative 2015-11-06 18:09:06 +09:00
Kei Hibino
486f99646b Rename internal names. 2015-11-06 18:06:58 +09:00
Kei Hibino
1fad855b78 Apply failWith to MySQL driver. 2015-11-06 17:58:33 +09:00
Kei Hibino
0d139bdde9 Prepare to write the lifted transaction of MySQL driver. 2015-11-06 17:27:36 +09:00
Kei Hibino
3d052a6bd7 Apply putVerbose to MySQL driver. 2015-11-06 17:10:00 +09:00
Kei Hibino
faff320234 Rename internal names. 2015-09-23 22:43:49 +09:00