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 berker.peksag
Recipients DamlaAltun, berker.peksag, ghaering, midnio
Date 2018-11-18.14:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542550172.1.0.788709270274.issue35272@psf.upfronthosting.co.za>
In-reply-to
Content
Just to be sure, what do you want to do is

    import sqlite3

    conn = sqlite3.connect("foo.db")

    assert conn.database_path == "foo.db"

right?

I don't think that's something worth to expose in the Connection object. What's your use case?
History
Date User Action Args
2018-11-18 14:09:32berker.peksagsetrecipients: + berker.peksag, ghaering, DamlaAltun, midnio
2018-11-18 14:09:32berker.peksagsetmessageid: <1542550172.1.0.788709270274.issue35272@psf.upfronthosting.co.za>
2018-11-18 14:09:32berker.peksaglinkissue35272 messages
2018-11-18 14:09:32berker.peksagcreate