rollen muations und rolle_viele_erstellen

This commit is contained in:
2026-06-06 16:43:59 +02:00
parent b5182b7f19
commit e649d0211a
10 changed files with 102 additions and 3 deletions

View File

@@ -63,4 +63,8 @@ impl PgHasArrayType for Ulid {
fn array_type_info() -> PgTypeInfo {
<String as PgHasArrayType>::array_type_info()
}
fn array_compatible(ty: &PgTypeInfo) -> bool {
<String as PgHasArrayType>::array_compatible(ty)
}
}