We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bytes
1 parent 245f052 commit 9feb79aCopy full SHA for 9feb79a
internal/postgresql_type.go
@@ -22,7 +22,7 @@ func postgresType(req *plugin.GenerateRequest, col *plugin.Column) string {
22
case "json", "jsonb":
23
return "Any"
24
case "bytea", "blob", "pg_catalog.bytea":
25
- return "memoryview"
+ return "bytes"
26
case "date":
27
return "datetime.date"
28
case "pg_catalog.time", "pg_catalog.timetz":
0 commit comments