Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Unpolyed a polymorphic function of two arguments | Adam Chlipala | 2008-09-11 |
* | Unpoly non-recursive function | Adam Chlipala | 2008-09-11 |
* | Termination checking allows anything in links and actions | Adam Chlipala | 2008-09-09 |
* | Termination checking | Adam Chlipala | 2008-09-09 |
* | Datatype positivity check | Adam Chlipala | 2008-09-09 |
* | Automatically add table annotations in UPDATE and DELETE | Adam Chlipala | 2008-09-07 |
* | First UPDATE works | Adam Chlipala | 2008-09-07 |
* | Scratch that change.... | Adam Chlipala | 2008-09-07 |
* | Remove need to mention table name in expressions for UPDATE and DELETE | Adam Chlipala | 2008-09-07 |
* | Parsing DELETE | Adam Chlipala | 2008-09-07 |
* | Parsing UPDATE | Adam Chlipala | 2008-09-07 |
* | Parsing INSERT | Adam Chlipala | 2008-09-07 |
* | Elaborated 'delete' | Adam Chlipala | 2008-09-07 |
* | Elaborated 'update' | Adam Chlipala | 2008-09-07 |
* | Elaborated 'insert' | Adam Chlipala | 2008-09-07 |
* | Remove unneeded type annotations in pquery | Adam Chlipala | 2008-09-07 |
* | pquery working with all four types of columns | Adam Chlipala | 2008-09-07 |
* | Reading bools from SQL | Adam Chlipala | 2008-09-07 |
* | Reading ints and floats from SQL | Adam Chlipala | 2008-09-07 |
* | Error-parsing strings | 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 |
* | '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 |
* | Compiling a parametrized query the inefficient way | Adam Chlipala | 2008-09-02 |
* | Update MLton main file | Adam Chlipala | 2008-09-02 |
* | Generating SQL files | Adam Chlipala | 2008-09-02 |
* | Parsing jobs | Adam Chlipala | 2008-09-02 |
* | Monoize ASC/DESC | 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 |
* | 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 |
* | Monoize transaction identifiers; improve disjointness prover on irreducible f... | Adam Chlipala | 2008-08-31 |
* | Corify transaction wrappers | Adam Chlipala | 2008-08-31 |