- Clean up error handling in sneaql.rb and comments
- Fix the sql_injection_filter test failures
- DRY some of the Tests
- Gracefully handle raised SQLTest Exit condition errors at the highest level
- added fail option to on_error command tag
- transform error was not being cascaded upward after backtrace
- fixed bug that wasn't allowing or recognizing negative numbers as command tag arguments.
- added support for empty recordsets
- added remove_recordset command
- cleaned up on_error logging to eliminate confusion
- updated for latest jruby
- beefed up error backtraces and logging
- incremented for debugging weird container issue
- removed database manager, enabling general JDBC support
- removed features that depend upon database manager
- lock manager
- standard db objects
- table based step manager
- refactoring of Transform object to reduce redundancy
- added gem version output to binary
- on_error command tag and related changes
- refactoring of object creation in lib/sneaql.rb
- replaced split based command tag parsing with tokenizer, allowing for string literals with whitespace and future language features
- added basic timestamp handling
- small fixes to expression logic
- added changelog :-)
- rubocop refactoring