activerecord-sqlserver-adapter 3.0.13 → 3.0.14
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.
|
@@ -22,7 +22,6 @@ module ActiveRecord
|
|
|
22
22
|
mode = config[:mode].to_s.downcase.underscore.to_sym
|
|
23
23
|
case mode
|
|
24
24
|
when :dblib
|
|
25
|
-
raise ArgumentError, 'Missing :dataserver configuration.' unless config.has_key?(:dataserver)
|
|
26
25
|
require_library_or_gem 'tiny_tds'
|
|
27
26
|
warn("TinyTds v0.4.3 or higher required. Using #{TinyTds::VERSION}") unless TinyTds::Client.instance_methods.map(&:to_s).include?("active?")
|
|
28
27
|
when :odbc
|
|
@@ -165,7 +164,7 @@ module ActiveRecord
|
|
|
165
164
|
include Sqlserver::Errors
|
|
166
165
|
|
|
167
166
|
ADAPTER_NAME = 'SQLServer'.freeze
|
|
168
|
-
VERSION = '3.0.
|
|
167
|
+
VERSION = '3.0.14'.freeze
|
|
169
168
|
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+"?(\d{4}|\w+)"?/
|
|
170
169
|
SUPPORTED_VERSIONS = [2005,2008,2010,2011].freeze
|
|
171
170
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-sqlserver-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 3.0.
|
|
9
|
+
- 14
|
|
10
|
+
version: 3.0.14
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ken Collins
|