gordthompson / sqlalchemy-sybase

SAP ASE (Sybase) support for SQLAlchemy implemented as an external dialect
MIT License
12 stars 4 forks source link

Invalid DDL rendered for #temp table #1

Closed gordthompson closed 4 years ago

gordthompson commented 4 years ago

As reported in

https://stackoverflow.com/q/61917192/2144390

Dialect is rendering

CREATE TABLE "#tmp" ( ...

when it should be rendering

CREATE TABLE #tmp ( ...