Gauthier

Results 702 comments of Gauthier

Is this still happening on the latest version?

If you can find a way to cross-compile via Docker, why not. Dockcross doesn't offer this though.

I checked on this today, and found out a few things: - by default SQLite does not support arrays - support is only available via a [loadable extension](https://sqlite.org/carray.html) `carray` -...

I was looking at that, seems like the only difference between the normal and `Large` methods is the return type changing from `int` to `long`. [This](https://github.com/gotson/sqlite-jdbc/blob/20227527c6b36f6fcb5cc512b625dc2a005bcffe/src/main/java/org/sqlite/jdbc3/JDBC3Statement.java#L94-L94) returns an `int`, we...

Is this still happening on the latest version?

I'm not sure to understand what this PR brings