-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.2.M1
-
Component/s: Core Library, Database integration
-
Labels:None
Current implementation (DefaultSelectTranslator) is monolithic and can't be effectively maintained or extended. So we need a better one.
Requirements for new translator:
- full compatibility with current version, i.e. it should implement SelectTranslator interface and pass all tests
- extensibility, as a first extension it should support subqueries