diff options
author | taca <taca@pkgsrc.org> | 2010-09-23 02:28:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-23 02:28:18 +0000 |
commit | e72ecd85e9129979c1a642f598efd5f7d4c05c88 (patch) | |
tree | 374711c6f92201aae1f2f519adfdd2f48bd9c19e /databases/ruby-odbc/patches | |
parent | 6f2714adfd954178b62101821fefec4ee236d433 (diff) | |
download | pkgsrc-e72ecd85e9129979c1a642f598efd5f7d4c05c88.tar.gz |
Update ruby-odbc package to 0.99992.
* Add a comment to patch.
Thu Sep 16 2010 version 0.99992 released
* ODBC::Statement.each/each_hash now output arrays when
invoked without block
* column keys in result hashes now are cached/recycled Ruby strings
* added ODBC::Database methods use_time/use_utc to directly
output Ruby Time/Date objects
* added encoding support in the UTF8 variant for Ruby >= 1.9
* added module constant ODBC::UTF8 to indicate variant of module
* fixes for M$SQL server reporting zero column sizes
and unknown data types for varchar(strmax) columns
* eliminated compiler warnings
* use StringValueCStr instead of STR2CSTR (Ruby >= 1.9.1)
* small change for decision when to use SQLGetData() loop
Diffstat (limited to 'databases/ruby-odbc/patches')
-rw-r--r-- | databases/ruby-odbc/patches/patch-aa | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/ruby-odbc/patches/patch-aa b/databases/ruby-odbc/patches/patch-aa index 34d994ceb9d..349a2a3521b 100644 --- a/databases/ruby-odbc/patches/patch-aa +++ b/databases/ruby-odbc/patches/patch-aa @@ -1,7 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2010/05/27 13:46:25 taca Exp $ +$NetBSD: patch-aa,v 1.3 2010/09/23 02:28:18 taca Exp $ ---- ../ruby-odbc-0.99991.gemspec.orig 2010-04-08 06:36:44.000000000 +0000 -+++ ../ruby-odbc-0.99991.gemspec +* Fix gemspec structure. + +--- ../ruby-odbc-0.99992.gemspec.orig 2010-06-06 07:11:06.000000000 +0000 ++++ ../ruby-odbc-0.99992.gemspec @@ -6,9 +6,10 @@ spec = Gem::Specification.new do |s| s.author = "Christian Werner" s.email = "chw @nospam@ ch-werner.de" |