All Versions
18
Latest Version
Avg Release Cycle
104 days
Latest Release
-

Changelog History
Page 1

  • v7.0.0.0 Changes

    ๐Ÿš… Full changelog

    ๐Ÿ›  Fixed

    • ๐Ÿš… #1002 Fix support for index types

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ #1004 Dump the precision for datetime columns following the new defaults.
  • v6.1.2.1 Changes

    ๐Ÿš… Full changelog

    ๐Ÿ›  Fixed

    • ๐Ÿš… #943 Fix appname resolution when outside Rails context
  • v6.1.2.0 Changes

    ๐Ÿš… Full changelog

    ๐Ÿ›  Fixed

    • ๐Ÿš… #940 Primary key violation should result in RecordNotUnique error

    ๐Ÿ”„ Changed

    • #941 No longer support configuring the application name by overriding the 'configure_application_name' method.
  • v6.1.1.0 Changes

    ๐Ÿš… Full changelog

    ๐Ÿ›  Fixed

    • ๐Ÿš… #933 Conditionally apply SQL Server monkey patches to ActiveRecord so that it is safe to use this gem alongside other database adapters (e.g. PostgreSQL) in a multi-database Rails app
    • ๐Ÿš… #935 Fix schema cache generation (breaking change)
    • ๐Ÿš… #936 Fix deteministic fetch when table has a composite primary key
    • ๐Ÿš… #938 Fix date columns serialization for range values
  • v6.1.0.0 Changes

    • No changes
  • v6.0.0 Changes

    No Changes

  • v6.0.0.rc2 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿš… #639 Primary key should be lowercase if schema forced to lowercase
    • ๐Ÿš… #720 quoted_date doesn't work for Type::DateTime

    ๐Ÿ”„ Changed

    • ๐Ÿ’… #826 Rubocop: Enable Style/StringLiterals cop
    • ๐Ÿš… #827 Rubocop: Enable Layout/EmptyLinesAroundClassBody cop
    • ๐Ÿš… #828 Rubocop: Enable Layout/EmptyLines cop
    • ๐Ÿš… #829 Rubocop: Enable Layout/Layout/EmptyLinesAround* cops
    • ๐Ÿš… #830 Rubocop: Enable Layout/IndentationWidth and Layout/TrailingWhitespace cops
    • ๐Ÿš… #831 Rubocop: Enable Spacing cops
    • ๐Ÿš… #832 Rubocop: Enable Bundler cops
    • ๐Ÿš… #833 Rubocop: Enable Layout/* cops
    • ๐Ÿ‘• #834 Rubocop: Enable Lint/UselessAssignment cop
    • ๐Ÿ”ง #835 Rubocop: Configure Naming cops
  • v6.0.0.rc1 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿš… #690 Rails 6 support
    • โœ… #805 Rails 6: Fix database tasks tests for SQL Server
    • ๐Ÿ #807 Rails 6: Skip binary fixtures test on Windows
    • โœ… #809 Rails 6: Coerce reaper test using fork
    • โœ… #810 Rails 6: Fix randomly failing tests due to schema load
    • ๐Ÿ #812 Rails 6: Coerce ReloadModelsTest test on Windows
    • ๐Ÿš… #818 Handle false return by TinyTDS if connection fails and fixed CI
    • โš  #819 Fix Ruby 2.7 kwargs warnings
    • ๐Ÿš… #825 Adjust error message when connection is dead

    ๐Ÿ”„ Changed

    • ๐Ÿš… #716 Translate the connection timed out error
    • ๐Ÿ”จ #763 Refactor columns introspection query to make it faster
    • โšก๏ธ #783 Update test matrix
    • โœ… #820 Enable frozen strings for tests
    • ๐Ÿš… #821 Enable frozen strings - part 1
    • ๐Ÿš… #822 Enable frozen strings - part 2
    • ๐Ÿš… #823 Enable frozen strings - final
    • ๐Ÿš… #824 Tidy up Gemfile

    โž• Added

    • ๐Ÿš… #726 How to Develop ActiveRecord SQL Server Adapter with Pre-Installed MS SQL

    ๐Ÿš… Please check 5-2-stable for previous changes.

  • v5.2.0 Changes

    March 19, 2019
    • #686 sql_for_insert set table name in case when pk is not nil
  • v5.2.0.rc2 Changes

    March 10, 2019

    ๐Ÿ›  Fixed

    • #681 change_column_null should not clear other column attributes. Fixes #582.
    • ๐Ÿ›  #684 Fix explain with array conditions. Fixes #673.