Commit Graph

199 Commits

Author SHA1 Message Date
Kei Hibino
0dd3915711 Cleaning interface for QueryJoin Monad Context. 2013-05-21 14:39:25 +09:00
Kei Hibino
ee37c12afc Remove unused types. 2013-05-21 11:47:32 +09:00
Kei Hibino
3d96172c34 Rename internal functions. 2013-05-21 11:35:21 +09:00
Kei Hibino
9b44ed6280 Remove old unused codes. 2013-05-21 11:19:14 +09:00
Kei Hibino
bcd05bd348 Update example. 2013-05-21 10:56:08 +09:00
Kei Hibino
9cad683fd6 Change definition of Relation type. 2013-05-21 01:22:47 +09:00
Kei Hibino
1cb1dc315f Prepare to change definition of Relation. 2013-05-20 22:23:42 +09:00
Kei Hibino
9abe7ef29f Change product structure. 2013-05-20 19:20:00 +09:00
Kei Hibino
a73c5a1d3d Preparing to change product structure. Use growLeft interface. 2013-05-20 17:59:29 +09:00
Kei Hibino
7b41128a0a Update interfaces of Product module. 2013-05-20 17:25:17 +09:00
Kei Hibino
17d94d6455 Preparing to change product structure. 2013-05-20 17:09:01 +09:00
Kei Hibino
76054cd69f Renamed. 2013-05-20 16:18:50 +09:00
Kei Hibino
697be129f7 Divide context module from join module.
--HG--
rename : relational-join/src/Database/Relational/Query/Join.hs => relational-join/src/Database/Relational/Query/Internal/Context.hs
2013-05-20 15:51:37 +09:00
Kei Hibino
c03b078534 Allow merge when empty left case. 2013-05-20 10:55:57 +09:00
Kei Hibino
f9f12e2ab3 Update example. 2013-05-20 07:45:45 +09:00
Kei Hibino
da42195194 Add implementation which directly merge QueryJoin monads. 2013-05-20 07:44:08 +09:00
Kei Hibino
63c2c387b9 Export Projection type constructer from integrated Query module. 2013-05-19 14:59:15 +09:00
Kei Hibino
827cf74660 Add 'just' for Projection. 2013-05-19 14:57:06 +09:00
Kei Hibino
d202a5700a Use ConcatString module. 2013-05-18 12:14:56 +09:00
Kei Hibino
ff1ce8f787 Update example. 2013-05-18 12:00:53 +09:00
Kei Hibino
53e20120b2 Rename function to get maybe record from SQL. 2013-05-18 09:48:27 +09:00
Kei Hibino
7c1598d85b Rename internal query. 2013-05-18 09:05:07 +09:00
Kei Hibino
967969a7bb Rename query functions. 2013-05-18 00:25:58 +09:00
Kei Hibino
5bac7ea830 Rename functions to lift phamtom type into Maybe. 2013-05-18 00:11:26 +09:00
Kei Hibino
3255b32bf3 Renaming outer and inner tag begins. 2013-05-17 21:53:18 +09:00
Kei Hibino
2d0d5a4493 Reduce dependency of SQL module. 2013-05-17 19:57:56 +09:00
Kei Hibino
811c95d31e Bugfix for simple table relation. 2013-05-17 19:55:52 +09:00
Kei Hibino
a0c7427028 Add a module get string result of concatination. 2013-05-17 19:17:50 +09:00
Kei Hibino
9da25a14f6 Move definition of stringMap. 2013-05-17 18:58:43 +09:00
Kei Hibino
45d631051a Specify associatibity of in' operator. 2013-05-17 18:54:51 +09:00
Kei Hibino
b59e5586fb Integrate signature of binary operators. 2013-05-17 18:51:34 +09:00
Kei Hibino
2711df6c0b Integrate binary operator signatures. 2013-05-17 18:40:55 +09:00
Kei Hibino
a7e1778b31 Add integrated module. 2013-05-17 18:29:50 +09:00
Kei Hibino
c4e21b3a5b Divide into two modules, type module and combinator module.
--HG--
rename : sql-words/src/Language/SQL/Keyword.hs => sql-words/src/Language/SQL/Keyword/Concat.hs
rename : sql-words/src/Language/SQL/Keyword.hs => sql-words/src/Language/SQL/Keyword/Type.hs
2013-05-17 15:40:00 +09:00
Kei Hibino
dd36268054 Update with renamed module. 2013-05-16 20:52:12 +09:00
Kei Hibino
615b8ae886 Add header text. Extra module is renamed.
--HG--
rename : names-th/src/Language/Haskell/TH/Name/Extra.hs => names-th/src/Language/Haskell/TH/Lib/Extra.hs
2013-05-16 19:03:46 +09:00
Kei Hibino
f896b30641 Remove language extension flags not used. 2013-05-16 18:53:26 +09:00
Kei Hibino
0219417e7b Use operators defined in Language.SQL.Keyword. 2013-05-16 18:40:23 +09:00
Kei Hibino
497ccb1bac Add header document. Add keyword 'IN' and binary operator. 2013-05-16 18:23:08 +09:00
Kei Hibino
046952f390 Update description and debianization. 2013-05-16 18:01:49 +09:00
Kei Hibino
b35f165b7d Update description and debianizations. 2013-05-16 17:38:34 +09:00
Kei Hibino
82dad66871 Now, use relational join to query PostgreSQL system catalogs. Fix mapping to special char type. 2013-05-16 16:29:32 +09:00
Kei Hibino
fa205b3381 Update with renamed TH function. 2013-05-16 16:01:14 +09:00
Kei Hibino
3ba25c618f Add ShowConstantSQL instance for Char DB special type. 2013-05-16 15:03:45 +09:00
Kei Hibino
dc17e931c0 Remove a needless import. 2013-05-16 14:49:59 +09:00
Kei Hibino
5e2c8d9927 Update default not null instances list. 2013-05-16 14:46:54 +09:00
Kei Hibino
d7e1c08ba2 Add values, in' and isNull. 2013-05-16 12:41:24 +09:00
Kei Hibino
5fb1bf60eb Update integrated Query module. 2013-05-16 02:03:33 +09:00
Kei Hibino
642733712a Add Projectable overloadings and defines binary operators on Projectables. 2013-05-16 01:59:54 +09:00
Kei Hibino
951d281327 Place-holder type propagation. 2013-05-16 00:13:34 +09:00