summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Split daemon run into setup, run, teardown to avoid race conditions waiting ↵Dan Goodliffe2015-07-21
| | | | for run to complete setup steps
* Switch to run rule for capturing outputDan Goodliffe2015-07-21
|
* Switch to run rule for capturing output, undate paths in testsDan Goodliffe2015-07-21
|
* Remove some unused legacy threading codeDan Goodliffe2015-07-18
|
* Remove some unused legacy XML codeDan Goodliffe2015-07-18
|
* The slicer feature should not be propergated, it's library specific whether ↵Dan Goodliffe2015-06-18
| | | | it contains slicer data
* Don't start the daemon components until options have been processed and ↵project2-1.1.4.3Dan Goodliffe2015-06-18
| | | | process has been called
* Ensure an AppInstance exists before processing optionsproject2-1.1.4.2Dan Goodliffe2015-06-17
|
* Fix off by one error in rowstackDan Goodliffe2015-06-14
|
* Default constructor and proper copy operator for ConnectionRefDan Goodliffe2015-06-07
|
* Non-static ICE proxy and destroy the local communicator handleDan Goodliffe2015-06-06
|
* Move the parameter stack into ExecContext tooDan Goodliffe2015-06-06
|
* Move row values stack in ExecContextDan Goodliffe2015-06-06
| | | | Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs
* Tweaks while tracking down Column leakDan Goodliffe2015-06-06
|
* Add missing virtual destructor to OptionsSourceDan Goodliffe2015-06-06
|
* Fix memory leak config variableDan Goodliffe2015-06-06
|
* Perform explicit init and tear down of libxml thingsDan Goodliffe2015-06-06
|
* 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
|