Jack Christensen
|
36944b232f
|
Fix hstore with empty string values
|
2020-06-06 10:26:34 -05:00 |
|
Jack Christensen
|
3294a8cf1f
|
Allow empty hstore keys
See pgx commit: 56f4f0b9d319a910016ce044a53f52fcf986ddc6
|
2019-05-20 16:26:58 -05:00 |
|
Jack Christensen
|
4ed0de4755
|
Splitting pgtype into own repo
|
2019-04-20 19:14:08 -05:00 |
|
Jack Christensen
|
8502a12ac7
|
Fix go modules
Wow. This is fun. Sure is easy to get modules wrong when upgrading a v2+
project.
|
2019-04-20 17:41:08 -05:00 |
|
ferhat elmas
|
645e646183
|
Run gofmt with simplify flag
|
2017-12-21 23:45:26 +01:00 |
|
Jack Christensen
|
fe36df4fff
|
Uncomment Hstore tests
|
2017-05-20 08:34:20 -05:00 |
|
Jack Christensen
|
6b906ca870
|
Refactor pgio and types to append buffers
|
2017-05-02 20:38:26 -05:00 |
|
Jack Christensen
|
d94f8daeb1
|
Use pointer methods for all struct pgtypes
Now no need to no whether certain interfaces are implemented by struct or
pointer to struct.
|
2017-04-14 13:08:05 -05:00 |
|
Jack Christensen
|
e380de7cd1
|
Finish extraction of pgtype test helpers
|
2017-04-14 12:38:33 -05:00 |
|
Jack Christensen
|
f9e5879072
|
Move hstore to pgtype
Also implement binary format
|
2017-03-12 17:06:06 -05:00 |
|