2014-03-13 19:22:31 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add GEM_EXTSDIR support.
No functional change for current versions of Rubys.
|
2013-07-07 17:21:33 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Add build_info file to PLIST.
Bump PKGREVISION.
|
2013-06-11 17:02:29 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-odbc to 0.99995.
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-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-04-07 06:47:27 by OBATA Akio | Files touched by this commit (1) |
Log message:
specify include/lib dir for iodbc respectively.
|
2011-11-08 16:37:35 by Takahiro Kambe | Files touched by this commit (32) |
Log message:
* Remove .require_paths from PLIST
* Bump PKGREVISION.
|
2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2011-01-15 17:40:11 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-odbc package to 0.99994.
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-23 04:28:19 by Takahiro Kambe | Files touched by this commit (4) |
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
|
2010-09-10 06:34:43 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
|