Skip to content
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

Add ApacheDB Dialect #105

Open
napperley opened this issue Apr 26, 2017 · 2 comments
Open

Add ApacheDB Dialect #105

napperley opened this issue Apr 26, 2017 · 2 comments

Comments

@napperley
Copy link

Please provide support for ApacheDB (a RDBMS written in Java under the Apache 2 license). The official JDK (versions 6-8) for instance includes a re-branded version of ApacheDB called JavaDB. OpenJDK doesn't bundle ApacheDB. Often ApacheDB is used for demonstrating new JDBC features whenever a new version of JDBC is released, and as a embedded DB (single JAR file). ApacheDB can be deployed as a DB server.

@Tapac
Copy link
Contributor

Tapac commented Jul 20, 2017

@napperley , ApacheDB uses very specific ANSI SQL notation (https://wiki.apache.org/db-derby/SQLvsDerbyFeatures) and also has another limitations.
I've tried to run Exposed tests with minimal changes related to Derby and all of them failed.
I'll return to it in future, but no guaranties that we will implement it.

@AtjonTV
Copy link

AtjonTV commented Dec 9, 2020

How does it look with this issue?

I just stumbled across Apache Derby and wondered if Exposed supports it ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants