Update RDBMSProcessor to have configuration-driven database translator
Opened this issue · 4 comments
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.
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.