summaryrefslogtreecommitdiff
path: root/src/postgres.sml
Commit message (Collapse)AuthorAge
* Represent 'unit' as C 'int'; change pattern match compilation to avoid ↵Gravatar Adam Chlipala2011-03-10
| | | | 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
* Deal with Postgres's wonky type-changing for nullable columns of viewsGravatar Adam Chlipala2011-02-25
|
* Fix Postgres date serializationGravatar Adam Chlipala2010-12-24
|
* 'tryDml' works with PostgresGravatar Adam Chlipala2010-09-07
|
* tryDmlGravatar Adam Chlipala2010-09-05
|
* Better UTF-8 escaping for JavaScript and SQL literalsGravatar Adam Chlipala2010-08-10
|
* Relational operators portabilityGravatar Adam Chlipala2010-04-01
|
* A litter more cautious about NULL applications; plug a memory leak in some ↵Gravatar Adam Chlipala2010-01-31
| | | | Postgres functions
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
|
* Initializers and setvalGravatar Adam Chlipala2009-12-13
|
* 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