-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: None
-
Labels:None
Allow custom implementations of SqlConformance. This would mean renaming enum SqlConformance to enum SqlConformanceEnum, and adding a new interface SqlConformance; also public abstract class SqlAbstractConformance implements SqlConformance to protect people who write custom implementations of the interface from changes in future.