Message10887
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. |
|
Date |
User |
Action |
Args |
2016-08-01 04:05:37 | stefan.richthofer | set | messageid: <1470024337.04.0.381643584225.issue1682864@psf.upfronthosting.co.za> |
2016-08-01 04:05:37 | stefan.richthofer | set | recipients:
+ stefan.richthofer, fwierzbicki, pjenvey, dubnerm, zyasoft, pjac, Arfrever, pdina |
2016-08-01 04:05:36 | stefan.richthofer | link | issue1682864 messages |
2016-08-01 04:05:36 | stefan.richthofer | create | |
|