Erlend Egeberg Aasland <erlend.aasl...@innova.no> added the comment:
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]) ---------- keywords: +patch nosy: +erlendaasland Added file: https://bugs.python.org/file49199/0001-Add-proof-of-concept-REPL.patch _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33436> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com