pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-DBD-SQLite



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jun  9 18:27:16 UTC 2014

Modified Files:
        pkgsrc/databases/p5-DBD-SQLite: Makefile distinfo

Log Message:
Update to 1.42. From the changelog:

- Switched to a production version. (ISHIGAKI)

- Updated to SQLite 3.8.4.1, which fixed several obscure bugs on
  "ORDER BY" or "DISTINCT". (ISHIGAKI)

- Updated to SQLite 3.8.3.1, which fixed a SQLite bug in 3.8.2
  (bundled in DBD::SQLite 1.41_04/5) that could cause queries to
  omit valid out rows. (ISHIGAKI)

- Resolved #92322: Failure under heavily parallelized tests
  (ISHIGAKI)
- Disabled Test::NoWarnings in a test

- Updated to SQLite 3.8.2 (ISHIGAKI)
- Resolved #90211: Error in documentation (Felix Li)
- Resolved #89351: DBD-SQLite won't compile on Cygwin 64 bit
  (Warren Young++) (ISHIGAKI)
- Tweaked sqlite_see_if_its_a_number not to guess data types of
  bind values with explicit type specification (via bind_param()
  etc) (mje++, ilmari++) (ISHIGAKI)

- Updated to SQLite 3.8.0.2 (ISHIGAKI)

- Updated to SQLite 3.8.0.1 to resolve #88228 (RIBASUSHI++)
  (ISHIGAKI)

*** NOTICE ON NEXT GENERATION QUERY PLANNER ***
- As of SQLite 3.8.0, SQLite's query planner has been rewritten.
  According to the author, the new query planner should give
  exactly the same result (though perhaps with a little less CPU
  time spent planning) for simple queries, and for complex
  queries, it can in many cases provide a much faster answer.
  See http://www.sqlite.org/queryplanner-ng.html for details.

*** NOTICE ON PARTIAL INDICES ***
- Database files created by SQLite 3.8.0 are still readable and
  writable by prior versions, but if you use partial indices
  introduced in SQLite 3.8.0, those files become unreadable and
  unwritable by older versions of (DBD::)SQLite. They'll be
  readable/writable again by dropping partial indices.

- Resolved #87435: PATCH: statistics_info perldoc (DDICK)
- Resolved #87297: URI filenames in DBD::SQLite (ISHIGAKI)


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/p5-DBD-SQLite/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/p5-DBD-SQLite/distinfo

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