ydb-platform / ydb-sqlalchemy

YQL Dialect for SQLAlchemy
Apache License 2.0
20 stars 6 forks source link

Fix orm for tables in directories #41

Closed kabulov closed 5 months ago

kabulov commented 5 months ago

fix for issue https://github.com/ydb-platform/ydb-sqlalchemy/issues/31 sqlalchemy core doesn`t reproduce this problem, only orm.

kabulov commented 5 months ago

we also decided to change _ to __ for this effect: my/dir/my_table -> my__dir__my_table