rails-sqlserver-2000-2005-adapter 2.2.5 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -4,6 +4,11 @@ MASTER
4
4
  *
5
5
 
6
6
 
7
+ * 2.2.6 (January 8th, 2008)
8
+
9
+ * Introduced a bug in 2.2.5 in the #add_order! core ext for ActiveRecord. Fixed [Ken Collins]
10
+
11
+
7
12
  * 2.2.5 (January 4th, 2009)
8
13
 
9
14
  * Added a log_info_schema_queries class attribute and make all queries to INFORMATION_SCHEMA silent by
@@ -150,7 +150,7 @@ module ActiveRecord
150
150
  class SQLServerAdapter < AbstractAdapter
151
151
 
152
152
  ADAPTER_NAME = 'SQLServer'.freeze
153
- VERSION = '2.2.5'.freeze
153
+ VERSION = '2.2.6'.freeze
154
154
  DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
155
155
  SUPPORTED_VERSIONS = [2000,2005].freeze
156
156
  LIMITABLE_TYPES = ['string','integer','float','char','nchar','varchar','nvarchar'].freeze
@@ -62,7 +62,7 @@ module ActiveRecord
62
62
  sql << " ORDER BY #{unique_order_sql}"
63
63
  end
64
64
  else
65
- add_order_without_sqlserver_unique_checking!(order_sql, order, scope)
65
+ add_order_without_sqlserver_unique_checking!(sql, order, scope)
66
66
  end
67
67
  end
68
68
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-sqlserver-2000-2005-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.5
4
+ version: 2.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Collins
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2009-01-04 00:00:00 -08:00
16
+ date: 2009-01-09 00:00:00 -08:00
17
17
  default_executable:
18
18
  dependencies: []
19
19