Commit Graph

210 Commits

Author SHA1 Message Date
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
Kei Hibino
a416d96233 Apply failWith to Oracle driver. 2015-09-23 22:40:58 +09:00
Kei Hibino
6628b090ab Prepare to write the lifted transaction of Oracle driver. 2015-09-22 16:33:48 +09:00
Kei Hibino
c32d034fe8 Apply putVerbose to Oracle driver. 2015-09-22 15:29:21 +09:00
Kei Hibino
1fcfeeb8f7 Import master updates. 2015-08-26 23:10:41 +09:00
Kei Hibino
4f679f904b Ver bump up. 2015-08-26 22:46:54 +09:00
Kei Hibino
e443511625 Update a package description. 2015-08-22 19:08:23 +09:00
Kei Hibino
6f608646d6 Renamed. 2015-08-04 09:34:54 +09:00
Kei Hibino
2f0efcd2cf Apply failWith to PostgreSQL driver. 2015-08-03 09:39:48 +09:00
Kei Hibino
e8971d079e Prepare to write the lifted transaction of PostgreSQL driver. 2015-08-03 09:30:38 +09:00
Kei Hibino
3d100ead1d Apply putVerbose to PostgreSQL driver. 2015-08-03 09:27:27 +09:00
Kei Hibino
08b69fd9ca Renamed. 2015-08-02 03:12:40 +09:00