pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 4 13:28:08 UTC 2014
Modified Files:
pkgsrc/databases/sqlite3: Makefile distinfo
pkgsrc/databases/sqlite3-docs: Makefile PLIST distinfo
pkgsrc/databases/sqlite3-tcl: Makefile PLIST distinfo
pkgsrc/databases/sqlite3-tcl/patches: patch-aa
Log Message:
Changes 3.8.3:
Added support for common table expressions and the WITH clause.
Added the printf() SQL function.
Added SQLITE_DETERMINISTIC as an optional bit in the 4th argument to the
sqlite3_create_function() and related interfaces, providing applications with
the ability to create new functions that can be factored out of inner loops
when they have constant arguments.
Add SQLITE_READONLY_DBMOVED error code, returned at the beginning of a
transaction, to indicate that the underlying database file has been renamed or
moved out from under SQLite.
Allow arbitrary expressions, including function calls and subqueries, in the
filename argument to ATTACH.
Allow a VALUES clause to be used anywhere a SELECT statement is valid.
Reseed the PRNG used by sqlite3_randomness(N,P) when invoked with N==0.
Automatically reseed after a fork() on unix.
Enhance the spellfix1 virtual table so that it can search efficiently by rowid.
Performance enhancements.
Improvements to the comments in the VDBE byte-code display when running EXPLAIN.
Add the "%token_class" directive to LEMON parser generator and use it to
simplify the grammar.
Change the LEMON source code to avoid calling C-library functions that OpenBSD
considers dangerous. (Ex: sprintf).
Bug fix: In the command-line shell CSV import feature, do not end a field when
an escaped double-quote occurs at the end of a CRLN line.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/sqlite3-docs/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/sqlite3-docs/PLIST \
pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/sqlite3-tcl/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/sqlite3-tcl/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/sqlite3-tcl/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index