log src/mysql.sml

age author description
2012-02-02 Adam Chlipala 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)
2012-01-02 Adam Chlipala Fix handling of quotes in generating C literals
2011-11-18 Adam Chlipala Fix catalog querying about empty tables
2011-05-29 Adam Chlipala Configuration detects proper header files for database dev libraries
2011-03-27 Adam Chlipala Fix MySQL time handling
2010-09-07 Adam Chlipala 'tryDml' works with Postgres
2010-09-05 Adam Chlipala tryDml
2010-08-10 Adam Chlipala Better UTF-8 escaping for JavaScript and SQL literals
2010-04-01 Adam Chlipala Relational operators portability
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 Get char working with MySQL
2009-10-22 Adam Chlipala Initial support for char in SQL
2009-10-12 Adam Chlipala Fix some MySQL hijinks
2009-09-15 Adam Chlipala Fix MySQL timestamp input
2009-09-13 Adam Chlipala Fix some MySQL bugs
2009-07-18 Adam Chlipala Blobs tested in MySQL and SQLite
2009-07-17 Adam Chlipala Tweaking demos a bit
2009-07-17 Adam Chlipala Fix month off-by-one for MySQL timestamps
2009-07-17 Adam Chlipala Most of demo working with SQLite
2009-07-17 Adam Chlipala demo/sql works with SQLite
2009-07-17 Adam Chlipala Check for existence of sequences (MySQL)
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 demo/sql working with MySQL
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 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