Commit Graph

4 Commits

Author SHA1 Message Date
hobart
ea0f54064e fix: enhance database schema handling for SQLite and PostgreSQL
- Updated schema configuration to set None for SQLite databases.
- Added schema creation logic in the connection wrapper for PostgreSQL.
- Adjusted migration environment to ignore schema for SQLite.
- Fixed unquote parameters in connection tests for consistency.
2025-05-26 11:33:21 +09:00
hobart
54fe1d7f3b fix: improve PostgreSQL migration environment configuration
- Added proper search_path configuration for PostgreSQL
- Improved version table schema handling
2025-05-23 15:17:27 +09:00
Bryan Bassett
12896fb728 use unquote_user in peewee 3.17.10 2025-05-20 15:18:32 -04:00
Timothy Jaeryang Baek
d3d161f723 wip 2024-12-10 00:54:13 -08:00