Re: [sqlite] Seg fault using json_each() subquery

2019-08-10 Thread Charles Leifer
Carlo -- how do you get in touch with the BerkeleyDB folks? I've found and fixed a couple issues with their SQLite build and have found no better option that to post it on their "forum" and hope someone finds it. Example I posted a few weeks ago with no response:

[sqlite] Correct use of sqlite3_vtab_nochange/sqlite3_value_nochange

2019-08-10 Thread Kevin Martin
Hi, I have a without rowid virtual table with an implementation of xColumn that begins with if(sqlite3_vtab_nochange(ctx)) return SQLITE_OK; If I try to perform an update on this table that doesn't involve a primary key change, then my understanding from the documentation is that xUpdate will

Re: [sqlite] Powershell Enter-PSSession for sqlite3.exe fails

2019-08-10 Thread Clinton James
You are right, it is the wrong behavior though the command is perfectly valid. My first example shows the current problem, sqlite3.exe does not bring me into an interactive shell. I am trying to get the correct behavior while using Powershell Enter-PSSession to access a remote machine and the