Skip to content

Commit

Permalink
Prepare for 2.3.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Oct 26, 2010
1 parent 4ca748a commit e93ec04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* 2-3-stable *

* 2.3.12 *

* Add multiple results set support with #execute_procedure for :dblib mode. [Ken Collins]

Expand Down
2 changes: 1 addition & 1 deletion activerecord-sqlserver-adapter.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "activerecord-sqlserver-adapter"
s.version = "2.3.11"
s.version = "2.3.12"
s.summary = "SQL Server 2000, 2005 and 2008 Adapter For Rails."
s.email = "ken@metaskills.net"
s.homepage = "http://github.com/rails-sqlserver"
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/sqlserver_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def simplified_datetime
class SQLServerAdapter < AbstractAdapter

ADAPTER_NAME = 'SQLServer'.freeze
VERSION = '2.3.11'.freeze
VERSION = '2.3.12'.freeze
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
SUPPORTED_VERSIONS = [2000,2005,2008].freeze
LIMITABLE_TYPES = ['string','integer','float','char','nchar','varchar','nvarchar'].to_set.freeze
Expand Down

0 comments on commit e93ec04

Please sign in to comment.