Commit Graph

2995 Commits

Author SHA1 Message Date
Kei Hibino
6811d916e9 relational-query: update haddock titles. 2017-09-10 15:49:45 +09:00
Kei Hibino
31c42875c7 relational-query: add compat definitions about Pi. 2017-09-10 15:26:06 +09:00
Kei Hibino
35e015e9b8 relational-query: apply product-isomorphic interfaces. drop old definitions. 2017-09-10 14:24:09 +09:00
Kei Hibino
dcbd934d15 relational-query: switch ProductConstructor implementations to product-isomorphic. 2017-09-10 13:16:52 +09:00
Kei Hibino
fa5359160c relational-query: apply ProductIso* classes to PlaceHolders. 2017-09-09 22:11:09 +09:00
Kei Hibino
638172d35d relational-query: drop ProjectableRunIdsZip. 2017-09-09 22:04:01 +09:00
Kei Hibino
f35ad75cf7 relational-query: apply ProjectIso* classes to Record. 2017-09-09 21:56:16 +09:00
Kei Hibino
4c7acb9838 relational-query: apply ProjectIso* classes to Pi. 2017-09-09 20:45:30 +09:00
Kei Hibino
ebcf90f61b persistable-record: reorderd. 2017-09-09 19:59:34 +09:00
Kei Hibino
d906ebc934 persistable-record: renamed. 2017-09-09 19:45:10 +09:00
Kei Hibino
89da5b9950 persistable-record: apply ProductIso* classes. 2017-09-09 19:41:17 +09:00
Kei Hibino
d47d90668f persistable-record: drop low-level interfaces from integrated namespace. 2017-09-09 16:22:41 +09:00
Kei Hibino
3634a1b37c relational-query-HDBC: drop explicit bind' definition. apply implicit definitions. 2017-09-09 15:59:49 +09:00
Kei Hibino
5589117fc9 persistable-record: drop unused template definitions. 2017-09-09 09:49:43 +09:00
Kei Hibino
fce5066ed6 persistable-record: revert deprecations. 2017-09-09 09:35:37 +09:00
Kei Hibino
4783facad9 switch to implicit (ToSql) interfaces. 2017-09-08 15:52:41 +09:00
Kei Hibino
56066f8455 relational-query: drop unused code. simplified. 2017-09-04 12:48:51 +09:00
Kei Hibino
7b988cdb42 relational-schemas: apply integrated namespace with new exported symbols. 2017-08-29 22:44:37 +09:00
Kei Hibino
60f5b23f38 relational-query: export unsafe-query and unsafe-update functions to call various pragmas of DBMS. 2017-08-29 22:28:37 +09:00
Kei Hibino
1664e2f660 export type synonym from integrated namespace. fix build. 2017-08-29 22:24:01 +09:00
Kei Hibino
60884da30a Added tag release-relational-query-HDBC-0_6_4_1 for changeset 243aaf61552f 2017-08-29 19:56:13 +09:00
Kei Hibino
333893b113 relational-query-HDBC: bump. 2017-08-29 19:55:53 +09:00
Kei Hibino
96bb20d40c relational-query-HDBC: apply integrated namespace with new exported symbols. 2017-08-29 19:53:29 +09:00
Kei Hibino
73891b2c31 Added tag release-relational-schemas-0_1_4_1 for changeset 1e7035fac6a6 2017-08-29 19:29:43 +09:00
Kei Hibino
1e88e4b099 relational-schemas: bump. 2017-08-29 19:27:54 +09:00
Kei Hibino
202a0d1f7b relational-query: bump. 2017-08-29 19:14:08 +09:00
Kei Hibino
732ac6ff51 relational-schemas: apply integrated namespace with new exported symbols. 2017-08-29 15:19:51 +09:00
Kei Hibino
9887a3cdee relational-query: export unsafe-query and unsafe-update functions to call various pragmas. 2017-08-28 16:41:07 +09:00
Kei Hibino
90dfe5f4ec relational-query: export QuerySuffix type symbol. 2017-08-29 15:59:17 +09:00
Kei Hibino
c4a0b83e25 relational-query: module renamed. 2017-08-27 20:36:55 +09:00
Kei Hibino
d8e987936b relational-query: un-export low-level SQL APIs. 2017-08-27 20:33:57 +09:00
Kei Hibino
68d1c4ff93 relational-query: module renamed. 2017-08-27 20:26:22 +09:00
Kei Hibino
da1bd2e2f5 relational-query: divide set operation module for relation. 2017-08-27 20:03:05 +09:00
Kei Hibino
f562c12fde relational-query: move aggregate types under Types module. 2017-08-27 19:30:26 +09:00
Kei Hibino
eb98596ae8 relational-query: module renamed. 2017-08-27 19:18:54 +09:00
Kei Hibino
b9f5206c05 relational-query: switch imports using internal namespace internally. 2017-08-27 19:14:44 +09:00
Kei Hibino
716efe75b9 relational-query: apply Predicate type synonym. 2017-08-27 18:56:42 +09:00
Kei Hibino
8268a677a6 relational-query: re-order definitions. update haddock. 2017-08-27 18:39:38 +09:00
Kei Hibino
61d4f3058a relational-query: move definitions to fold SubQuery under SqlSyntax. 2017-08-27 17:42:17 +09:00
Kei Hibino
a65113ecf9 relational-query: move definitions to construct SubQuery data under SqlSyntax namespace. 2017-08-27 17:27:02 +09:00
Kei Hibino
8e89135e9a relational-query: more orthogonality for predicate type of query. 2017-08-27 16:41:15 +09:00
Kei Hibino
c4a578f230 relational-query: unqualified. 2017-08-27 15:51:52 +09:00
Kei Hibino
f8f5200994 relational-query: use orthogonal type expression. 2017-08-27 15:46:28 +09:00
Kei Hibino
4fc2377eca relational-query: move definitions which constructs case syntax. 2017-08-27 02:05:12 +09:00
Kei Hibino
6048f92e79 relational-query: drop redundant import. 2017-08-26 16:58:02 +09:00
Kei Hibino
c0f850bcc5 relational-query: drop unused definition. 2017-08-26 16:55:23 +09:00
Kei Hibino
3c900fcdd4 relational-query: update haddock. 2017-08-26 11:45:39 +09:00
Kei Hibino
592a4fbea8 relational-query: simplify export structure. 2017-08-26 11:42:48 +09:00
Kei Hibino
a68d0f6920 relational-query: move definitions about SQL aggregation structure under SqlSyntax. 2017-08-26 11:36:14 +09:00
Kei Hibino
b099dbf5d4 relational-query: move definitions about join-product under SqlSyntax. 2017-08-25 15:39:45 +09:00