- Fix rubocop warnings
- Fix ruby warnings
- Fix compile errors
- Fix compatibility issue with SQLAnywhere17
- Change to always return an array of rows for any
SQLAnywhere2::Statement
query
- Add additional check for
SQLAnywhere2::Connection
initialization - Refactor testing setup
- Add query cancelation ubf on ruby interrupts
- Add commit, commit!, rollback, rollback! methods
- Fix error message invalid encoding
- Fix LONG BINARY not inserting correctly for prepared statements
- Fix large BIGINT values not inserting for prepared statements
- Initial Release