Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove need to mention table name in expressions for UPDATE and DELETE | 2008-09-07 | |
* | Parsing DELETE | 2008-09-07 | |
* | Parsing UPDATE | 2008-09-07 | |
* | Parsing INSERT | 2008-09-07 | |
* | Elaborated 'delete' | 2008-09-07 | |
* | Elaborated 'update' | 2008-09-07 | |
* | Elaborated 'insert' | 2008-09-07 | |
* | Remove unneeded type annotations in pquery | 2008-09-07 | |
* | pquery working with all four types of columns | 2008-09-07 | |
* | Reading bools from SQL | 2008-09-07 | |
* | Reading ints and floats from SQL | 2008-09-07 | |
* | Error-parsing strings | 2008-09-07 | |
* | Error-parsing floats and bools | 2008-09-07 | |
* | Error-parsing ints | 2008-09-07 | |
* | 'read' for strings | 2008-09-07 | |
* | 'read' type class | 2008-09-07 | |
* | Parsing strings for floats and bools | 2008-09-07 | |
* | Converting string to int | 2008-09-07 | |
* | Ask GCC to strip executables | 2008-09-07 | |
* | 'show' type class; htmlification optimizations | 2008-09-07 | |
* | toString for float and bool | 2008-09-07 | |
* | intToString | 2008-09-07 | |
* | 'error' function | 2008-09-07 | |
* | Ran a prepared statement with one string parameter | 2008-09-07 | |
* | Change sqlify[int|float|string] to annotate with SQL types | 2008-09-04 | |
* | Compiling a parametrized query the inefficient way | 2008-09-02 | |
* | Update MLton main file | 2008-09-02 | |
* | First query example working | 2008-09-02 | |
* | First query execution (not retrieving results yet) | 2008-09-02 | |
* | Switch base types to 64-bit versions | 2008-09-02 | |
* | Validating schema of a live database | 2008-09-02 | |
* | Generating SQL files | 2008-09-02 | |
* | Table declarations pushed to Cjr | 2008-09-02 | |
* | Initializing database connection | 2008-09-02 | |
* | 'database' declaration threaded through compiler | 2008-09-02 | |
* | Parsing jobs | 2008-09-02 | |
* | Cjrize query | 2008-09-02 | |
* | Monoize ASC/DESC | 2008-08-31 | |
* | Changed EQuery not to use a function in its body | 2008-08-31 | |
* | Monoize aggregates | 2008-08-31 | |
* | Monoize COUNT(*) | 2008-08-31 | |
* | Monoize unops | 2008-08-31 | |
* | Monoize OFFSET | 2008-08-31 | |
* | Monoize LIMIT | 2008-08-31 | |
* | Monoize ORDER BY | 2008-08-31 | |
* | Monoize relops | 2008-08-31 | |
* | Monoize HAVING | 2008-08-31 | |
* | Avoid unnecessary WHERE clause | 2008-08-31 | |
* | Add 'ne' to 'eq' type class | 2008-08-31 | |
* | 'eq' type class | 2008-08-31 |