| 1 | Updated to SQLite's 3.6.5 release. |
|---|
| 2 | |
|---|
| 3 | resolved |
|---|
| 4 | |
|---|
| 5 | memory leaks in sqlite_db_disconnect by tokuhirom |
|---|
| 6 | http://rt.cpan.org/Ticket/Display.html?id=37215 |
|---|
| 7 | |
|---|
| 8 | Patch to fix "closing dbh with active statement handles" by janus++ |
|---|
| 9 | http://rt.cpan.org/Ticket/Display.html?id=40383 |
|---|
| 10 | |
|---|
| 11 | #36651: Bug involving "closing dbh with active statement handles" |
|---|
| 12 | http://rt.cpan.org/Ticket/Display.html?id=36651 |
|---|
| 13 | |
|---|
| 14 | #30558: INSERT After PK Failure Also Fails Using Prepared |
|---|
| 15 | http://rt.cpan.org/Ticket/Display.html?id=30558 |
|---|
| 16 | |
|---|
| 17 | #22688: DBD::SQLITE Error Report(closing dbh with active statement handles) |
|---|
| 18 | http://rt.cpan.org/Ticket/Display.html?id=22688 |
|---|
| 19 | |
|---|
| 20 | already fixed |
|---|
| 21 | |
|---|
| 22 | #36467: Name "DBD::SQLite::sqlite_version" used only once |
|---|
| 23 | http://rt.cpan.org/Ticket/Display.html?id=36467 |
|---|
| 24 | |
|---|
| 25 | not a bug |
|---|
| 26 | |
|---|
| 27 | #30502: t\70schemachange.t fails on Windows |
|---|
| 28 | http://rt.cpan.org/Ticket/Display.html?id=30502 |
|---|
| 29 | |
|---|
| 30 | #34828: Please add support for user-defined collations |
|---|
| 31 | http://rt.cpan.org/Ticket/Display.html?id=34828 |
|---|
| 32 | |
|---|
| 33 | bad report |
|---|
| 34 | |
|---|
| 35 | http://rt.cpan.org/Ticket/Display.html?id=35482 |
|---|
| 36 | |
|---|
| 37 | -------------------------------------------------------------- |
|---|
| 38 | ------------ following is original changes ------------------- |
|---|
| 39 | -------------------------------------------------------------- |
|---|
| 40 | |
|---|
| 41 | [Changes for 3.6.1.2 (DBD::SQLite 1.14001) - 2008-08-16] |
|---|
| 42 | |
|---|
| 43 | * Skip t/12create_collation.t when running under Perl earlier than 5.8. |
|---|
| 44 | |
|---|
| 45 | * Support for $dbh->column_info for real. |
|---|
| 46 | Contributed by: Max Maischein |
|---|
| 47 | |
|---|
| 48 | [Changes for 3.6.1.1 (DBD::SQLite 1.14001) - 2008-08-15] |
|---|
| 49 | |
|---|
| 50 | * Support for $dbh->column_info. |
|---|
| 51 | Contributed by: Max Maischein |
|---|
| 52 | |
|---|
| 53 | * Support for custom "progress_handler" and "create_collation" functions. |
|---|
| 54 | Contributed by: Dami Laurent |
|---|
| 55 | |
|---|
| 56 | [Changes for 3.6.1 (DBD::SQLite 1.14) - 2008-08-07] |
|---|
| 57 | |
|---|
| 58 | * Updated to SQLite's 3.6.1 release. |
|---|
| 59 | |
|---|
| 60 | [Changes for 3.5.9 (DBD::SQLite 1.14) - 2008-05-16] |
|---|
| 61 | |
|---|
| 62 | * Updated to SQLite's 3.5.9 release. |
|---|
| 63 | |
|---|
| 64 | [Changes for 3.5.8 (DBD::SQLite 1.14) - 2008-03-18] |
|---|
| 65 | |
|---|
| 66 | * Updated to SQLite's 3.5.8 release. |
|---|
| 67 | |
|---|
| 68 | * The FTS3 Full-text search engine is now built by deault. |
|---|
| 69 | |
|---|
| 70 | [Changes for 3.5.7 (DBD::SQLite 1.14) - 2008-03-18] |
|---|
| 71 | |
|---|
| 72 | * Updated to SQLite's 3.5.7 release. |
|---|
| 73 | |
|---|
| 74 | [Changes for 3.5.6 (DBD::SQLite 1.14) - 2008-02-07] |
|---|
| 75 | |
|---|
| 76 | * Initial CPAN release. |
|---|