The NetBSD Project

CVS log for pkgsrc/databases/p5-DBD-SQLite/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / p5-DBD-SQLite

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2014Q3


Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 9 18:27:16 2014 UTC (9 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

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)

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>