Re: [sqlite] BUG: whitespace in schemas?!

2017-07-01 Thread Simon Slavin
On 2 Jul 2017, at 12:15am, 積丹尼 Dan Jacobson wrote: > This tells me that sqlite3 is storing schemas in some inefficient wrong way! SQLite stores the statements needed to create the schema. For example, the structure of a table is not stored in any structured way, instead the "CREATE TABLE" c

[sqlite] BUG: whitespace in schemas?!

2017-07-01 Thread 積丹尼 Dan Jacobson
You really should standardize how the schemas are stored. Differing whitespace should not be significant and stored in this case: file epiphany/cookies.sqlite midori/cookies.db epiphany/cookies.sqlite: SQLite 3.x database, last written using SQLite version 3019003 midori/cookies.db: SQLite