Message10887

Author stefan.richthofer
Recipients Arfrever, dubnerm, fwierzbicki, pdina, pjac, pjenvey, stefan.richthofer, zyasoft
Date 2016-08-01.04:05:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470024337.04.0.381643584225.issue1682864@psf.upfronthosting.co.za>
In-reply-to
Content
Did someone take a look at this repository?
https://github.com/anthonyhendrickson/jython-sqlite3
It's only 3 weeks old, but might be promising.

Also. I was able to do some basic stuff with sqlite3 on Linux using JyNI. Importing works out of the box, creating, a db, cursor, execute simple sql-commands works. Some unittests crash JVM with a segfault (5 or so). If I remove these crashing tests, about 70% of the remaining unittests succeed. So, making this bulletproof would require some serious work. Maybe it would be more valuable to make cffi bulletproof and go the PyPy-path. As of this writing I wouldn't want to go through the failing tests to clean up support. However if one of them should turn out to be crucial for some actual use-case, e.g. to support some dependent framework, let me know: Then I will fix it with priority.
History
Date User Action Args
2016-08-01 04:05:37stefan.richthofersetmessageid: <1470024337.04.0.381643584225.issue1682864@psf.upfronthosting.co.za>
2016-08-01 04:05:37stefan.richthofersetrecipients: + stefan.richthofer, fwierzbicki, pjenvey, dubnerm, zyasoft, pjac, Arfrever, pdina
2016-08-01 04:05:36stefan.richthoferlinkissue1682864 messages
2016-08-01 04:05:36stefan.richthofercreate