- Fixed an error in
powersql checkfor tests
- Added continuous integration for PostgreSQL database
- Added
ASSERT-based testing. This makes it easy to write easy & complex tests using SQL conditions. - Add
--fail-fastoption topowersql test. In this case, tests will fail immediately after the first error. - Various extensions to reference finder, so it will find the used tables in queries more often.
- Testing with queries that fail on non-zero rows. For consistency, every test now can be expressed using
ASSERT.
- Added BigQuery support 🎉
- Added a
CHANGELOG.mdfile
- Reduced number of dependencies for PostgreSQL executor
- Made internal changes to support multiple backends