new tests

This commit is contained in:
2026-01-15 17:09:21 +01:00
parent 3557ab0687
commit 4ea9d35a91
3 changed files with 42 additions and 26 deletions

View File

@@ -51,7 +51,7 @@ ext_bedpbed_null_values: PolarsNullValues = {
}
ext_titel_info = Table(
"ext_titel_info_neu",
"ext_titel_info",
metadata,
Column("TI_NUMMER", sql.Integer, primary_key=True, autoincrement=False, nullable=False),
Column("MANDFUEHR", sql.Integer, primary_key=True, autoincrement=False, nullable=False),