Skip to content

apsw shell vs sqlite3: .mode #214

@phdru

Description

@phdru

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions