index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
sql
/
unittests
Commit message (
Expand
)
Author
Age
*
Introduce AppInstance for correctly scoping otherwise global things
Dan Goodliffe
2015-06-06
*
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 support in the lexer for accessing the current script's folder
Dan Goodliffe
2015-05-26
*
Depend on correct schema test file
Dan Goodliffe
2015-05-26
*
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
*
Add mocking and tests for ODBC.
Dan Goodliffe
2015-05-02
*
Add support for RDBMS boolean/bit types
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