Re: [sqlite] New word to replace "serverless"

2020-01-28 Thread Luke Amery
in-process ? On Tue, Jan 28, 2020 at 10:19 AM Richard Hipp wrote: > daemon-less? > -- > D. Richard Hipp > d...@sqlite.org > ___ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org >

[sqlite] Issue altering table name

2018-09-30 Thread Luke Amery
Hi sqliters, Is this a bug? sqlite> SELECT sqlite_version(); 3.25.1 sqlite> CREATE TABLE x(f1 integer NOT NULL PRIMARY KEY); sqlite> CREATE VIEW y AS SELECT f1 AS f1 FROM x; sqlite> CREATE TRIGGER t INSTEAD OF UPDATE OF f1 ON y BEGIN UPDATE x SET f1 = NEW.f1; END; sqlite> CREATE TABLE z (f1

Re: [sqlite] SQLite DELUXE Re: sqlite command line tool NUL support

2018-01-25 Thread Luke Amery
https://www.sqlite.org/privatebranch.html This command both creates the new repository and populates it with all the latest SQLite could -> This command both creates the new repository and populates it with all the latest SQLite code On Wed, Jan 24, 2018 at 10:44 PM Richard Hipp

[sqlite] Very minor documentation bug

2016-02-25 Thread Luke Amery
https://www.sqlite.org/c3ref/vfs.html New fields may be appended in figure versions -> New fields may be appended in *future* versions

[sqlite] SQLITE_PROTOCOL

2013-10-17 Thread Luke Amery
Was there any current or future resolution to this issue: http://www.mail-archive.com/sqlite-users@sqlite.org/msg57117.html We seem to be hitting the same problem. We have a series of servers on AWS that use sqlite for backend storage. Under relatively rare circumstances (suddenly we have a lot