Kei Hibino
|
656b964dfa
|
Revert to fix build.
|
2013-08-15 19:26:57 +09:00 |
|
Kei Hibino
|
e184e5a1d8
|
Update haddocks.
|
2013-08-15 17:53:29 +09:00 |
|
Shohei Murayama
|
f6847a07c0
|
reconsidered which functions should be exported
|
2013-07-01 12:45:01 +09:00 |
|
Shohei Murayama
|
3ea5586c21
|
added support for composite primary keys
|
2013-07-01 11:31:54 +09:00 |
|
Shohei Murayama
|
5f4bcf8c51
|
added test scripts
|
2013-07-01 11:30:16 +09:00 |
|
Shohei Murayama
|
2f2d1807b5
|
renamed a binding
|
2013-07-01 11:28:15 +09:00 |
|
Shohei Murayama
|
e38e0b8ca2
|
fixed the issue of comparing the column names retrieved from table_info without normalization
|
2013-06-29 02:33:03 +09:00 |
|
Shohei Murayama
|
f18b983d09
|
added support for composite primary keys
|
2013-06-28 23:16:54 +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
|
d5cd188143
|
Update driver interface to get composite primary key infos.
|
2013-06-27 14:48:31 +09:00 |
|
Shohei Murayama
|
e51519ab11
|
followed the change of module name
|
2013-06-26 18:23:18 +09:00 |
|
Shohei Murayama
|
7a7fa2b9b6
|
followed the change of module name
|
2013-06-26 18:22:36 +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
|
50575c3c5e
|
Add document of typed HDBC query sequence. Update fetchUnique.
|
2013-06-26 11:48:44 +09:00 |
|
Kei Hibino
|
bad52df2f4
|
Add document of typed HDBC query.
|
2013-06-22 17:12:03 +09:00 |
|
Kei Hibino
|
ef9641ee02
|
Add document of schema driver interface via HDBC.
|
2013-06-22 14:33:18 +09:00 |
|
Kei Hibino
|
cbd5cd0221
|
Now, TH functions of relational-join can deal with composite keys!
|
2013-06-20 15:59:35 +09:00 |
|
Shohei Murayama
|
d3d1009e82
|
create repository
|
2013-06-10 22:10:27 +09:00 |
|
Kei Hibino
|
2dde3d0606
|
Rename unsafe functions.
|
2013-06-03 01:06:19 +09:00 |
|
Kei Hibino
|
9ab641aea2
|
Pass '-Wall' switch to GHC.
|
2013-05-30 00:44:40 +09:00 |
|
Shohei Murayama
|
922d91c3e2
|
create repository
|
2013-05-26 20:56:29 +09:00 |
|
Kei Hibino
|
dd36268054
|
Update with renamed module.
|
2013-05-16 20:52:12 +09:00 |
|
Kei Hibino
|
fa205b3381
|
Update with renamed TH function.
|
2013-05-16 16:01:14 +09:00 |
|
Kei Hibino
|
96d14cbbaf
|
Add TH function to specify NotNull constraint for singleton values.
|
2013-05-15 16:29:17 +09:00 |
|
Kei Hibino
|
06dfdd6014
|
Rename HDBC-schema-th package and update dependencies.
--HG--
rename : schema-th/GNUmakefile => relational-query-HDBC/GNUmakefile
rename : schema-th/LICENSE => relational-query-HDBC/LICENSE
rename : schema-th/Setup.hs => relational-query-HDBC/Setup.hs
rename : schema-th/debian/changelog => relational-query-HDBC/debian/changelog
rename : schema-th/debian/compat => relational-query-HDBC/debian/compat
rename : schema-th/debian/control => relational-query-HDBC/debian/control
rename : schema-th/debian/copyright => relational-query-HDBC/debian/copyright
rename : schema-th/debian/rules => relational-query-HDBC/debian/rules
rename : schema-th/debian/source/format => relational-query-HDBC/debian/source/format
rename : schema-th/debian/watch => relational-query-HDBC/debian/watch
rename : schema-th/HDBC-schema-th.cabal => relational-query-HDBC/relational-query-HDBC.cabal
rename : schema-th/src/Database/HDBC/Record/InternalTH.hs => relational-query-HDBC/src/Database/HDBC/Record/InternalTH.hs
rename : schema-th/src/Database/HDBC/Record/Persistable.hs => relational-query-HDBC/src/Database/HDBC/Record/Persistable.hs
rename : schema-th/src/Database/HDBC/Record/Query.hs => relational-query-HDBC/src/Database/HDBC/Record/Query.hs
rename : schema-th/src/Database/HDBC/Record/Singleton.hs => relational-query-HDBC/src/Database/HDBC/Record/Singleton.hs
rename : schema-th/src/Database/HDBC/Record/TH.hs => relational-query-HDBC/src/Database/HDBC/Record/TH.hs
rename : schema-th/src/Database/HDBC/Schema/Driver.hs => relational-query-HDBC/src/Database/HDBC/Schema/Driver.hs
rename : schema-th/src/Database/HDBC/Schema/IBMDB2.hs => relational-query-HDBC/src/Database/HDBC/Schema/IBMDB2.hs
rename : schema-th/src/Database/HDBC/Schema/PostgreSQL.hs => relational-query-HDBC/src/Database/HDBC/Schema/PostgreSQL.hs
rename : schema-th/src/Database/HDBC/SqlValueExtra.hs => relational-query-HDBC/src/Database/HDBC/SqlValueExtra.hs
rename : schema-th/src/Database/HDBC/TH.hs => relational-query-HDBC/src/Database/HDBC/TH.hs
|
2013-05-15 15:24:19 +09:00 |
|