Skip to content

Commit

Permalink
tweak release notes
Browse files Browse the repository at this point in the history
# why do I have such a hard time typing sqlite version numbers? :)
  • Loading branch information
wez committed Jul 10, 2004
1 parent 4959eb1 commit a4b6850
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ext/sqlite/package.xml
Expand Up @@ -45,7 +45,12 @@
<version>1.0.2</version>
<date>2004-07-10</date>
<notes>
Upgraded libsqlite to version 2.9.14
Upgraded libsqlite to version 2.8.14

"Fixed" the bug where calling sqlite_query() with multiple SQL statements in a
single string would not work if you looked at the return value. The fix for
this case is to use the new sqlite_exec() function instead. (Stas)

</notes>

<filelist>
Expand Down

0 comments on commit a4b6850

Please sign in to comment.