-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
In sqlite3 .mode command accepts both column and columns, line and lines:
$ sqlite3
SQLite version 3.8.7.1 2014-10-29 13:59:56
sqlite> .mode column
sqlite> .mode columns
sqlite> .mode line
sqlite> .mode lines
But not in apws shell:
$ apsw
SQLite version 3.8.7.1 (APSW 3.8.6-r1)
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .mode column
sqlite> .mode columns
Expected a valid output mode: column, csv, html, insert, json, line, list, python, tabs, tcl
sqlite> .mode line
sqlite> .mode lines
Expected a valid output mode: column, csv, html, insert, json, line, list, python, tabs, tcl
Metadata
Metadata
Assignees
Labels
No labels