diff options
author | obache <obache@pkgsrc.org> | 2007-04-01 09:10:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-01 09:10:34 +0000 |
commit | 4a0f59508965f62be9a293b284c66a4dde815694 (patch) | |
tree | b682e4148b027a7fb81fbdb411dc9b766a238870 /databases/ruby-sqlite3/PLIST | |
parent | de3786585e87a46e0c3ebf1d0e64dc1ec90a518f (diff) | |
download | pkgsrc-4a0f59508965f62be9a293b284c66a4dde815694.tar.gz |
Update ruby-sqlite3 to 1.2.1.
Release Name: 1.2.1
Notes:
Only a single change in this release: sqlite3
3.3.8 and higher have changed the format of the
'dflt_value' column for the table_info pragma.
This caused breakage in apps that depend on that
pragma, like Ruby on Rails. This release makes the
Database#table_info helper check the libversion,
and adjust the dflt_value column accordingly. If
you want the new format and not the old, you can
invoke the table_info pragma directly, instead of
using the helper.
Release Name: 1.2.0
Notes:
* Fixed bug that caused crashes when type translation was asked to translate the type of a typeless column (like count(*), etc.)
* Added pre-built sqlite3_api_wrap.c to remove the dependency on SWIG.
* db.transaction should now catch all exceptions (bug #3981)
* Removed lots of warnings when running in -w mode
* Fixed problems with callbacks (thanks Sylvan Joyeux!)
* Named bind parameters may now be specified as symbols, or as strings. You can also leave off the leading colon when specifying them as a string.
* DL (pure-ruby) driver is now deprecated.
* Bignum values may be bound in a prepared statement.
* Get a more detailed error message when the connection cannot be established.
* Reset the statement when binding new variables to a prepared statement.
Diffstat (limited to 'databases/ruby-sqlite3/PLIST')
-rw-r--r-- | databases/ruby-sqlite3/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/ruby-sqlite3/PLIST b/databases/ruby-sqlite3/PLIST index 883ca1333ba..5e5a0be9b48 100644 --- a/databases/ruby-sqlite3/PLIST +++ b/databases/ruby-sqlite3/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2006/04/05 15:18:34 minskim Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/04/01 09:10:34 obache Exp $ ${RUBY_DOCDIR}/sqlite3/ChangeLog ${RUBY_DOCDIR}/sqlite3/LICENSE ${RUBY_DOCDIR}/sqlite3/README -${RUBY_DOCDIR}/sqlite3/api/blank.html ${RUBY_DOCDIR}/sqlite3/api/classes/DL.html ${RUBY_DOCDIR}/sqlite3/api/classes/DL/PtrData.html ${RUBY_DOCDIR}/sqlite3/api/classes/Kernel.html |