log src/sql.sml

age author description
Wed, 30 Sep 2015 00:33:52 -0400 Ziv Scully Fix SQL-parsing and declaration-ordering bugs.
Sun, 02 Aug 2015 18:37:24 -0700 Ziv Scully Fix NONE capitalization typo.
Sun, 02 Aug 2015 18:25:42 -0700 Ziv Scully Sqlcache allows any expression injected into SQL.
Tue, 07 Jul 2015 00:07:24 -0700 Ziv Scully Add limited support for parsing SQL arithmetic.
Mon, 06 Jul 2015 01:31:04 -0700 Ziv Scully Only use string (rather than numeric, etc.) primitives in parsed SQL statements.
Mon, 29 Jun 2015 01:33:47 -0700 Ziv Scully Refactored a lot and fixed an and/or swap, but still not good on current test.
Mon, 10 Nov 2014 22:04:40 -0500 Ziv Scully Progress towards invalidation based on equalities of fields.
Fri, 31 Oct 2014 09:25:03 -0400 Ziv Scully Mostly finish effectfulness analysis.
Tue, 14 Oct 2014 18:05:09 -0400 Ziv Scully Complete overhaul: cache queries based on immediate query result, not eventual HTML output.
Sat, 13 Sep 2014 19:16:07 -0400 Ziv Scully Merge.
Sat, 31 May 2014 03:08:16 -0400 Ziv Scully Cleans up interface (it's now a command line option) and renames project to "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
Tue, 27 May 2014 21:14:13 -0400 Ziv Scully Finishes initial prototype, caching parameterless pages with table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
Tue, 25 Mar 2014 02:04:06 -0400 Ziv Scully ML half of initial prototype. (Doesn't compile because there's no C yet.)
Sat, 08 Mar 2014 05:06:22 -0500 Ziv Scully Identifies tables read or touched by queries.
Fri, 01 Aug 2014 15:44:17 -0400 Adam Chlipala Differentiate between HTML and normal string literals
Mon, 12 Mar 2012 12:00:23 -0700 Edward Z. Yang Refactor SQL parsing code from Iflow to Sql, add querydml parser.