-
Improvement
-
Resolution: Won't Fix
-
Major
-
1.1.1
-
None
-
None
Currently when using SqlMap we can only select a unique file for a mapping.
Therefore it is not possible to support many RDBM if the mapping required proprietary SQL (i.e. non standard compliant SQL).
A solution may be to select a mapping (e.g. org/../entity.xml) and depending on the current RDBM search for the first file in the following order:
- org/../entity.[RDBM].xml (e.g. for MySQL: org/../entity.mysql.xml)
- org/../entity.xml
This is needed currently for the plugin tags in order to use both MySQL and Derby.