summaryrefslogtreecommitdiff
path: root/project2
Commit message (Expand)AuthorAge
* Don't start the daemon components until options have been processed and proce...project2-1.1.4.3Dan Goodliffe2015-06-18
* 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
* 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
* Have RdbmsConnection return a ref counting connection handle so that the clie...Dan Goodliffe2015-06-03
* Close master connection to database when deleting mockDan Goodliffe2015-06-03
* Prebuild (once) SQL for cursor operations.Dan Goodliffe2015-06-02
* 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
* 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
* 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
* 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 u...Dan Goodliffe2015-04-28