Commit Graph

630 Commits

Author SHA1 Message Date
Kei Hibino
25ece67988 Prepare to move assignment compose definition. 2013-09-08 18:19:03 +09:00
Kei Hibino
cfda763d3c Move type definitions about assignments. 2013-09-08 17:43:41 +09:00
Kei Hibino
577e81d0f1 Rename internal types. 2013-09-08 17:14:00 +09:00
Kei Hibino
3d7ec79eec Update haddock. 2013-09-08 16:39:29 +09:00
Kei Hibino
6149807bb8 Update to use tree structured aggregated sub-query. 2013-09-08 15:15:04 +09:00
Kei Hibino
2af5569b09 Aggregated query tree structure. 2013-09-08 13:53:32 +09:00
Kei Hibino
b22cfbaabf Tree structured flat sub-query. 2013-09-08 11:45:25 +09:00
Kei Hibino
46dda35bcc Prepare to build tree structured sub-query. 2013-09-08 09:55:32 +09:00
Kei Hibino
66f09eafee Flat query tree structure. 2013-09-07 17:54:41 +09:00
Kei Hibino
23e4c730ec Update projection functions to use functions on untyped. 2013-09-07 16:32:15 +09:00
Kei Hibino
f1d03fdfcd Prepare to move SQL compose implementations into SubQuery. 2013-09-07 15:32:36 +09:00
Kei Hibino
f1bbb5f741 Remove unused definition. 2013-09-07 15:07:32 +09:00
Kei Hibino
0b9e03939b Prepare to move SQL compose implementations into SubQuery. 2013-09-07 15:03:43 +09:00
Kei Hibino
08d0d60ea7 Moved definition. 2013-09-07 14:29:08 +09:00
Kei Hibino
ea7a30af28 Give configurations when compile time. 2013-09-06 13:31:19 +09:00
Kei Hibino
d379c51ff7 Update config switch interface. 2013-09-06 13:00:04 +09:00
Kei Hibino
2d073d92e3 Chain configuration into queryList. 2013-09-06 12:23:41 +09:00
Kei Hibino
751712f7d5 Chain configuration to generate configured query. 2013-09-06 11:52:34 +09:00
Kei Hibino
f057fc0568 Add configure query seed type to replace qualify. 2013-09-06 08:57:45 +09:00
Kei Hibino
6be7ec9b97 Add monad transformer for query configuration. 2013-09-05 23:00:23 +09:00
Kei Hibino
8a0507ca1d Add unit product support flag. 2013-09-05 22:52:52 +09:00
Kei Hibino
aabd2c0a27 Add a utility function for ShowS and SQL.Keyword. 2013-09-04 19:13:10 +09:00
Kei Hibino
1ac33710e2 Renamed operator. 2013-09-04 00:09:34 +09:00
Kei Hibino
e1cff556b4 Renamed operator. 2013-09-04 00:02:05 +09:00
Kei Hibino
ab316959de Renamed operator. 2013-09-03 23:52:15 +09:00
Kei Hibino
e8fc026cad Update example code. 2013-09-03 23:51:55 +09:00
Kei Hibino
a76b21624c Update not definition along with sql-words update. 2013-09-03 23:40:14 +09:00
Kei Hibino
c184c96b1f Remove concrete unary operator. 2013-09-03 23:39:18 +09:00
Kei Hibino
6ad47d791f Update haddocks. 2013-09-03 23:23:43 +09:00
Kei Hibino
0e0e7af66e Update examples. 2013-09-03 20:25:56 +09:00
Kei Hibino
b8d517c103 Fix types of exists and listQuery operators. 2013-09-03 20:25:44 +09:00
Kei Hibino
a84a7f2b6b Add 'exists' operator. 2013-09-03 19:55:05 +09:00
Kei Hibino
a0543f4ddd Add EXISTS keyword and 'defineUniOp'. 2013-09-03 19:54:17 +09:00
Kei Hibino
5a7ae80531 Update export list. 2013-09-02 18:59:52 +09:00
Kei Hibino
4a30df1b50 Add list query projection. 2013-09-02 18:56:14 +09:00
Kei Hibino
e70a84a3d5 Use of string utility functions. 2013-09-02 16:10:10 +09:00
Kei Hibino
a56d0c4e52 Fix typing of in' operator. 2013-08-31 16:03:16 +09:00
Kei Hibino
9f9ce9414f Definition moved. 2013-08-31 11:57:24 +09:00
Kei Hibino
6974bb8a4b Add ListProjection type and show rule. 2013-08-31 11:53:29 +09:00
Kei Hibino
0572ca9cc9 Definition moved. 2013-08-30 01:05:33 +09:00
Kei Hibino
031027f1a2 Moved definition. 2013-08-30 01:00:11 +09:00
Kei Hibino
5ee6c9ce7b Renamed definition. 2013-08-30 00:58:02 +09:00
Kei Hibino
95d9359ab2 Definition moved and integrated. 2013-08-30 00:51:15 +09:00
Kei Hibino
5eccd8122f Module renamed.
--HG--
rename : relational-join/src/Database/Relational/Query/Internal/ShowS.hs => relational-join/src/Database/Relational/Query/Internal/String.hs
2013-08-30 00:45:20 +09:00
Kei Hibino
9fb5a74317 Remove redundant definition. 2013-08-29 21:51:57 +09:00
Kei Hibino
e5e5d246d0 Remove old unused definitions. 2013-08-29 21:36:22 +09:00
Kei Hibino
b987c95055 Add shared join product type. 2013-08-28 17:19:51 +09:00
Kei Hibino
43bd7e2c49 Remove redundant paren. 2013-08-28 11:12:50 +09:00
Kei Hibino
0b4fbe9561 Simplify data structure of Projection type. 2013-08-28 10:59:17 +09:00
Kei Hibino
1d3d14a376 Use newtype. 2013-08-28 09:46:09 +09:00