summaryrefslogtreecommitdiff
path: root/project2/sql/unittests
Commit message (Collapse)AuthorAge
* Introduce AppInstance for correctly scoping otherwise global thingsDan Goodliffe2015-06-06
|
* Prebuild (once) SQL for cursor operations.Dan Goodliffe2015-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 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
| | | | 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 usesDan Goodliffe2015-05-25
|
* Add mocking and tests for ODBC.Dan Goodliffe2015-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 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 ↵Dan Goodliffe2015-04-28
unit tests