log src/sqlite.sml

age author description
2015-01-07 Adam Chlipala Fix arguments to PQprepare()
2013-12-12 Adam Chlipala Start SQL transactions as read-only when possible, based on conservative program analysis
2013-12-03 Adam Chlipala Increase precision for rendering floats to SQL
2012-11-30 Adam Chlipala Fix generation of timestamp literals for MySQL and SQLite
2012-06-02 Adam Chlipala Partitioning and ordering for window functions
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-05-29 Adam Chlipala Configuration detects proper header files for database dev libraries
2010-12-23 Adam Chlipala Recursive record unification errors, for more detail
2010-12-20 Adam Chlipala Use proper string time format for SQLite
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-05-27 Adam Chlipala -moduleOf command-line option; compatibility fixes and better error messages for SQLite
2010-04-01 Adam Chlipala Relational operators portability
2010-01-03 Adam Chlipala Database quotas
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-07-18 Adam Chlipala Blobs tested in MySQL and SQLite
2009-07-17 Adam Chlipala Timestamps working with SQLite
2009-07-17 Adam Chlipala Most of demo working with SQLite
2009-07-17 Adam Chlipala demo/sql works with SQLite