We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa0ee8 commit a3b195aCopy full SHA for a3b195a
1 file changed
beam-postgres/Database/Beam/Postgres/Types.hs
@@ -185,6 +185,9 @@ type instance BeamSqlBackendCopyFromStreamSyntax Postgres = PgCopyFromStreamSynt
185
instance BeamSqlBackendIsString Postgres String
186
instance BeamSqlBackendIsString Postgres Text
187
188
+instance BeamSqlBackendIsString Postgres (CI String)
189
+instance BeamSqlBackendIsString Postgres (CI Text)
190
+
191
instance HasQBuilder Postgres where
192
buildSqlQuery = buildSql92Query' True
193
0 commit comments