fixup! fixup! fixup! fixup! feat(db): Adding identity_providers table for relational database

This commit is contained in:
Iraq Jaber
2025-07-22 08:55:33 +01:00
parent 95f18433ef
commit 0809686c94
5 changed files with 948 additions and 195 deletions

View File

@@ -137,6 +137,6 @@ const (
func writeBooleanOperation[T Boolean](builder *StatementBuilder, col Column, value T) {
col.Write(builder)
builder.WriteString(" IS ")
builder.WriteString(" = ")
builder.WriteArg(value)
}