Change Database from MariaDB to PostgreSQL #14

Closed
opened 2025-04-29 14:22:00 +00:00 by tpeetz · 4 comments
tpeetz commented 2025-04-29 14:22:00 +00:00 (Migrated from gitlab.com)

Wechsel die Datenbankvon MariaDB zu PostgreSQL, um besser zwischen SQLite und PostgreSQL zu wechseln für Tests.
Aktuell wird für Python das Schema für Boolean Felder auf Bit gesetzt, was die Verwendung von SQLite für Tests verhindert, da dieser Typ nicht vorhanden ist.

Wechsel die Datenbankvon MariaDB zu PostgreSQL, um besser zwischen SQLite und PostgreSQL zu wechseln für Tests. Aktuell wird für Python das Schema für Boolean Felder auf Bit gesetzt, was die Verwendung von SQLite für Tests verhindert, da dieser Typ nicht vorhanden ist.
tpeetz commented 2025-04-29 14:22:00 +00:00 (Migrated from gitlab.com)

assigned to @tpeetz

assigned to @tpeetz
tpeetz commented 2025-04-30 15:15:44 +00:00 (Migrated from gitlab.com)

mentioned in issue #15

mentioned in issue #15
tpeetz commented 2025-04-30 15:18:41 +00:00 (Migrated from gitlab.com)

marked this issue as related to #15

marked this issue as related to #15
tpeetz (Migrated from gitlab.com) closed this issue 2025-05-21 20:55:15 +00:00
tpeetz commented 2025-05-21 20:56:24 +00:00 (Migrated from gitlab.com)

SQLalchemy successfull migrated to PostgrSQL

SQLalchemy successfull migrated to PostgrSQL
Sign in to join this conversation.