index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
amatch.c
Commit message (
Expand
)
Author
Age
*
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
drh
2020-01-07
*
Fix various harmless compiler warnings seen with MSVC.
mistachkin
2019-03-20
*
Use 64-bit math to compute the sizes of memory allocations in extensions.
drh
2019-01-08
*
Initial code to make shadow tables read-only to ordinary SQL. The now
drh
2018-11-05
*
Do not use strcpy() in the (obsolete) amatch extension.
drh
2017-05-23
*
More harmless compiler warning fixes.
mistachkin
2016-04-12
*
Fix uses of ctype functions (ex: isspace()) on signed characters in test
drh
2015-10-29
*
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
drh
2015-01-19
*
Silence some harmless uninitialized local variable warnings.
mistachkin
2015-01-12
*
Fix memory leaks in the amatch extension. Add a few simple test cases.
drh
2013-09-30
*
Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE defi...
dan
2013-05-15
*
Added the transitive_closure, ieee754, and amatch extensions.
drh
2013-04-25