mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-18 01:12:12 -05:00
Added blob support for postgresql
Tests look reasonably fine.
This commit is contained in:
@@ -259,6 +259,7 @@ types = {
|
||||
'character varying': 'varchar', #PostgreSQL
|
||||
'text': 'text',
|
||||
'clob': 'text',
|
||||
'bytea': 'blob',
|
||||
'tinyblob': 'blob',
|
||||
'blob': 'blob',
|
||||
'mediumblob': 'blob',
|
||||
|
||||
Reference in New Issue
Block a user