pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ruby-odbc
Module Name: pkgsrc
Committed By: taca
Date: Thu Sep 23 02:28:19 UTC 2010
Modified Files:
pkgsrc/databases/ruby-odbc: Makefile PLIST distinfo
pkgsrc/databases/ruby-odbc/patches: patch-aa
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/ruby-odbc/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-odbc/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/ruby-odbc/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-odbc/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index