Pritish Maheta
Pritish Maheta
**Describe the bug** Tortoise ORM has issues generating schemas when a specific schema other than the default public schema is specified. When attempting to use a schema other than public,...
Restores multiline support for unquoted environment variables that was inadvertently removed in commit 7b172fe during space parsing improvements. This enhancement allows load_dotenv() to correctly parse multiline values without quotes while...
# Fix PostgreSQL schema creation for non-default schemas ## Summary Fixes #1671 by implementing automatic PostgreSQL schema creation and schema-qualified SQL generation. Previously, Tortoise ORM would fail when trying to...