mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Additional intarray test cases and tweaks to comments.
FossilOrigin-Name: 0c8db5d88ee41dab58d6464283b51f82f7457838
This commit is contained in:
@@ -55,7 +55,7 @@ struct intarray_cursor {
|
||||
#ifndef SQLITE_OMIT_VIRTUALTABLE
|
||||
|
||||
/*
|
||||
** Free an sqlite3_intarray object
|
||||
** Free an sqlite3_intarray object.
|
||||
*/
|
||||
static void intarrayFree(sqlite3_intarray *p){
|
||||
if( p->xFree ){
|
||||
|
Reference in New Issue
Block a user