summaryrefslogtreecommitdiff
path: root/project2/sql
Commit message (Collapse)AuthorAge
* Compat fixDan Goodliffe2015-09-26
|
* Restore mock database supportDan Goodliffe2015-09-26
|
* Use system dbpp and autoloaded connectors.Dan Goodliffe2015-09-25
| | | | Breaks and disables Project2 mock datasources
* SQLite mocking and tests from Project2Dan Goodliffe2015-09-24
|
* ODBC mocking and tests from Project2Dan Goodliffe2015-09-24
|
* MySQL mocking and tests from Project2Dan Goodliffe2015-09-24
|
* PostgreSQL mocking and tests from Project2Dan Goodliffe2015-09-24
|
* Add the core test library for testing connector implementationsDan Goodliffe2015-09-24
|
* Database mocking base classes migrated in.Dan Goodliffe2015-09-22
|
* Migrate SQL script parser and add support for executing a script on a connectionDan Goodliffe2015-09-21
|
* Use libadhocutilproject2-1.1.5Dan Goodliffe2015-09-02
|
* Move more stuff from common to basicsDan Goodliffe2015-08-21
|
* Fix off by one error in rowstackDan Goodliffe2015-06-14
|
* Default constructor and proper copy operator for ConnectionRefDan Goodliffe2015-06-07
|
* Move row values stack in ExecContextDan Goodliffe2015-06-06
| | | | Introduce TestAppInstane to provide an AppInstance and ExecContext during UT runs
* 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 ↵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
|
* 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
|
* Persist a table containing some environmental things during mock setupDan Goodliffe2015-05-07
|
* 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
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
|
* 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
|
* Add missing includes highlighted when precompiled headers are disabledDan Goodliffe2014-12-17
|
* Remove the continue on error options for plugables and add proper handling ↵Dan Goodliffe2014-11-29
| | | | into implementations where errors can be ignored
* Fix naming clash with 'cache'randomdan2014-06-02
|