-
Add configuration option
config.default_schema_version
that allows you to specify the schema version in effect when using theschema
DSL method. For backwards compatibility, this new setting defaults to2
.Internal reference:
#115859
.
- Update gem-internal ruby version and remove
bundler
from gemspec
-
Update
schemacop
to version~> 3.0.8
-
Add the following ruby versions to travis testing:
2.5.1
2.6.2
2.7.1
3.0.0
-
Remove ruby
2.3.0
from travis testing
- Improve support for schemacop 3.x
- Improve support for schemacop 3.x
- Improve support for schemacop 3.x
- Improve support for schemacop 3.x and document it
- Add support for schemacop 3.x (but still using 2.x schema version)
- Overwrite parameter hash with the casted version if using
casting inside the schemacop
schema
block
-
Add new mixin
RawSqlUtils
, which provides two methods forInquery::Query
:san
: Sanitizes SQL and performs parameter substitutionexec_query
: For directly executing SQL queries
- Pin
schemacop
version properly
- Initial release