We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfad64 commit 7abc38bCopy full SHA for 7abc38b
orm_lib/inc/sqlite3_duck.h
@@ -6982,8 +6982,8 @@ typedef unsigned long long int sqlite_uint64;
6982
int (*xRelease)(sqlite3_vtab *pVTab, int);
6983
int (*xRollbackTo)(sqlite3_vtab *pVTab, int);
6984
/* The methods above are in versions 1 and 2 of the sqlite_module
6985
- *object.
6986
- ** Those below are for version 3 and greater. */
+ *object.
+ ** Those below are for version 3 and greater. */
6987
int (*xShadowName)(const char *);
6988
};
6989
0 commit comments