Sha256: c88874906264f9d644f921461ddd2af442ec9ad9db7d5002d59333db3a8b458c
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
## v5.0.5 #### Changed * Add TinyTDS as a runtime dependency. ## v5.0.4 #### Fixed * Allow `datetimeoffset` to be used in migrations and represented in schema. * Using transactions and resetting isolation level correctly when `READ_COMMITTED_SNAPSHOT` is set to `ON` Fixes #520 ## v5.0.3 #### Changed * Reduce view information reflection to per table vs. column. Fixes #552 * The `user_options` parsing. Works for hash/array. Fixes #535 * Pass the `:contained` option to TinyTDS. Fixes #527 ## v5.0.2 #### Fixed * Filter table constraints with matching table schema to column. Fixes #478 ## v5.0.1 #### Changed * Set `tds_version` fallback to `7.3`. #### Fixed * Support 2014, 2012 drop table statement. ## v5.0.0 #### Added * Support for `supports_datetime_with_precision`. * Support for `unprepared_statement` blocks on the connection. #### Changed * Major refactoring of all type objects. Especially time types. #### Deprecated * Support for a handful of standard Rails deprecations in 5-0-stable suite. #### Removed * ODBC connection mode. Not been maintained since Rails 4.0. * View table name detection in `with_identity_insert_enabled` method for fixtures. Perf hit. #### Fixed * Do not output column collation in schema when same as database.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-sqlserver-adapter-5.0.5 | CHANGELOG.md |