Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP add test] fix(server-core): Handle empty query in getSqlGenerator
api-gateway calls getSqlGenerator with empty query and concrete data source to initialize SQL API But because query is empty `sqlGenerator.dataSource` can be undefined, and it would trigger re-creating query with new data source, which would be `default`
- Loading branch information