MSSQL dialect does not quote 'function' as field name

Issue #838 resolved
Former user created an issue

I have a field called 'function' in my schema. Creating schema on MSSQL fails - quoting is not automatically turned on for that field (workaround with manual adding keyword arg quote=True works).

Tested with: SQLAlchemy r3680, MSSQl 2005, ADODBAPI.

I'll attach patch that adds 'function' to reserved words list for MSSQL.

Comments (2)

  1. Log in to comment