To show the table names in SQLite, **.tables** is used rather than
**.schema**.
--
Ticket URL: <https://code.djangoproject.com/ticket/29874>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => Vishvajit Pathak
Comment:
I feel it's fine if we even show the schema here.
--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:1>
* status: assigned => closed
* resolution: => wontfix
Comment:
I think either `.schema` or `.tables` is fine. (`.schema` gives the full
SQL vs just the table name.)
Admittedly the `.table` command is probably closer in output to the other
examples for the other DBs but I don't think the change is worth
triggering re-translations. As such, I'll opt for `wontfix`.
--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:2>
* cc: https://docs.djangoproject.com/en/2.1/intro/tutorial02/ (removed)
* resolution: wontfix => fixed
Comment:
In 9466fd78420a851460c92673dad50a5737c75b12:
Recommended using .tables on SQLite in tutorial 2.
(#30606 is a duplicate and merged
[https://github.com/django/django/pull/14909 PR 14909] proposed this
again).
--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:3>
Comment (by Mariusz Felisiak):
I missed this 🤦 Thanks Tim!
--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:4>