* Version 1.7.13 (stable) - API 1.7.13 (stable) - 2007-09-21

This release of DB fixes a number of minor issues reported since the release of DB 1.7.12.

All drivers:
* Replaced instances of '=& new Foo' with '= new Foo' to make DB (slightly) more E_STRICT friendly.  Request 11581.

mysql:
* Added an explicit call to select the database to fix calls to tableInfo() without a preceding query.  Bug 11580.

mysqli:
* Added an explicit call to select the database to fix calls to tableInfo() without a preceding query.  Bug 11580.

sqlite:
* Altered fetchInto() to remove extraneous quotes returned by SQLite.  Bug 11716.

