summaryrefslogtreecommitdiff
path: root/src/postgres.sml
Commit message (Collapse)AuthorAge
* Chars working with SQLiteGravatar Adam Chlipala2009-10-22
|
* Initial support for char in SQLGravatar Adam Chlipala2009-10-22
|
* Fix Postgres timestamp round-trippingGravatar Adam Chlipala2009-09-15
|
* Blobs tested in MySQL and SQLiteGravatar Adam Chlipala2009-07-18
|
* Most of demo working with SQLiteGravatar Adam Chlipala2009-07-17
|
* MySQL CGI workingGravatar Adam Chlipala2009-07-17
|
* Testing nested queriesGravatar Adam Chlipala2009-07-17
|
* Demo working with MySQLGravatar Adam Chlipala2009-07-16
|
* Sequence code compiles in MySQLGravatar Adam Chlipala2009-07-16
|
* MySQL accepts generated demo DDLGravatar Adam Chlipala2009-07-16
|
* Demo compiles again with Postgres and MySQL; MySQL version lacks sequence ↵Gravatar Adam Chlipala2009-07-12
| | | | code and so doesn't work yet
* MySQL demo/sql succeeds in reading no rowsGravatar Adam Chlipala2009-07-12
|
* MySQL query gets up to C linkingGravatar Adam Chlipala2009-07-12
|
* Validating viewsGravatar Adam Chlipala2009-06-30
|
* Switch to Information Schema from Postgres catalogGravatar Adam Chlipala2009-06-30
|
* Move all DBMS initialization to #initGravatar Adam Chlipala2009-06-30
|
* Moved nextval code into SettingsGravatar Adam Chlipala2009-06-28
|
* Moved dml code into SettingsGravatar Adam Chlipala2009-06-28
|
* Moved query code into SettingsGravatar Adam Chlipala2009-06-28
|
* Start of multi-DBMS supportGravatar Adam Chlipala2009-06-28