ChangeLog in ruby-odbc-0.99995 vs ChangeLog in ruby-odbc-0.99996
- old
+ new
@@ -1,7 +1,13 @@
ODBC binding for Ruby
---------------------
+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
+
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