I left the list some days and find this subject discussed and finished!!
Happy New Year 2016 to every colister and sqlite developer.
I add my list and a tiny explanation.
- Lock tables/indexes on cache (make them unevictable)
When a query use a big size table, other tables/index used in the qu
> On 3 Jan 2016, at 6:52pm, Richard Hipp wrote:
>
> On 1/3/16, Simon Slavin wrote:
>>
>> I've seen references to imposter tables in the SQLite comments. What is an
>> imposter table ?
>
> An undocumented and unsupported feature that allows two or tables in
> the schema to refer to the same b
On 03-01-16 00:11, richard parkins wrote:
> An INSERT statement which fails with no explicit conflict clause appears to
> throw away a pending SAVEPOINT.
> The following sequence demonstrates this behaviour
> SAVEPOINT demonstration;
> CREATE TABLE IF NOT EXISTS "PK" ( "first name" "TEXT",
> "la
On 3 Jan 2016, at 5:49pm, Richard Hipp wrote:
> /* Make sure every column of the PRIMARY KEY is NOT NULL. (Except,
> ** do not enforce this for imposter tables.) */
I've seen references to imposter tables in the SQLite comments. What is an
imposter table ?
Simon.
On 1/3/16, Simon Slavin wrote:
>
> On 3 Jan 2016, at 5:49pm, Richard Hipp wrote:
>
>> /* Make sure every column of the PRIMARY KEY is NOT NULL. (Except,
>> ** do not enforce this for imposter tables.) */
>
> I've seen references to imposter tables in the SQLite comments. What is an
> impost
On 1/3/16, Luuk wrote:
>
>
> On 03-01-16 00:11, richard parkins wrote:
>> An INSERT statement which fails with no explicit conflict clause appears
>> to throw away a pending SAVEPOINT.
>> The following sequence demonstrates this behaviour
>> SAVEPOINT demonstration;
>> CREATE TABLE IF NOT EXISTS "
6 matches
Mail list logo