[sqlite] Virtual tables and table-valued functions

2015-12-05 Thread Charles Leifer
In working on a Python wrapper around virtual tables, I thought it might be beneficial if SQLite provided an official C API for creating simple table-valued functions. The wrapper could build on the existing virtual table APIs and would consist of: * user supplied list of parameters, which would

[sqlite] BUNDLE problems/questions

2015-12-05 Thread to...@acm.org
1. I?m trying to create a new repo by taking a branch from an existing one. So, I thought the easier way would be the new ?bundle? feature. I tried this batch file (Win7): - f new xxx.fossil --date-override 2014-01-01 f o xxx.fossil f bun export xxx --standalone --branch %1 ?R

[sqlite] PhoneGap with SQLite Encryption Extension?

2015-12-05 Thread Ribeiro, Glauber
Thank you -Original Message- From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Richard Hipp Sent: Friday, December 04, 2015 16:50 To: SQLite mailing list Cc: Santinello, Anthony Subject: Re: [sqlite] PhoneGap with