I second that.
And I would like to see foreign_keys here as well, since that was one
of the reasons *I* am using SQLite.
Thinking about it, why not make all pragmas supported by SQLite into a
property value? (If it is not an unreasonable amount of extra work, of
course).
Best regards,
Thomas
On Dec 2, 1:25 pm, "Taro L. Saito" <
l...@xerial.org> wrote:
> How about the following approach to enable recursive_trigger feature?
>
> Properties prop = new Properties();
> prop.setProperty("recursive_triggers", "true");
> Connection conn = DriverManager.getConnection("jdbc:sqlite:", prop);
>
> Although the above code is not supported in the current sqlite-jdbc-3.6.19,
> adding such an feature is an easy task, and can be included in the next release
> for sqlite-jdbc-3.6.20.
>
> --
> Taro L. Saito
> <
l...@xerial.org>
> University of Tokyohttp://
www.xerial.org/leo
> Tel. +81-47-136-3985 (63985)