Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduce AppInstance for correctly scoping otherwise global things | Dan Goodliffe | 2015-06-06 |
| | |||
* | Prebuild (once) SQL for cursor operations. | Dan Goodliffe | 2015-06-02 |
| | | | | | | | Don't open another transaction. Don't make another fetch to the DB if the previous read was short anyway. Add bulk load and bulk read tests. | ||
* | Add tests over MySQL bulk load and read | Dan Goodliffe | 2015-06-02 |
| | |||
* | Add support in the lexer for accessing the current script's folder | Dan Goodliffe | 2015-05-26 |
| | |||
* | Depend on correct schema test file | Dan Goodliffe | 2015-05-26 |
| | |||
* | Handle dollar quoting and new line whitespace | Dan Goodliffe | 2015-05-25 |
| | |||
* | Use a flex based parser for SQL instead of a noddy upto ; based one | Dan Goodliffe | 2015-05-25 |
| | | | | Tested with PQ, comments, multi-line comments and strings with '' and ; in | ||
* | ODBC gets its own schema file (which will be a simpler one than PQ which it uses | Dan Goodliffe | 2015-05-25 |
| | |||
* | Add mocking and tests for ODBC. | Dan Goodliffe | 2015-05-02 |
| | | | | | Note: whilst intervals sort of work, ODBC thinks the column is a longvarchar in PQ, so the UTs don't cover it. Also note: the ODBC UT mock is a hack over the PQ one, probably not suitable for general purpose use | ||
* | Add support for RDBMS boolean/bit types | Dan Goodliffe | 2015-05-02 |
| | |||
* | Add MySQL mocking and test cases | Dan Goodliffe | 2015-05-02 |
| | |||
* | Test against a fixed time as class is initialized once per test | Dan Goodliffe | 2015-05-02 |
| | |||
* | Assert the row in the init script | Dan Goodliffe | 2015-05-02 |
| | |||
* | Remove the untested boolean column | Dan Goodliffe | 2015-05-02 |
| | |||
* | Adds support for SQLite, SQLite mocking and some basic tests | Dan Goodliffe | 2015-04-30 |
| | |||
* | Select some values and validate them | Dan Goodliffe | 2015-04-29 |
| | |||
* | Move the mocked PQ db into the PQ module and start the basis of the SQL mod ↵ | Dan Goodliffe | 2015-04-28 |
unit tests |