-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HSQLDB support #450
Comments
No, there is no dialect for HSQLDB in Exposed, but you can implement it and provide us with PR. |
I tried to do that, but struggle to cope with the wildly distributed APIs and whatnot. Currently I try to remove the quotes from the query, that renders SQL like If you use a DB tool of your choice, you can recreate the issue by using a query like stated. If you now remove the quotes, it works. But I have no idea, how to tell the system, to not us quotes (at least not in the given three default classes Oh and yes, I registered my dialect with the |
Is there any news on this? Are there any plans to officially support HslqDB? |
I wouldn't bet on it. And to be honest: I don't see the need anymore. With Docker etc. you can just spin up a supported local DB fast... |
HsqlDB is used in many applications in embedded operation. This is also the case in my production application. A Docker container can't help me with that ;) |
Perhaps it is a documentation issue of the frontpage README, but I'd like to see HSQLDB explicitly supported.
The text was updated successfully, but these errors were encountered: