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
- build: properly add JDBC_EXTENSIONS pragma (#761) Instead of relying of changing ifdefs use the variable declaration as anchor Closes: #760 — committed to xerial/sqlite-jdbc by michael-o 2 years ago
I can confirm that 97cc99df1ae00504e26400fbffb8db341ec72ffa works with the procedure from here. Tests are properly skipped:
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 !).