Commit Graph

2 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
b203a72c61 test: add unit tests for database connection wrappers
- Implemented tests for PostgreSQL and SQLite connection handling in the wrappers module.
- Covered scenarios for schema handling, existing options, and unsupported database types.
- Included logging verification for successful connections.
2025-05-23 15:17:35 +09:00