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-12-29 |
Adam Chlipala |
Add dynamic content before running its scripts, to get IDs in scope; fix generation of Postgres queries with blobs |
2011-11-18 |
Adam Chlipala |
Fix catalog querying about empty tables |
2011-09-24 |
Austin Seipp |
Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL connection string. |
2011-08-28 |
Adam Chlipala |
Postgres deadlock triggers unlimited retry |
2011-05-29 |
Adam Chlipala |
Configuration detects proper header files for database dev libraries |
2011-03-10 |
Adam Chlipala |
Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization |
2011-02-25 |
Adam Chlipala |
Deal with Postgres's wonky type-changing for nullable columns of views |
2010-12-24 |
Adam Chlipala |
Fix Postgres date serialization |
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 |
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 |