Added blob support for postgresql

Tests look reasonably fine.
This commit is contained in:
Roland Bock
2021-11-14 13:14:34 +01:00
parent 4c942600bb
commit 310a6245fa
11 changed files with 386 additions and 0 deletions
+1
View File
@@ -259,6 +259,7 @@ types = {
'character varying': 'varchar', #PostgreSQL
'text': 'text',
'clob': 'text',
'bytea': 'blob',
'tinyblob': 'blob',
'blob': 'blob',
'mediumblob': 'blob',