Roger Binns
Roger Binns
It looks like the only way a jinja2 html file is detected is by extends in the first line. Very few of my templates have that, making having to manually...
`SQLITE_ENABLE_COLUMN_METADATA` is off by default. When it is on then additional column [information](https://www.sqlite.org/c3ref/column_database_name.html) is available. Examining the SQLite code shows that the cost of turning on `SQLITE_ENABLE_COLUMN_METADATA` is 3 additional...
vscode (and probably others) show type information from the stubs when you hover, but turn out to also show docstrings if they are present. Consequently we need to add to...
https://sqlite.org/c3ref/drop_modules.html
_From [rogerbinns](https://code.google.com/u/rogerbinns/) on January 22, 2012 23:50:30_ Last 3 at http://www.sqlite.org/c3ref/module.html _Original issue: http://code.google.com/p/apsw/issues/detail?id=128_
See https://sqlite.org/cli.html#index_recommendations_sqlite_expert_ and https://groups.google.com/g/python-sqlite/c/cpfwbBeaht8 aspwtrace should be able to do this automatically
https://sqlite.org/c3ref/vtab_config.html
Add support for the call https://sqlite.org/c3ref/vtab_on_conflict.html
https://groups.google.com/d/msg/python-sqlite/PeW_zs88ALk/t-DObmMNySwJ
_From [rogerbinns](https://code.google.com/u/rogerbinns/) on December 21, 2012 10:41:28_ 3 x slower than pysqlite row factory _Original issue: http://code.google.com/p/apsw/issues/detail?id=136_