sqlite-jdbc: `JDBC_EXTENSIONS` compilation option doesn't work anymore

Hi @michael-o ,

in #465 you added support for JDBC_EXTENSIONS as a compilation option, however it doesn’t seem to work anymore, so that never works.

I tracked it down to this not doing anything, maybe because the source file changed and the perl line doesn’t work as expected anymore?

If you have some time, do you want to have a look at this?

Thanks

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (10 by maintainers)

Commits related to this issue

Most upvoted comments

I can confirm that 97cc99df1ae00504e26400fbffb8db341ec72ffa works with the procedure from here. Tests are properly skipped:

[WARNING] Tests run: 349, Failures: 0, Errors: 0, Skipped: 9

Tomorrow i’ll try to reproduce the tests errors you showed above, for that i need to compile the same way you do (and that would be a good occasion to tackle #753 !).