Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Reading ints and floats from SQL | Adam Chlipala | 2008-09-07 |
* | Error-parsing floats and bools | Adam Chlipala | 2008-09-07 |
* | Error-parsing ints | Adam Chlipala | 2008-09-07 |
* | 'read' for strings | Adam Chlipala | 2008-09-07 |
* | 'read' type class | Adam Chlipala | 2008-09-07 |
* | Parsing strings for floats and bools | Adam Chlipala | 2008-09-07 |
* | Converting string to int | Adam Chlipala | 2008-09-07 |
* | Ask GCC to strip executables | Adam Chlipala | 2008-09-07 |
* | 'show' type class; htmlification optimizations | Adam Chlipala | 2008-09-07 |
* | toString for float and bool | Adam Chlipala | 2008-09-07 |
* | intToString | Adam Chlipala | 2008-09-07 |
* | 'error' function | Adam Chlipala | 2008-09-07 |
* | Ran a prepared statement with one string parameter | Adam Chlipala | 2008-09-07 |
* | Change sqlify[int|float|string] to annotate with SQL types | Adam Chlipala | 2008-09-04 |
* | Compiling a parametrized query the inefficient way | Adam Chlipala | 2008-09-02 |
* | Update MLton main file | Adam Chlipala | 2008-09-02 |
* | First query example working | Adam Chlipala | 2008-09-02 |
* | First query execution (not retrieving results yet) | Adam Chlipala | 2008-09-02 |
* | Switch base types to 64-bit versions | Adam Chlipala | 2008-09-02 |
* | Validating schema of a live database | Adam Chlipala | 2008-09-02 |
* | Generating SQL files | Adam Chlipala | 2008-09-02 |
* | Table declarations pushed to Cjr | Adam Chlipala | 2008-09-02 |
* | Initializing database connection | Adam Chlipala | 2008-09-02 |
* | 'database' declaration threaded through compiler | Adam Chlipala | 2008-09-02 |
* | Parsing jobs | Adam Chlipala | 2008-09-02 |
* | Cjrize query | Adam Chlipala | 2008-09-02 |
* | Monoize ASC/DESC | Adam Chlipala | 2008-08-31 |
* | Changed EQuery not to use a function in its body | Adam Chlipala | 2008-08-31 |
* | Monoize aggregates | Adam Chlipala | 2008-08-31 |
* | Monoize COUNT(*) | Adam Chlipala | 2008-08-31 |
* | Monoize unops | Adam Chlipala | 2008-08-31 |
* | Monoize OFFSET | Adam Chlipala | 2008-08-31 |
* | Monoize LIMIT | Adam Chlipala | 2008-08-31 |
* | Monoize ORDER BY | Adam Chlipala | 2008-08-31 |
* | Monoize relops | Adam Chlipala | 2008-08-31 |
* | Monoize HAVING | Adam Chlipala | 2008-08-31 |
* | Avoid unnecessary WHERE clause | Adam Chlipala | 2008-08-31 |
* | Add 'ne' to 'eq' type class | Adam Chlipala | 2008-08-31 |
* | 'eq' type class | Adam Chlipala | 2008-08-31 |
* | Monoized GROUP BY | Adam Chlipala | 2008-08-31 |
* | Monoized binary operators | Adam Chlipala | 2008-08-31 |
* | Monoized a WHERE clause with a comparison | Adam Chlipala | 2008-08-31 |
* | Monoized and optimized initial query test | Adam Chlipala | 2008-08-31 |
* | Monoize transaction identifiers; improve disjointness prover on irreducible f... | Adam Chlipala | 2008-08-31 |
* | Fix Core con comparison | Adam Chlipala | 2008-08-31 |
* | Corify transaction wrappers | Adam Chlipala | 2008-08-31 |
* | Fix shaking of tables | Adam Chlipala | 2008-08-31 |
* | Corify tables | Adam Chlipala | 2008-08-31 |
* | Explify tables | Adam Chlipala | 2008-08-31 |
* | Rename lacweb.c | Adam Chlipala | 2008-08-31 |