Commit Graph

470 Commits

Author SHA1 Message Date
Kazu Yamamoto
4fcb52d26b right usage. 2013-07-30 09:41:59 +09:00
Kei Hibino
e685f6488a Add Maybe derivation rule of ToSql type. 2013-07-29 15:46:00 +09:00
Kei Hibino
4885ebe91d Add not operator. 2013-07-29 14:04:17 +09:00
Kei Hibino
59d614b6ea Change default operators from for expressions to for projections. 2013-07-29 12:26:21 +09:00
Kei Hibino
832b492c9e Divide query class instafaces and query operators. 2013-07-29 11:50:10 +09:00
Kei Hibino
6e46a4f95d Add operators for expression projection. 2013-07-29 11:05:38 +09:00
Kei Hibino
8b59e7dd73 Update example for renamed definition. 2013-07-17 01:43:56 +09:00
Kei Hibino
01fda633b1 Rename and export methods to add restrictions using projection types. 2013-07-17 01:21:06 +09:00
Kei Hibino
a5486c237f Add methods to add restrictions using projection types. 2013-07-16 21:13:14 +09:00
Kei Hibino
bbd1cf1e92 Add identity projection path. 2013-07-16 20:54:32 +09:00
Kei Hibino
a8fe117c0d Update example. 2013-07-16 20:36:55 +09:00
Kei Hibino
ceb03425d7 Cleaning up around Expr. 2013-07-16 20:36:09 +09:00
Kei Hibino
ec7603e1eb Added tag sa-projection-20130705-tag for changeset fcae1f4bf927 2013-07-05 16:58:05 +09:00
Kazu Yamamoto
09560db1fb md hack. 2013-07-04 10:27:38 +09:00
Kazu Yamamoto
742306b70b md hack. 2013-07-04 10:26:06 +09:00
Kazu Yamamoto
a979fb2cbf Merge branch 'master' of github.com:khibino/haskell-relational-record 2013-07-04 10:25:02 +09:00
Kazu Yamamoto
011b0fc932 adding memo. 2013-07-04 10:23:40 +09:00
Shohei Murayama
7e916ae987 added memorandum of type casts 2013-07-04 08:25:22 +09:00
Kei Hibino
9a4b5e999f Fix type error. 2013-07-03 22:58:35 +09:00
Kazu Yamamoto
5bdddd043f adding examples. 2013-07-03 20:52:28 +09:00
Kazu Yamamoto
4f70383e8d using schema. 2013-07-03 13:59:45 +09:00
Kazu Yamamoto
47b29164d6 using "::date". 2013-07-02 15:46:43 +09:00
Shohei Murayama
64051478f7 fixed type errors 2013-07-01 19:54:24 +09:00
Kazu Yamamoto
f5ca749d23 adding add.sql and del.sql. 2013-07-01 17:39:26 +09:00
Kei Hibino
9351d9f953 Merge kazu tutorial. 2013-06-28 18:24:24 +09:00
Kei Hibino
ad6efa5037 Rename schema name of example1. 2013-06-28 18:15:01 +09:00
Kei Hibino
ebc72e1443 Update README for examples. 2013-06-28 18:12:26 +09:00
Kei Hibino
4287d7f786 Move readme into example top.
--HG--
rename : relational-join-HDBC-pgTest/example/1/README => relational-join-HDBC-pgTest/example/README
2013-06-28 18:09:55 +09:00
Kei Hibino
18fc5598c5 Move data-source module into example dir.
--HG--
rename : relational-join-HDBC-pgTest/pgTest/PgTestDataSource.hs => relational-join-HDBC-pgTest/example/PgTestDataSource.hs
2013-06-28 18:09:17 +09:00
Kei Hibino
d7d5a6e30c Add example of set binary operations. 2013-06-28 18:04:34 +09:00
Kei Hibino
fccffe406a Update to get composite primary key from PostgreSQL system catalog. 2013-06-28 18:03:19 +09:00
Kei Hibino
508981afb4 Add set binary operators for relations (union, except, intersect). 2013-06-28 16:25:45 +09:00
Kei Hibino
d6b3238e94 Add keywords for set binary operations on table forms. 2013-06-28 16:08:29 +09:00
Kei Hibino
06f0ac1818 Add an example for composite key. 2013-06-28 15:48:22 +09:00
Kazu Yamamoto
1358f5df42 adding examples which can print SQL without SQL servers. 2013-06-28 13:59:34 +09:00
Kei Hibino
15d2ce0448 Formatting. 2013-06-27 18:45:47 +09:00
Kei Hibino
d5cd188143 Update driver interface to get composite primary key infos. 2013-06-27 14:48:31 +09:00
Kei Hibino
30933282bc Update to get composite primary key from IBM-DB2 system catalog. 2013-06-26 18:56:04 +09:00
Kei Hibino
21e2e202f6 Move template of PersistableWidth. 2013-06-26 18:54:18 +09:00
Kei Hibino
c8d51aa1be Renamed.
--HG--
rename : relational-query-HDBC/src/Database/HDBC/TH.hs => relational-query-HDBC/src/Database/HDBC/Query/TH.hs
2013-06-26 15:31:09 +09:00
Kei Hibino
916a1de50a Add document of HDBC drivers. 2013-06-26 15:08:15 +09:00
Kei Hibino
fec96c6deb Add document of HDBC TH functions for relational-join. 2013-06-26 15:00:37 +09:00
Kei Hibino
b1a97466a0 Add document of HDBC instance definitions for DB-recrod. 2013-06-26 14:50:18 +09:00
Kei Hibino
0dbe587cbe Add document of HDBC TH definition for DB-recrod. 2013-06-26 14:43:23 +09:00
Kei Hibino
26ada3054c Add document of typed HDBC query sequence. Function arguments. 2013-06-26 14:00:12 +09:00
Kei Hibino
5cc1eac890 Renamed.
--HG--
rename : relational-join-HDBC-pgTest/example/1/querySample.hs => relational-join-HDBC-pgTest/example/1/queryExample.hs
2013-06-26 12:36:20 +09:00
Kei Hibino
571b3b0e46 Update example. 2013-06-26 12:35:03 +09:00
Kei Hibino
50575c3c5e Add document of typed HDBC query sequence. Update fetchUnique. 2013-06-26 11:48:44 +09:00
Kei Hibino
e2fffab5bb Remove unused definitions from example. 2013-06-22 17:58:27 +09:00
Kei Hibino
dc67b4ce56 Merged. 2013-06-22 17:56:28 +09:00