[issue44927] [sqlite3] proposal: add sqlite3.Cursor.insert() method

2021-10-19 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: I'm closing this for now. As I see it, there is little added value, and it would be hard to make a good API for all invariants. If this idea surfaces again, we can always reopen this issue. Thanks for you interest in improving CPython :) --

[issue44927] [sqlite3] proposal: add sqlite3.Cursor.insert() method

2021-08-16 Thread AR
AR added the comment: There is no good solution to this. Either a move to all-in-one solution and ORM at the end, or limited scope hack that allow for a convenient "just insert". I do not insist due to this controversy I just didn't realize the difference until I've noticed that one line of

[issue44927] [sqlite3] proposal: add sqlite3.Cursor.insert() method

2021-08-16 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- title: [sqlite3] insert -> [sqlite3] proposal: add sqlite3.Cursor.insert() method ___ Python tracker ___