Skip to content

Commit e26bfc7

Browse files
committed
Update version to 2.2.9
1 parent a7486d4 commit e26bfc7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

2000-2005-adapter.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = "2000-2005-adapter"
3-
s.version = "2.2.8"
4-
s.date = "2009-01-09"
3+
s.version = "2.2.9"
4+
s.date = "2009-01-22"
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.9 * (January 22nd, 2009)
8+
49
* Fixing a small bug in the deprecated DBI::Timestamp conversion so it correctly converts nanosecond whole
510
numbers to back to pre type cast SQL Server milliseconds, ultimately allow ruby's Time#usec which is
611
microseconds to be correct. [Ken Collins]

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def simplified_datetime
150150
class SQLServerAdapter < AbstractAdapter
151151

152152
ADAPTER_NAME = 'SQLServer'.freeze
153-
VERSION = '2.2.8'.freeze
153+
VERSION = '2.2.9'.freeze
154154
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
155155
SUPPORTED_VERSIONS = [2000,2005].freeze
156156
LIMITABLE_TYPES = ['string','integer','float','char','nchar','varchar','nvarchar'].freeze

0 commit comments

Comments
 (0)