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
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
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
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
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
___
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
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
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
8 matches
Mail list logo