ZF-3316: Error in 10.1.10.9. PDO SQLite
Description
There is a n error located here : http://framework.zend.com/manual/en/… abour PDO_SQLite configuration
it says : To connect to an SQLite2 database, specify 'dsnprefix'=>'sqlite2' in the array of parameters when creating an instance of the Pdo_Sqlite Adapter.
But if you look @ the source code in Db/Adapter/Pdo/Sqlite.php there is no config params like dsnprefix
code comment say : * sqlite2 => (boolean) PDO_SQLITE defaults to SQLite 3. For compatibility * with an older SQLite 2 database, set this to TRUE.
so the config parameters is sqlite2 ( true|false) not dsnprefix
Comments
Posted by Wil Sinclair (wil) on 2008-06-01T14:45:27.000+0000
Assigning and targeting release.
Posted by Wil Sinclair (wil) on 2008-06-15T20:39:03.000+0000
Changing to comply with new IT coventions for components.
Posted by Ralph Schindler (ralph) on 2008-07-25T09:42:18.000+0000
fixed in r10414
Posted by Ralph Schindler (ralph) on 2008-07-25T14:07:27.000+0000
Fixed for 1.6 in 10435 Fixed for 1.5 in 10434