pkgsrc/databases/ruby-sqlite3/PLIST
obache 4a0f595089 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.
2007-04-01 09:10:34 +00:00

116 lines
6.2 KiB
Text

@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/classes/DL.html
${RUBY_DOCDIR}/sqlite3/api/classes/DL/PtrData.html
${RUBY_DOCDIR}/sqlite3/api/classes/Kernel.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/AbortException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/AuthorizationException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Blob.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/BusyException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/CantOpenException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Constants.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Constants/ColumnType.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Constants/ErrorCode.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Constants/TextRep.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/ConstraintException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/CorruptException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Database.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Database/FunctionProxy.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver/DL.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver/DL/API.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver/DL/Driver.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver/Native.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver/Native/Driver.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/EmptyException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Error.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Exception.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/FormatException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/FullException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/IOException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/InternalException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/InterruptException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/LockedException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/MemoryException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/MismatchException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/MisuseException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/NotADatabaseException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/NotFoundException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/PermissionException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Pragmas.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/ProtocolException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/RangeException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/ReadOnlyException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/ResultSet.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/ResultSet/FieldsContainer.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/ResultSet/TypesContainer.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/SQLException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/SchemaChangedException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Statement.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/TooBigException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Translator.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/UnsupportedException.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Value.html
${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Version.html
${RUBY_DOCDIR}/sqlite3/api/classes/String.html
${RUBY_DOCDIR}/sqlite3/api/created.rid
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/constants_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/database_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/driver/dl/api_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/driver/dl/driver_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/driver/native/driver_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/errors_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/pragmas_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/resultset_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/statement_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/translator_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/value_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/version_rb.html
${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3_rb.html
${RUBY_DOCDIR}/sqlite3/api/fr_class_index.html
${RUBY_DOCDIR}/sqlite3/api/fr_file_index.html
${RUBY_DOCDIR}/sqlite3/api/fr_method_index.html
${RUBY_DOCDIR}/sqlite3/api/index.html
${RUBY_DOCDIR}/sqlite3/api/rdoc-style.css
${RUBY_DOCDIR}/sqlite3/faq/faq.html
${RUBY_DOCDIR}/sqlite3/faq/faq.rb
${RUBY_DOCDIR}/sqlite3/faq/faq.yml
${RUBY_SITEARCHLIBDIR}/sqlite3_api.${RUBY_DLEXT}
${RUBY_SITELIBDIR}/sqlite3.rb
${RUBY_SITELIBDIR}/sqlite3/constants.rb
${RUBY_SITELIBDIR}/sqlite3/database.rb
${RUBY_SITELIBDIR}/sqlite3/driver/dl/driver.rb
${RUBY_SITELIBDIR}/sqlite3/driver/dl/api.rb
${RUBY_SITELIBDIR}/sqlite3/driver/native/driver.rb
${RUBY_SITELIBDIR}/sqlite3/errors.rb
${RUBY_SITELIBDIR}/sqlite3/pragmas.rb
${RUBY_SITELIBDIR}/sqlite3/resultset.rb
${RUBY_SITELIBDIR}/sqlite3/statement.rb
${RUBY_SITELIBDIR}/sqlite3/translator.rb
${RUBY_SITELIBDIR}/sqlite3/value.rb
${RUBY_SITELIBDIR}/sqlite3/version.rb
@dirrm ${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/driver/dl
@dirrm ${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/driver/native
@dirrm ${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3/driver
@dirrm ${RUBY_DOCDIR}/sqlite3/api/files/lib/sqlite3
@dirrm ${RUBY_DOCDIR}/sqlite3/api/files/lib
@dirrm ${RUBY_DOCDIR}/sqlite3/api/files
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Constants
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Database
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver/DL
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver/Native
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/Driver
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3/ResultSet
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/SQLite3
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes/DL
@dirrm ${RUBY_DOCDIR}/sqlite3/api/classes
@dirrm ${RUBY_DOCDIR}/sqlite3/api
@dirrm ${RUBY_DOCDIR}/sqlite3/faq
@dirrm ${RUBY_DOCDIR}/sqlite3
@dirrm ${RUBY_SITELIBDIR}/sqlite3/driver/dl
@dirrm ${RUBY_SITELIBDIR}/sqlite3/driver/native
@dirrm ${RUBY_SITELIBDIR}/sqlite3/driver
@dirrm ${RUBY_SITELIBDIR}/sqlite3