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