sqlalchemy: support TINYINT type#126
Closed
Commits
Commits on May 15, 2023
TINYINT is specific to Databricks so must be implemented as a vendor-specific type per this link: https://docs.sqlalchemy.org/en/13/core/type_basics.html#vendor-specific-types
Show description for 918a7decommitted
Jesse Whitehouse
Commits on May 16, 2023
Define the TINYINT type
Show description for 96774b1committed
Jesse WhitehouseFirst implementation that passes the integration test.
Show description for b35f0c9committed
Jesse WhitehouseThis is the second way to make the integration test pass using the visit
Show description for 71321aacommitted
Jesse WhitehouseBlack the source code
Show description for 7591028committed
Jesse WhitehouseAdd tiny_int to the INSERT test.
Show description for 2896665committed
Jesse Whitehouse