Re: [sqlite] Bug report

2020-01-23 Thread Mark Benningfield
Well, I kinda thought that this would be fixed on the next release. The "value_frombind" typo in particular prevents FTS3/4 from being built as a loadable extension. I only have one legacy application that uses FTS3/4 that way, and fixing these typos whenever I do a Fossil pull of the latest versio

[sqlite] Recommended compiler options

2019-12-26 Thread Mark Benningfield
Is SQLITE_MAX_EXPR_DEPTH=0 still a recommended compiler option? According to https://www.sqlite.org/draft/compile.html SQLITE_MAX_EXPR_DEPTH=0. Setting the maximum expression parse-tree depth to zero disables all checking of the expression parse-tree depth, which simplifies the code

[sqlite] Bug report

2019-12-16 Thread Mark Benningfield
In version 3.30.1 ( check-in [9b14eb77] ), file "sqlite3ext.h" 618 #define sqlite3_stmt_isexplain sqlite3_api->isexplain 619 #define sqlite3_value_frombind sqlite3_api->frombind should be 618 #define sqlite3_stmt_isexplain sqlite3_api->stmt_isexplain 619 #define sqli

[sqlite] System.Data.SQLite version 1.0.102.0

2016-11-14 Thread Mark Benningfield
bindFunction(pr, flags)) <<<=== { result = false; } } } Mark Benningfield ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] deprecated windows OS calls

2016-11-04 Thread Mark Benningfield
er warnings: WarningC4996'GetVersionExA': was declared deprecated sqlite3 WarningC4996'GetVersionExW': was declared deprecated sqlite3 Is this something I should be concerned about with deployment on Windows 8/10 boxes? Mark Benningfield ___

Re: [sqlite] Bug Report - Documentation

2010-04-30 Thread Mark Benningfield
Hello All: Sorry for the misdirection. The correct link is http://sqlite.org/lang_transaction.html Mark Benningfield ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Bug Report - Documentation

2010-04-30 Thread Mark Benningfield
ot;The rollback callback is not invoked if a transaction is rolled back because a commit callback returned non-zero." I'm thinking that it has to be one or the other, but not both. Mark Benningfield ___ sqlite-users mailing list sqlite-users@sql

[sqlite] Encryption implementation from System.Data.SQLite

2010-04-05 Thread Mark Benningfield
nda like having electricity. :) At any rate, if I'm on the verge of a major faux-pas, someone please let me know, and suggest possible alternatives. Thanks, Mark Benningfield ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users