summaryrefslogtreecommitdiff
path: root/project2/sql/unittests
Commit message (Expand)AuthorAge
* Introduce AppInstance for correctly scoping otherwise global thingsDan Goodliffe2015-06-06
* Prebuild (once) SQL for cursor operations.Dan Goodliffe2015-06-02
* Add tests over MySQL bulk load and readDan Goodliffe2015-06-02
* Add support in the lexer for accessing the current script's folderDan Goodliffe2015-05-26
* Depend on correct schema test fileDan Goodliffe2015-05-26
* Handle dollar quoting and new line whitespaceDan Goodliffe2015-05-25
* Use a flex based parser for SQL instead of a noddy upto ; based oneDan Goodliffe2015-05-25
* ODBC gets its own schema file (which will be a simpler one than PQ which it usesDan Goodliffe2015-05-25
* Add mocking and tests for ODBC.Dan Goodliffe2015-05-02
* Add support for RDBMS boolean/bit typesDan Goodliffe2015-05-02
* Add MySQL mocking and test casesDan Goodliffe2015-05-02
* Test against a fixed time as class is initialized once per testDan Goodliffe2015-05-02
* Assert the row in the init scriptDan Goodliffe2015-05-02
* Remove the untested boolean columnDan Goodliffe2015-05-02
* Adds support for SQLite, SQLite mocking and some basic testsDan Goodliffe2015-04-30
* Select some values and validate themDan Goodliffe2015-04-29
* Move the mocked PQ db into the PQ module and start the basis of the SQL mod u...Dan Goodliffe2015-04-28