Skip to content

Commit 09362bb

Browse files
aidanharanAidan Haran
authored and
Lavika
committed
Co-authored-by: Aidan Haran <aharan@fusioneer.com>
1 parent a54a04d commit 09362bb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
- [#879](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/879) Added visit method for HomogeneousIn
1515
- [#880](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/880) Handle any default column class when deduplicating
1616
- [#861](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/861) Fix Rails 6.1 database config
17-
- [#885](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/885) Fix the quoting of ActiveModel attributes
1817
- [#890](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/890) Fix removal of invalid ordering from select statements
1918
- [#881](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/881) Dump column collation to schema.rb and allow collation changes using column_change
2019

lib/active_record/connection_adapters/sqlserver/quoting.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ def _quote(value)
118118
value.quoted
119119
when String, ActiveSupport::Multibyte::Chars
120120
"#{QUOTED_STRING_PREFIX}#{super}"
121-
when ActiveModel::Attribute
122-
quote(value.value_for_database)
123121
else
124122
super
125123
end

0 commit comments

Comments
 (0)