Bernard Crnković
Bernard Crnković
This is very useful, thank you! It's a shame its not part of utilities in this library! I am guessing warnings about raw Map types can't be fixed because we...
my company needs this, so @greenpau i'd be willing to give this a _go_, although i am not proficient in golang yet.
I narrowed it down to: ```python rc = dll.sqlite3_prepare_v2(db, b'SELECT fts5(?1)', -1, pStmt, ffi.NULL) assert rc == 21 # SQLITE_MISUSE? ``` [here](https://github.com/hideaki-t/sqlite-fts-python/blob/2808e9165d26e56e869fd633641fd29c2adce6f1/sqlitefts/fts5.py#L156)
Sorry missed notifications. I will look into this asap. ```python >>> import sqlite3 >>> sqlite3.connect(':memory:').execute('select sqlite_version()').fetchone() ('3.39.4',) >>> import pprint >>> pprint.pprint(sqlite3.connect(':memory:').execute('pragma compile_options').fetchall()) [('ATOMIC_INTRINSICS=1',), ('COMPILER=clang-14.0.0',), ('DEFAULT_AUTOVACUUM',), ('DEFAULT_CACHE_SIZE=-2000',), ('DEFAULT_FILE_FORMAT=4',), ('DEFAULT_JOURNAL_SIZE_LIMIT=-1',), ('DEFAULT_MMAP_SIZE=0',),...
I believe the author thought of it, however, I haven't tested it. ``` xToken(pCtx, 0, "i", 1, 0, 1); xToken(pCtx, 0, "won", 3, 2, 5); xToken(pCtx, 0, "first", 5, 6,...
This looks serious, has it been fixed? Is DefinedAttributeTemplateEngine used by default? If so, is my application vulnerable to injections?