index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
sql
Commit message (
Expand
)
Author
Age
*
Fix off by one error in rowstack
Dan Goodliffe
2015-06-14
*
Default constructor and proper copy operator for ConnectionRef
Dan Goodliffe
2015-06-07
*
Move row values stack in ExecContext
Dan Goodliffe
2015-06-06
*
Introduce AppInstance for correctly scoping otherwise global things
Dan Goodliffe
2015-06-06
*
Correct log message when dropping mock DB
Dan Goodliffe
2015-06-06
*
Have RdbmsConnection return a ref counting connection handle so that the clie...
Dan Goodliffe
2015-06-03
*
Close master connection to database when deleting mock
Dan Goodliffe
2015-06-03
*
Prebuild (once) SQL for cursor operations.
Dan Goodliffe
2015-06-02
*
Add tests over MySQL bulk load and read
Dan Goodliffe
2015-06-02
*
Add some experience to the flex, prefixes
Dan Goodliffe
2015-05-31
*
Throw on failure to open mock script
project2-1.1.3
Dan Goodliffe
2015-05-26
*
Add support in the lexer for accessing the current script's folder
Dan Goodliffe
2015-05-26
*
Don't coincidentally match the test case
Dan Goodliffe
2015-05-26
*
Depend on correct schema test file
Dan Goodliffe
2015-05-26
*
Add handling for unterminated quoted strings
Dan Goodliffe
2015-05-25
*
Handle tagless dollar quoting
Dan Goodliffe
2015-05-25
*
Handle dollar quoting and new line whitespace
Dan Goodliffe
2015-05-25
*
Use a flex based parser for SQL instead of a noddy upto ; based one
Dan Goodliffe
2015-05-25
*
ODBC gets its own schema file (which will be a simpler one than PQ which it uses
Dan Goodliffe
2015-05-25
*
Persist a table containing some environmental things during mock setup
Dan Goodliffe
2015-05-07
*
Add mocking and tests for ODBC.
Dan Goodliffe
2015-05-02
*
Add support for RDBMS boolean/bit types
Dan Goodliffe
2015-05-02
*
Refactor, more OO, less hacky bind
Dan Goodliffe
2015-05-02
*
Centralize the mocking code
Dan Goodliffe
2015-05-02
*
Add MySQL mocking and test cases
Dan Goodliffe
2015-05-02
*
Test against a fixed time as class is initialized once per test
Dan Goodliffe
2015-05-02
*
Assert the row in the init script
Dan Goodliffe
2015-05-02
*
Remove the untested boolean column
Dan Goodliffe
2015-05-02
*
Adds support for SQLite, SQLite mocking and some basic tests
Dan Goodliffe
2015-04-30
*
Select some values and validate them
Dan Goodliffe
2015-04-29
*
Move the mocked PQ db into the PQ module and start the basis of the SQL mod u...
Dan Goodliffe
2015-04-28
*
Use native for instead BOOST_FOREACH
Dan Goodliffe
2015-01-04
*
Add support for updating instead of deleting when merging records
Dan Goodliffe
2014-12-28
*
Use SqlWriter for where and order by cluases
Dan Goodliffe
2014-12-22
*
Include right header
Dan Goodliffe
2014-12-22
*
Add missing includes highlighted when precompiled headers are disabled
Dan Goodliffe
2014-12-17
*
Remove the continue on error options for plugables and add proper handling in...
Dan Goodliffe
2014-11-29
*
Fix naming clash with 'cache'
randomdan
2014-06-02
*
Adds native support for time_duration as a variable type
randomdan
2014-03-03
*
Explicit instantiations of instance store/map/set to avoid multiple instantia...
randomdan
2014-01-04
*
Manage database connections on a per thread basis
randomdan
2013-12-24
*
Add savepoint support to core DB connector
randomdan
2013-12-08
*
Refactor to set up columns in a const way by calling execute() early, before ...
randomdan
2013-11-29
*
Fix a few more includes
randomdan
2013-11-25
*
Fixups to make more friendly with external projects
randomdan
2013-11-22
*
Allow instance registration to occur with different key types
randomdan
2013-09-15
*
Massive refactor to remove the appEngine and environment complication and ins...
randomdan
2013-07-05
*
Fix the gch usage quirk with a silly hack and a load of small changes
randomdan
2013-06-21
*
Split the plugable stuff into its own files/classes
randomdan
2013-06-21
*
Move options into the global scope
randomdan
2013-06-20
[next]