Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to get underlying sqlite3 pointer #26

Closed
rogerbinns opened this issue Dec 29, 2013 · 1 comment
Closed

Add method to get underlying sqlite3 pointer #26

rogerbinns opened this issue Dec 29, 2013 · 1 comment

Comments

@rogerbinns
Copy link
Owner

From rogerbinns on September 14, 2008 20:17:37

See thread http://itsystementwicklung.de/pipermail/list-pysqlite/2008-September/000149.html

Original issue: http://code.google.com/p/apsw/issues/detail?id=26

@rogerbinns
Copy link
Owner Author

From rogerbinns on October 06, 2008 00:00:06

There are actually two parts to this. One is to provide the connection created by
apsw to another library. This is trivial implemented in r260 .

The second is to create an apsw connection supplied by another library. That is
significantly harder since there are cleanup issues - who owns the pointer, who
notifies whom when the connection needs to be closed. I'll leave this part alone
until someone has a use case and decisions to address the underlying issues.

Status: Verified

@ghost ghost assigned rogerbinns Dec 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant