aboutsummaryrefslogtreecommitdiff
path: root/src/notify.c
Commit message (Expand)AuthorAge
* Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() anddrh2010-07-24
* It is possible for sqlite3.pUnlockConnection to be non-NULL whendrh2010-04-17
* Changes for branch coverage of notify.c. Fixed quirk of shaneh2010-04-16
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix the sqlite3_unlock_notify() interface so that when the callback is NULLdrh2009-04-07
* Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pladanielk19772009-04-07
* Remove an unused parameter from sqlite3DequoteExpr. Fix another unrelateddrh2009-03-25
* Add the sqlite3_unlock_notify() API. (CVS 6348)danielk19772009-03-16