Re: [sqlite] [EXTERNAL] Virtual Tables xConnect Called When?

2019-07-25 Thread Justin Olbrantz
t. xCreate is working fine (in fact it's already handling queries properly), but I'm not seeing any calls to xConnect including in queries (as you suggest). So for a table with different xCreate and xConnect functions, when would xConnect be called? -- Justin Olbrantz (Quantam) "Ardente veri

[sqlite] Virtual Tables xConnect Called When?

2019-07-24 Thread Justin Olbrantz
ing I have a non-eponymous table). How would you create a new connection to an exiting virtual table? -- Justin Olbrantz (Quantam) "Ardente veritate Urite mala mundi Ardente veritate Incendite tenebras mundi" ___ sqlite-users maili

[sqlite] Estimated Costs and Memory DBs

2019-07-23 Thread Justin Olbrantz
column, meaning the cost for an indexed column should be much lower than the cost for an unindexed column. How should I be doing this? -- Justin Olbrantz (Quantam) "Ardente veritate Urite mala mundi Ardente veritate Incendite tenebras mundi" ___ sq