Added page with the types (no details yet)
This commit is contained in:
parent
bdef76ed8a
commit
4c175d8c2c
16 changed files with 418 additions and 11 deletions
|
|
@ -12,7 +12,10 @@ void operator<<(TypCategory &s, const Pgsql::Value &v)
|
|||
case 'B':
|
||||
s = TypCategory::Boolean;
|
||||
break;
|
||||
case 'D':
|
||||
case 'C':
|
||||
s = TypCategory::Composite;
|
||||
break;
|
||||
case 'D':
|
||||
s = TypCategory::DateTime;
|
||||
break;
|
||||
case 'E':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue