summaryrefslogtreecommitdiff
path: root/databases/ruby-odbc/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-12-12Update ruby-odbc to 0.99997.taca1-5/+5
Wed Apr 15 2015 version 0.99997 released * fixed bug (typo) when compiling with Ruby < 2.0 Wed Mar 25 2015 version 0.99996 released * when built for Ruby >= 2.0 release GVL for potentially long running ODBC API functions, thanks Matt Conover for initial implementation
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-06-11Update ruby-odbc to 0.99995.taca1-5/+4
pkgsrc change: no need to patch gemspec any more. Wed Mar 13 2013 version 0.99995 released * added ODBC::Database.use_sql_column_name= flag to switch usage of SQLColAttributes(SQL_COLUMN_LABEL) to SQLColAttributes(SQL_COLUMN_NAME) on per connection basis
2011-01-15Update ruby-odbc package to 0.99994.taca1-5/+5
Sat Jan 15 2011 version 0.99994 released * fixed column key caching, thanks Sean Noonan for bug report Fri Dec 24 2010 version 0.99993 released * fixed error reporting in Database.transaction method, thanks Shane Emmons for bug report and testing
2010-09-23Update ruby-odbc package to 0.99992.taca1-5/+5
* 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
2010-05-27Update ruby-odbc package to 0.99991.taca1-5/+5
Sun Apr 25 2010 version 0.99991 released * detect HAVE_LONG_LONG for builds with unixODBC * UTF-8 coding/decoding fix for range 0x80..0xBF Thu Feb 18 2010 version 0.9999 released * integrated Bosko Ivanisevic's fixes in ext/utf8/extconf.rb and test/test.rb and test/utf8/test.rb
2010-02-14Update ruby-odbc package to 0.9998.taca1-4/+5
Fri Jan 15 2010 version 0.9998 released * documentation update * reorganized directory layout for making a gem
2009-10-17Update ruby-odbc pakcage to 0.9997, adding LICENSE.taca1-4/+4
ODBC binding for Ruby --------------------- Wed May 20 2009 version 0.9997 released * added Chad Johnson's FreeTDS/MSSQL patch to prevent from re-prepare of queries with SQL_VARCHAR parameters Mon Feb 02 2009 version 0.9996 released * updates for Ruby > 1.8 * added Stephen Veit's SQL_NO_TOTAL handling to improve retrieving large SQL_C_BINARY data * fixes for SQLExecute/SQLExecDirect returning SQL_NO_DATA
2008-04-04Initial import of ruby18-odbc-0.9995 as databases/ruby-odbc.jlam1-0/+5
This package contains a Ruby extension for accessing ODBC data sources.