Message330049
| 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:32 | berker.peksag | set | recipients: + berker.peksag, ghaering, DamlaAltun, midnio |
| 2018-11-18 14:09:32 | berker.peksag | set | messageid: <1542550172.1.0.788709270274.issue35272@psf.upfronthosting.co.za> |
| 2018-11-18 14:09:32 | berker.peksag | link | issue35272 messages |
| 2018-11-18 14:09:32 | berker.peksag | create | |