pkgsrc/databases/sqlite3
wiz addcbc2557 Update to 3.8.7.2:
* Enhance the ROLLBACK command so that pending queries are allowed
  to continue as long as the schema is unchanged. Formerly, a
  ROLLBACK would cause all pending queries to fail with an
  SQLITE_ABORT or SQLITE_ABORT_ROLLBACK error. That error is
  still returned if the ROLLBACK modifies the schema.
* Bug fix: Make sure that NULL results from OP_Column are fully
  and completely NULL and do not have the MEM_Ephem bit set.
  Ticket 094d39a4c95ee4.
* Bug fix: The %c format in sqlite3_mprintf() is able to handle
  precisions greater than 70.
* Bug fix: Do not automatically remove the DISTINCT keyword from
  a SELECT that forms the right-hand side of an IN operator since
  it is necessary if the SELECT also contains a LIMIT. Ticket
  db87229497.
2014-11-20 12:16:22 +00:00
..
buildlink3.mk Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
builtin.mk Changes 3.7.11: 2012-03-20 21:00:47 +00:00
DESCR Add explanations to DESCR for sqlite packages because it is quite 2013-02-21 15:14:45 +00:00
distinfo Update to 3.8.7.2: 2014-11-20 12:16:22 +00:00
Makefile Update to 3.8.7.2: 2014-11-20 12:16:22 +00:00
options.mk build with the same options as the NetBSD builtin version, 2012-12-14 19:36:37 +00:00
PLIST