Message8756

Author zyasoft
Recipients Arfrever, dubnerm, fwierzbicki, pjac, pjenvey, zyasoft
Date 2014-06-19.16:38:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403195932.86.0.842948276951.issue1682864@psf.upfronthosting.co.za>
In-reply-to
Content
Should revisit, among other things this would support https://bitbucket.org/jython/jython/pull-request/14/for-discussion-changes-to-support-ipython/

Some things to explore here:

* sqlitejava is clearly closer to the underlying SQLite, as a simple wrapper; it's also what Michael Dubner contributed a Python wrapper for.

* Xerial seems to be much more supported, and doesn't have native dependencies for us to consider.

It's pretty clear we need to go with the Xerial solution - we don't have the engineering resources to manage native dependencies.

Note that custom functions (UDFs) can be done with Xerial, https://bitbucket.org/xerial/sqlite-jdbc/src/975459c6e053b850404c04bc4bc3f5e52dcd8686/src/test/java/org/sqlite/UDFTest.java?at=default#cl-47

Likewise, there appears to be support for callback functions as well, by perusing some of the commits. I wasn't able to find any real docs however, so we will have to look at source code to go past JDBC.
History
Date User Action Args
2014-06-19 16:38:52zyasoftsetmessageid: <1403195932.86.0.842948276951.issue1682864@psf.upfronthosting.co.za>
2014-06-19 16:38:52zyasoftsetrecipients: + zyasoft, fwierzbicki, pjenvey, dubnerm, pjac, Arfrever
2014-06-19 16:38:52zyasoftlinkissue1682864 messages
2014-06-19 16:38:52zyasoftcreate