summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Introduce AppInstance for correctly scoping otherwise global thingsDan Goodliffe2015-06-06
|
* Correct log message when dropping mock DBDan Goodliffe2015-06-06
|
* Move to C++0yDan Goodliffe2015-06-03
|
* Have RdbmsConnection return a ref counting connection handle so that the ↵Dan Goodliffe2015-06-03
| | | | client is still valid even if core releases it
* Close master connection to database when deleting mockDan Goodliffe2015-06-03
|
* 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 some experience to the flex, prefixesDan Goodliffe2015-05-31
|
* Parse .p2 config files with flexDan Goodliffe2015-05-29
|
* Initialize the gcrypt library on start upDan Goodliffe2015-05-27
|
* Remove tmp dirs when tests completeDan Goodliffe2015-05-27
|
* Throw on failure to open mock scriptproject2-1.1.3Dan Goodliffe2015-05-26
|
* Add support in the lexer for accessing the current script's folderDan Goodliffe2015-05-26
|
* Don't coincidentally match the test caseDan Goodliffe2015-05-26
|
* Depend on correct schema test fileDan Goodliffe2015-05-26
|
* Add handling for unterminated quoted stringsDan Goodliffe2015-05-25
|
* Handle tagless dollar quotingDan Goodliffe2015-05-25
|
* 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
|
* Workaround quirk with b2 package.install being called for many targetsproject2-1.1.2.1Dan Goodliffe2015-05-23
|
* Use a less generic tmp folderDan Goodliffe2015-05-20
|
* Work around the fact that webapp-config [might] tear down and replace in its ↵project2-1.1.2Dan Goodliffe2015-05-20
| | | | entirely the document root, leaving existing fcgi apps homeless
* Fix XML raw view to handle namespaces better, covering unit testDan Goodliffe2015-05-20
|
* Extend TestPresenter to be a full Presenter implementationDan Goodliffe2015-05-20
|
* Split test presenter into its own class, not rolled into the script hostDan Goodliffe2015-05-19
|
* Persist a table containing some environmental things during mock setupDan Goodliffe2015-05-07
|
* Add target for installing the UT support libsDan Goodliffe2015-05-06
|
* Restore propagated flag so the deps work properlyproject2-1.1.1Dan Goodliffe2015-05-04
|
* 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
|
* Refactor, more OO, less hacky bindDan Goodliffe2015-05-02
|
* Centralize the mocking codeDan 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
* Pass include dirs to slice toolsDan Goodliffe2015-01-28
|
* Ignore Vim swap filesDan Goodliffe2015-01-15
|
* Add missing link to slicer libproject2-1.0.3Dan Goodliffe2015-01-09
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
|
* A single ycm config that gets its args from b2Dan Goodliffe2015-01-04
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-03
|
* Add support for updating instead of deleting when merging recordsDan Goodliffe2014-12-28
|
* Use SqlWriter for where and order by cluasesDan Goodliffe2014-12-22
|
* Include right headerDan Goodliffe2014-12-22
|
* Allow specifying no columns in row view and covering testsDan Goodliffe2014-12-21
|