We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798f84d commit fd30fb2Copy full SHA for fd30fb2
CHANGELOG
@@ -1,4 +1,9 @@
1
2
+* 3.2.4 *
3
+
4
+* Fixed schema reflection for identity columns using ODBC. Fixes #193.
5
6
7
* 3.2.3 *
8
9
* Fixed datetime quoting for ActiveSupport::TimeWithZone objects. Fixes #187 and #189.
lib/active_record/connection_adapters/sqlserver/version.rb
@@ -3,7 +3,7 @@ module ConnectionAdapters
module Sqlserver
module Version
- VERSION = '3.2.3'
+ VERSION = '3.2.4'
end
0 commit comments