The config builder expose a method to use the sql interface instead of the more traditional pragma statements. It turns out that even if set to true pragma statements are always used. This is due to the fact that the inner JDBC classes only works with Properties object which does not contain the 'useSQLInterface' property. As a result the default mode is used (pragma mode)
While working on #25, I discovered a new bug.
The config builder expose a method to use the sql interface instead of the more traditional pragma statements. It turns out that even if set to true pragma statements are always used. This is due to the fact that the inner JDBC classes only works with Properties object which does not contain the 'useSQLInterface' property. As a result the default mode is used (pragma mode)