Support for UUID? #858
Support for UUID?
#858
-
Hi, I'm looking for a SQLite JDBC driver to use on my project and I need it to support UUID(). Can someone quickly confirm if this JDBC driver does? Is it enabled by default or do I need additional configuration to enable it? |
Beta Was this translation helpful? Give feedback.
Answered by
gotson
Mar 18, 2023
Replies: 1 comment
-
This extension is not built in the native library the driver uses. You can probably compile the extension yourself and load it dynamically. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pgregorio-signalytic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This extension is not built in the native library the driver uses. You can probably compile the extension yourself and load it dynamically.