Skip to content

Commit fd30fb2

Browse files
committed
Prepare for 3.2.4.
1 parent 798f84d commit fd30fb2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
* 3.2.4 *
3+
4+
* Fixed schema reflection for identity columns using ODBC. Fixes #193.
5+
6+
27
* 3.2.3 *
38

49
* Fixed datetime quoting for ActiveSupport::TimeWithZone objects. Fixes #187 and #189.

lib/active_record/connection_adapters/sqlserver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module ConnectionAdapters
33
module Sqlserver
44
module Version
55

6-
VERSION = '3.2.3'
6+
VERSION = '3.2.4'
77

88
end
99
end

0 commit comments

Comments
 (0)