mattn
mattn
go-sqlite3-upgrade uses the code contained in this pull-request change set. I want to know what is updated and what is needed by this pull-request. Thanks.
> The code I see in go-sqlite3-upgrade is the old one, not the one from this PR. That's why I was asking how you were running things. Ooops. Sorry. Could...
```diff diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index a275fb8b7..44dc0788c 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -3451,7 +3451,10 @@ ex_scriptversion(exarg_T *eap UNUSED) if (nr == 0 || *eap->arg != NUL) emsg(_(e_invarg)); else if...
See https://github.com/mattn/go-sqlite3#connection-string
Query parameters are not same in the list SQLite3 supported since query parameters have some meanings for easily usage like txlock.
>This driver is using query parameters that start with an underscore to pass them to the driver like pragms. Right? Query parameters with an underscore are not passed to SQLite3...
As you point in top of this conversation, sqlite3 does not support loc, mutex and txlock. So all of Go users must write code to run these pragmas. ```go _,...
For the description of adding specific query parameter, please find-out from github issues or commit-log.
nrformats に依存するんですが hex の判定が `x` なので、`z` を反応させる為には nrformats=blob を足さんといかん様ですね。
speeddating みたいなプラグインが対応してくれると良いのだけど。