Kei Hibino
|
64381c8142
|
Add document.
|
2013-05-08 15:03:05 +09:00 |
|
Kei Hibino
|
d92fc81b1f
|
Add TH combinator maybeD.
|
2013-05-08 14:43:38 +09:00 |
|
Kei Hibino
|
f52371e0ad
|
Move TH functions which is independent of HDBC from HDBC-schema-th into DB-record.
|
2013-05-08 14:42:57 +09:00 |
|
Kei Hibino
|
a61ec7376d
|
Move TH functions to construct and to decompose records.
|
2013-05-08 02:07:11 +09:00 |
|
Kei Hibino
|
a3ee5c2e38
|
Define PersistableSqlType proof object instead of PersistableNullValue.
|
2013-05-08 00:49:52 +09:00 |
|
Kei Hibino
|
eab198afc3
|
Parameterize SQL value type.
|
2013-05-08 00:47:40 +09:00 |
|
Kei Hibino
|
fa050eaa4c
|
Update Projectable type class and specify associativity of
binary operators.
|
2013-05-07 23:27:28 +09:00 |
|
Kei Hibino
|
292d909af1
|
Add Setup.hs for sql-words.
|
2013-05-07 19:59:03 +09:00 |
|
Kei Hibino
|
2efd39d75d
|
Move TH functions which is independent of HDBC from HDBC-schema-th into DB-record.
|
2013-05-07 19:48:38 +09:00 |
|
Kei Hibino
|
104ebe4756
|
Use common TH functions in names-th.
|
2013-05-07 19:18:30 +09:00 |
|
Kei Hibino
|
14f3af698a
|
Add compileErrorIO TH function.
|
2013-05-07 19:00:03 +09:00 |
|
Kei Hibino
|
eb31bcf597
|
Move TH functions which is independent of HDBC from HDBC-schema-th info DB-record.
|
2013-05-07 18:52:45 +09:00 |
|
Kei Hibino
|
ee80da7529
|
Begins TH for relational-join.
|
2013-05-07 17:34:00 +09:00 |
|
Kei Hibino
|
8744e55171
|
Rename package from th-names to names-th.
--HG--
rename : th-names/GNUmakefile => names-th/GNUmakefile
rename : th-names/LICENSE => names-th/LICENSE
rename : th-names/Setup.hs => names-th/Setup.hs
rename : th-names/debian/changelog => names-th/debian/changelog
rename : th-names/debian/compat => names-th/debian/compat
rename : th-names/debian/control => names-th/debian/control
rename : th-names/debian/copyright => names-th/debian/copyright
rename : th-names/debian/rules => names-th/debian/rules
rename : th-names/debian/source/format => names-th/debian/source/format
rename : th-names/debian/watch => names-th/debian/watch
rename : th-names/th-names.cabal => names-th/names-th.cabal
rename : th-names/src/Language/Haskell/TH/Name/CamelCase.hs => names-th/src/Language/Haskell/TH/Name/CamelCase.hs
rename : th-names/src/Language/Haskell/TH/Name/Extra.hs => names-th/src/Language/Haskell/TH/Name/Extra.hs
|
2013-05-07 17:22:06 +09:00 |
|
Kei Hibino
|
2a51fd946f
|
Renamed modules in th-names.
--HG--
rename : th-names/src/Language/Haskell/TH/CamelCaseNames.hs => th-names/src/Language/Haskell/TH/Name/CamelCase.hs
rename : th-names/src/Language/Haskell/TH/Extra.hs => th-names/src/Language/Haskell/TH/Name/Extra.hs
|
2013-05-07 16:59:30 +09:00 |
|
Kei Hibino
|
6d1c951923
|
Update a package which include combinators for TH.
|
2013-05-07 14:55:06 +09:00 |
|
Kei Hibino
|
756ddd1f05
|
Update to use not wrapped (Singleton) types.
|
2013-05-07 13:55:16 +09:00 |
|
Kei Hibino
|
c5887b4c81
|
Update to use not wrapped (Singleton) types.
|
2013-05-07 12:20:31 +09:00 |
|
Kei Hibino
|
ec1741d0ab
|
Revmove unused extension from header.
|
2013-05-07 11:18:49 +09:00 |
|
Kei Hibino
|
8d32d52eb8
|
Support values which is not wrapped by Singleton for SqlValue types.
|
2013-05-07 10:31:47 +09:00 |
|
Kei Hibino
|
a17f9d2b4d
|
Remove ValueProjectable class.
|
2013-05-07 00:49:03 +09:00 |
|
Kei Hibino
|
f5f5631c9f
|
Support values which is not wrapped by Singleton for SqlValue types.
|
2013-05-07 00:00:43 +09:00 |
|
Kei Hibino
|
509ba5f0b2
|
Improve combinators of persistable interfaces.
|
2013-05-06 22:16:36 +09:00 |
|
Kei Hibino
|
6302ce8329
|
Update codes for tests.
|
2013-05-04 23:56:24 +09:00 |
|
Kei Hibino
|
92403e9b75
|
Add a module which includes moved query type.
|
2013-05-04 17:44:52 +09:00 |
|
Kei Hibino
|
fbc7051c1d
|
Update export list.
|
2013-05-03 16:49:43 +09:00 |
|
Kei Hibino
|
7462bad615
|
Update into exhaustive matches.
|
2013-05-03 16:48:09 +09:00 |
|
Kei Hibino
|
0eae444f96
|
Divide camelcase name functions into another package.
|
2013-05-03 02:45:07 +09:00 |
|
Kei Hibino
|
e254f11903
|
Add placeholder.
|
2013-05-02 18:44:38 +09:00 |
|
Kei Hibino
|
14c6cd58ca
|
Move the phantom Query type from HDBC-schema-th into relational-join.
|
2013-05-02 17:21:21 +09:00 |
|
Kei Hibino
|
26f6d70dc2
|
Add a type alias UExpr, Expr for Singleton value.
|
2013-05-02 16:19:57 +09:00 |
|
Kei Hibino
|
e44675e0f6
|
Projectable into both Projection and Expr.
|
2013-05-02 14:15:11 +09:00 |
|
Kei Hibino
|
e87c1c8e49
|
Update along with divided PersistableRecord.
|
2013-05-02 03:03:11 +09:00 |
|
Kei Hibino
|
fe51ff8ae0
|
PersistableRecordWidth proof object is divided from PersistableRecord.
|
2013-05-02 02:40:58 +09:00 |
|
Kei Hibino
|
b743a0ae8c
|
Added tag not-depends-on-relational-join-2013-05-01 for changeset 27e38a447bd3
|
2013-05-01 19:07:51 +09:00 |
|
Kei Hibino
|
f2d0dd69bd
|
No relational-join version.
|
2013-05-01 19:04:12 +09:00 |
|
Kei Hibino
|
a820d1c86b
|
Rename projection path type.
|
2013-04-28 13:55:13 +09:00 |
|
Kei Hibino
|
eccc794f82
|
Add relational-join package.
|
2013-04-27 04:22:39 +09:00 |
|
Kei Hibino
|
26d03c910f
|
Remove old comment.
|
2013-04-27 04:14:26 +09:00 |
|
Kei Hibino
|
ea250cdd4c
|
Update along with renamed SQL operators.
|
2013-04-27 01:05:57 +09:00 |
|
Kei Hibino
|
60701b5b32
|
Add binary operators and combinators for expression.
|
2013-04-26 18:44:53 +09:00 |
|
Kei Hibino
|
38a018d326
|
Fix binary operator associativities.
|
2013-04-26 17:52:02 +09:00 |
|
Kei Hibino
|
855af1173d
|
Operator renamed like HaskellDB.
|
2013-04-26 17:48:03 +09:00 |
|
Kei Hibino
|
4b38e94230
|
Add test data.
|
2013-04-26 09:17:20 +09:00 |
|
Kei Hibino
|
e598ef8936
|
Divide SQL keyword module into another package 'sql-words'.
--HG--
rename : schema-th/src/Language/SQL/SqlWord.hs => sql-words/src/Language/SQL/Keyword.hs
|
2013-04-24 20:38:42 +09:00 |
|
Kei Hibino
|
27812dd735
|
Update script for setting test environment up.
|
2013-04-22 10:06:52 +09:00 |
|
Kei Hibino
|
31194c2742
|
Revert to HDBC case template.
|
2013-04-16 00:29:52 +09:00 |
|
Kei Hibino
|
0827e67174
|
To remove dependency on toSql and fromSql combinators of HDBC. Persistable value is not record, so composed type is not overlap.
|
2013-04-15 18:52:16 +09:00 |
|
Kei Hibino
|
f4eaf1fa7e
|
Persistable value is not record, so composed type is not overlap.
|
2013-04-15 18:36:40 +09:00 |
|
Kei Hibino
|
a7fbbd6c2c
|
Rename persistable value record and add type class.
|
2013-04-15 16:48:29 +09:00 |
|