log src/postgres.sml

age author description
2010-04-01 Adam Chlipala Relational operators portability
2010-01-31 Adam Chlipala A litter more cautious about NULL applications; plug a memory leak in some Postgres functions
2009-12-27 Adam Chlipala All three current protocols work with move to using uw_app
2009-12-13 Adam Chlipala Initializers and setval
2009-10-22 Adam Chlipala Chars working with SQLite
2009-10-22 Adam Chlipala Initial support for char in SQL
2009-09-15 Adam Chlipala Fix Postgres timestamp round-tripping
2009-07-18 Adam Chlipala Blobs tested in MySQL and SQLite
2009-07-17 Adam Chlipala Most of demo working with SQLite
2009-07-17 Adam Chlipala MySQL CGI working
2009-07-17 Adam Chlipala Testing nested queries
2009-07-16 Adam Chlipala Demo working with MySQL
2009-07-16 Adam Chlipala Sequence code compiles in MySQL
2009-07-16 Adam Chlipala MySQL accepts generated demo DDL
2009-07-12 Adam Chlipala Demo compiles again with Postgres and MySQL; MySQL version lacks sequence code and so doesn't work yet
2009-07-12 Adam Chlipala MySQL demo/sql succeeds in reading no rows
2009-07-12 Adam Chlipala MySQL query gets up to C linking
2009-06-30 Adam Chlipala Validating views
2009-06-30 Adam Chlipala Switch to Information Schema from Postgres catalog
2009-06-30 Adam Chlipala Move all DBMS initialization to #init
2009-06-28 Adam Chlipala Moved nextval code into Settings
2009-06-28 Adam Chlipala Moved dml code into Settings
2009-06-28 Adam Chlipala Moved query code into Settings
2009-06-28 Adam Chlipala Start of multi-DBMS support