Ryan Leckey
|
d360f682f8
|
fix(postgres): guarantee the type name on a PgTypeInfo to always be set
fixes #241
|
2020-04-10 13:37:08 -07:00 |
|
Ryan Leckey
|
3103d50be8
|
postgres: implement PgTypeInfo::with_name
- remove PgTypeInfo::with_oid
- use a new PgRawBuffer type instead of Vec<u8> for encoding
|
2020-03-26 19:29:49 -07:00 |
|
Austin Bonander
|
673f133cab
|
un-generify Error and support downcasting in DatabaseError
|
2020-03-25 18:13:56 -07:00 |
|
Ryan Leckey
|
6049f976f9
|
opt out of compatible type check for null values
|
2020-03-25 04:25:38 -07:00 |
|
Ryan Leckey
|
129efcd367
|
implement a runtime type compatibility check before decoding values
|
2020-03-25 02:07:17 -07:00 |
|
Ryan Leckey
|
1dc582edd0
|
postgres: have PgValue remember its type OID
this is in preparation of doing type compatibility checks
|
2020-03-25 01:46:13 -07:00 |
|