Closed issues:
- limit_clause should include **kwargs in it's function arguments #6
- Add "timestamp" to reserved keywords #4
- Schema meaning in dialect implementation #3
- AUTHMECH=LDAP #1
Merged pull requests:
- Dialect methods implementation #9 (mrbungie)
- Fix proposal for #3 #8 (mrbungie)
- Fixes limit_clause signature problems #7 (mrbungie)
- Added timestamp to ReservedKeywords #5 (mrbungie)
The original repository has moved under the Teradata organization 🎉🎊📈
The initial implementation includes the following changes:
-
An implementation of TeradataDialect and the various compilers
-
Implement various generic types in the TeradataTypeCompiler and dialect specific types
-
Various tests for the types and usage of the dialect
The majority of the development in the beginning is squashed into the following commit: