Skip to content

Commit

Permalink
Prepare for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Nov 23, 2011
1 parent 51e17af commit 77ded47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,3 +1,13 @@
== 1.2.1 (11/23/11)

- #117: Skip ? substitution when no bind parameters are given
- #115: Work around bug in ResultSetMetaData in SQLite
- Enhance the 'change_column' in H2 adapter to support additional options
- Deal with changes in RubyBigDecimal in trunk
- Decimal with scale zero handling (George Murphy)
- Fix blob handling for SQLite3 since SQLiteJDBC does not support
getBinary (Jean-Dominique Morani)

== 1.2.0 (09/13/11)

- Support for Rails 3.1
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -44,13 +44,13 @@ end
end
end

desc "Build all adapters"
desc "Release all adapters"
task "all:release" => ["release", *ADAPTERS.map { |f| "#{f}:release" }]

desc "Install all adapters"
task "all:install" => ["install", *ADAPTERS.map { |f| "#{f}:install" }]

desc "Release all adapters"
desc "Build all adapters"
task "all:build" => ["build", *ADAPTERS.map { |f| "#{f}:build" }]

task :filelist do
Expand Down
2 changes: 1 addition & 1 deletion lib/arjdbc/version.rb
@@ -1,6 +1,6 @@
module ArJdbc
module Version
VERSION = "1.2.0"
VERSION = "1.2.1"
end
end
# Compatibility with older versions of ar-jdbc for other extensions out there
Expand Down

0 comments on commit 77ded47

Please sign in to comment.