This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients Big Stone, erlendaasland, r.david.murray, rhettinger, serhiy.storchaka
Date 2020-05-28.09:17:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590657467.91.0.629402820762.issue33436@roundup.psfhosted.org>
In-reply-to
Content
I think this is a good idea. Proof-of-concept implementation added (invoke REPL with `python -m sqlite3`).

Possible improvements:
- Use sqlite3.complete_statement()
- Support Python syntax as well. For example:
>>> select * from t
>>> res = _
>>> print(res[0])
History
Date User Action Args
2020-05-28 09:17:47erlendaaslandsetrecipients: + erlendaasland, rhettinger, r.david.murray, serhiy.storchaka, Big Stone
2020-05-28 09:17:47erlendaaslandsetmessageid: <1590657467.91.0.629402820762.issue33436@roundup.psfhosted.org>
2020-05-28 09:17:47erlendaaslandlinkissue33436 messages
2020-05-28 09:17:47erlendaaslandcreate