-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
Description
Reading through the docs in their current form, I wonder if it was a mistake to put the connection attributes before the connection methods; for your everyday sqlite3 programming, I suspect you'll be using the connection methods way more often than you'll be using the connection attributes. I think we should consider putting the methods before the attributes.
Originally posted by @erlend-aasland in #96090 (comment)
UPDATE
Resolved with:
CAM-Gerlach