mirror of https://github.com/AMT-Cheif/drift.git
Add changelog entry for`dialects` option
This commit is contained in:
parent
8d3f490604
commit
5e32e549ea
|
@ -3,6 +3,7 @@
|
||||||
- [Nested result columns](https://drift.simonbinder.eu/docs/using-sql/drift_files/#nested-results)
|
- [Nested result columns](https://drift.simonbinder.eu/docs/using-sql/drift_files/#nested-results)
|
||||||
in drift files can now refer to any result set (e.g. a table-valued function or a subquery).
|
in drift files can now refer to any result set (e.g. a table-valued function or a subquery).
|
||||||
They were restricted to direct table references before.
|
They were restricted to direct table references before.
|
||||||
|
- Add the `dialects` builder option to generate code supporting multiple SQL dialects.
|
||||||
|
|
||||||
## 2.10.0
|
## 2.10.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue