mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-01 13:28:30 -04:00
cc29c4afff
names that started with numbers would not be quoted, as Oracle doesn't like numerics in bound parameter names. fixes #2138