diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-05-25 14:47:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-25 14:47:27 +0200 |
| commit | 7b407e36e650aeae986218a0e213b2d8248c008d (patch) | |
| tree | baf6b0b52fa7295ade9ccab36c1bdd0323232f8d /test | |
| parent | c44a3008b0edb5197b0efa584d3f5f7e18d79b0b (diff) | |
| parent | ee04c2725f0f8b163ae242935a2ca21dbcc17620 (diff) | |
| download | PROJ-7b407e36e650aeae986218a0e213b2d8248c008d.tar.gz PROJ-7b407e36e650aeae986218a0e213b2d8248c008d.zip | |
Merge pull request #2730 from rouault/without_rowid
Database: decrease DB size by using WITHOUT ROWID tables
Diffstat (limited to 'test')
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 3482c90e..9f2fb22b 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -1557,7 +1557,7 @@ Testing projinfo --dump-db-structure | head -n 5 CREATE TABLE metadata( key TEXT NOT NULL PRIMARY KEY CHECK (length(key) >= 1), value TEXT NOT NULL -); +) WITHOUT ROWID; CREATE TABLE unit_of_measure( Testing projinfo --dump-db-structure --output-id HOBU:XXXX EPSG:4326 | tail -n 4 |
