We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8a00f commit 7267c93Copy full SHA for 7267c93
1 file changed
src/Database/PostgreSQL/Simple/Types.hs
@@ -269,4 +269,4 @@ newtype Savepoint = Savepoint Query
269
-- See <http://www.postgresql.org/docs/9.3/static/sql-values.html> for
270
-- more information.
271
data Values a = Values [QualifiedIdentifier] [a]
272
- deriving (Eq, Ord, Show, Read, Typeable)
+ deriving (Eq, Ord, Show, Read, Typeable, Functor)
0 commit comments