You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you consider releasing a "Fat" JDBC driver with REGEXP and other standard calls?
Alternatives
I create a bundle or add REGEXP for qStudio. -> can't as we support 30+ databases and I can't support them to that level.
Let the user bring their own jar -> this is currently possible in qStudio but 90% of users don't have the skills to add it. 99% don't have the skill to build such a jar.
?
The text was updated successfully, but these errors were encountered:
it's already supported as user functions, it won't be added as default. If REGEXP is really necessary, it should be requested at SQLite and added in the C code.
Hi,
I'm the author of qStudio an SQL IDE for data analysts that includes drivers for sqlite: https://www.timestored.com/qstudio/
Currently I embed https://github.com/xerial/sqlite-jdbc but users have raised an issue with REGEXP missing (timeseries/qstudio#50) .
THis issue has been raised 4 times on your repo: https://github.com/xerial/sqlite-jdbc/issues?q=is%3Aissue++regexp
Would you consider releasing a "Fat" JDBC driver with REGEXP and other standard calls?
Alternatives
The text was updated successfully, but these errors were encountered: