DanCardin / sqlalchemy-declarative-extensions

Library to declare additional kinds of objects not natively supported by SqlAlchemy/Alembic.
https://sqlalchemy-declarative-extensions.readthedocs.io/en/latest/
Apache License 2.0
32 stars 5 forks source link

Replace literal("n") with text("n") for PG acls. #21

Closed lomignet closed 1 year ago

lomignet commented 1 year ago

Fixes https://github.com/DanCardin/sqlalchemy-declarative-extensions/issues/20

DanCardin commented 1 year ago

Replaced by #22 which was more comprehensive/tested, thanks for reporting the issue though!