Skip to content

Commit 54b63aa

Browse files
committed
Release 2.2.16 version.
1 parent ad8d963 commit 54b63aa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

2000-2005-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = "2000-2005-adapter"
33
s.version = "2.2.15"
4-
s.date = "2009-03-23"
4+
s.date = "2009-04-21"
55
s.summary = "SQL Server 2000 & 2005 Adapter For Rails."
66
s.email = "ken@metaskills.net"
77
s.homepage = "http://github.com/rails-sqlserver/2000-2005-adapter/"

CHANGELOG

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

22
MASTER
33

4+
*
5+
6+
7+
* 2.2.16 * (April 21st, 2009)
8+
49
* Make add_limit_offset! only add locking hints (for tally) when the :lock option is present. Added tests
510
to make sure tally SQL is augmented correctly and tests to make sure that add_lock! is doing what it needs
611
for deep sub selects in paginated results. [Ken Collins]

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def simplified_datetime
158158
class SQLServerAdapter < AbstractAdapter
159159

160160
ADAPTER_NAME = 'SQLServer'.freeze
161-
VERSION = '2.2.15'.freeze
161+
VERSION = '2.2.16'.freeze
162162
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
163163
SUPPORTED_VERSIONS = [2000,2005].freeze
164164
LIMITABLE_TYPES = ['string','integer','float','char','nchar','varchar','nvarchar'].freeze

0 commit comments

Comments
 (0)