Skip to content

Commit a3b195a

Browse files
authored
Fixes #448, CI Text instance (#818)
* Fixed #728, rephrase "creating tables" in tutorial 3 * Fixes issue #448, instance for CI Text
1 parent ffa0ee8 commit a3b195a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • beam-postgres/Database/Beam/Postgres

beam-postgres/Database/Beam/Postgres/Types.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ type instance BeamSqlBackendCopyFromStreamSyntax Postgres = PgCopyFromStreamSynt
185185
instance BeamSqlBackendIsString Postgres String
186186
instance BeamSqlBackendIsString Postgres Text
187187

188+
instance BeamSqlBackendIsString Postgres (CI String)
189+
instance BeamSqlBackendIsString Postgres (CI Text)
190+
188191
instance HasQBuilder Postgres where
189192
buildSqlQuery = buildSql92Query' True
190193

0 commit comments

Comments
 (0)