Ryan Leckey
|
c9f3e1adca
|
feat(postgres): add support for built-in range types and allow derives to handle custom range types
Co-authored-by: Caio <c410.f3r@gmail.com>
|
2020-06-12 15:33:19 -07:00 |
|
Ryan Leckey
|
eaa7fba9d4
|
refactor(postgres): adapt to the 0.4.x core refactor
|
2020-05-30 17:49:30 -07:00 |
|
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 |
|