Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
notify.c
7dc0cc4
Round one of an audit for SQLITE_ENABLE_API_ARMOR for functions exposed by JNI and those functions missing armor, as [forum:5e3fc453a69b49ca|reported in several forum posts].
by stephan
· 1 year, 9 months ago
ccb2113
Refactoring various names. No changes in the resulting machine code.
by drh
· 5 years ago
13f40da
Split the sqlite3Error() routine into sqlite3Error() and
by drh
· 11 years ago
b975598
Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and
by drh
· 15 years ago
335c0fa
It is possible for sqlite3.pUnlockConnection to be non-NULL when
by drh
· 15 years ago
4b93f6b
Changes for branch coverage of notify.c. Fixed quirk of
by shaneh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
65a73ba
Fix the sqlite3_unlock_notify() interface so that when the callback is NULL
by drh
· 16 years ago
64aca19
Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pla
by danielk1977
· 16 years ago
7c01f1d
Remove an unused parameter from sqlite3DequoteExpr. Fix another unrelated
by drh
· 16 years ago
404ca07
Add the sqlite3_unlock_notify() API. (CVS 6348)
by danielk1977
· 16 years ago