Re: [sqlite] Always call a value-quoting routine

2018-05-06 Thread Rowan Worth
Amusing -- but without the leading single-quote it would take intentional effort for a programmer to detonate this payload. Its omission is interesting though. Does it indicate an incompetent attacker, or is companieshouse.gov.uk using some bespoke approach like "delete all single quotes" instead

[sqlite] possible bug affecting 3.22 and 3.23 - load_extension()

2018-05-06 Thread a . furieri
it seems that some unexpected regression is affecting load_extension() on Linux when using the most recent versions of SQLite (3.22 and 3.23). my test configuration: - sqlite3 installed on the current directory - extension module installed on /usr/local/lib (/usr/local/lib/mod_spatialite.so)

Re: [sqlite] Fossil Delta Compression in SqLite

2018-05-06 Thread Philip Bennefall
Only the requirement for attribution in binaries. That can be significant in certain use cases. Kind regards, Philip Bennefall On 5/6/2018 6:19 PM, Richard Hipp wrote: On 5/6/18, Philip Bennefall wrote: Hi all, I had a quick question regarding the licensing of the

Re: [sqlite] Fossil Delta Compression in SqLite

2018-05-06 Thread Richard Hipp
On 5/6/18, Philip Bennefall wrote: > Hi all, > > > I had a quick question regarding the licensing of the delta compression > code found in the sqldiff and the RBU extensions for SqLite. I see that > this code is extracted from Fossil, which is under the BSD license. But > the

[sqlite] Fossil Delta Compression in SqLite

2018-05-06 Thread Philip Bennefall
Hi all, I had a quick question regarding the licensing of the delta compression code found in the sqldiff and the RBU extensions for SqLite. I see that this code is extracted from Fossil, which is under the BSD license. But the header of the source files in the SqLite repository which