-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update RDBMSProcessor to have configuration-driven database translator #42
Comments
Can get this from the datastore configuration, right? |
For me no problem to change it, but I think it is a bit pointless as there isnt any other implementation right now, but if you guys want I can change it |
I can see something like MySQL/MariaDB coming along quickly (we have teams using them internally). We could leave this issue to be solved until then, but I feel it may be best to get it as a nice-to-have soon since it'll be clear what is supported by the configuration. |
Moving this back into ready since it is not done. |
Right now it is hard-coded to ORACLE (which is fine because that is the only one we have so far).
Line 87: List inputStmt = Translator.ORACLE.translate(rdbmsContext);
We should make this configuration driven so the correct translator is selected at run-time.
The text was updated successfully, but these errors were encountered: