summaryrefslogtreecommitdiff
path: root/project2/sql/unittests/datasources
Commit message (Collapse)AuthorAge
* 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 MySQL mocking and test casesDan Goodliffe2015-05-02
|
* Adds support for SQLite, SQLite mocking and some basic testsDan Goodliffe2015-04-30
|
* Move the mocked PQ db into the PQ module and start the basis of the SQL mod ↵Dan Goodliffe2015-04-28
unit tests