mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Extend the refactoring into extensions. Clean up stray newlines.
FossilOrigin-Name: 7a876209a678a34c198b54ceef9e3c041f128a14dc73357f6a57cadadaa6cf7b
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
*/
|
||||
static const char *azSql[] = {
|
||||
"PRAGMA integrity_check;",
|
||||
"SELECT * FROM sqlite_master;",
|
||||
"SELECT * FROM sqlite_schema;",
|
||||
"SELECT sum(length(name)) FROM dbstat;",
|
||||
"UPDATE t1 SET b=a, a=b WHERE a<b;",
|
||||
"ALTER TABLE t1 RENAME TO alkjalkjdfiiiwuer987lkjwer82mx97sf98788s9789s;",
|
||||
|
Reference in New Issue
Block a user