summaryrefslogtreecommitdiff
path: root/databases/ruby-odbc
AgeCommit message (Collapse)AuthorFilesLines
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca1-1/+2
2014-03-13Add GEM_EXTSDIR support.taca1-1/+3
No functional change for current versions of Rubys.
2013-07-07Add build_info file to PLIST.taca2-2/+4
Bump PKGREVISION.
2013-06-11Update ruby-odbc to 0.99995.taca3-26/+6
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
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-07specify include/lib dir for iodbc respectively.obache1-2/+3
2011-11-08* Remove .require_paths from PLISTtaca2-4/+3
* Bump PKGREVISION.
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2011-01-15Update ruby-odbc package to 0.99994.taca3-10/+10
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.taca4-14/+15
* 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-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+3
* Add LICENSE. * Remove default value of GEM_BUILD.
2010-05-27Update ruby-odbc package to 0.99991.taca4-12/+13
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.taca5-47/+39
Fri Jan 15 2010 version 0.9998 released * documentation update * reorganized directory layout for making a gem
2009-10-19Make CONFIGURE_ARGS in options.mk work really.taca1-3/+2
2009-10-17Update ruby-odbc pakcage to 0.9997, adding LICENSE.taca3-9/+9
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
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-04-04Initial import of ruby18-odbc-0.9995 as databases/ruby-odbc.jlam6-0/+114
This package contains a Ruby extension for accessing ODBC data sources.