Jack Christensen
|
11d351dd75
|
Replace Status with Valid to conform to database/sql style
https://github.com/jackc/pgx/issues/1060
|
2021-11-29 12:55:19 -05:00 |
|
Jack Christensen
|
c16a4f7d6a
|
Revert "Temporarily delete tests and pgxtype to break recursive dependency with pgx"
This reverts commit 32e20a603178b49fb189d1be971d0fb6960cabb2.
|
2021-07-24 10:40:30 -05:00 |
|
Jack Christensen
|
32e20a6031
|
Temporarily delete tests and pgxtype to break recursive dependency with pgx
|
2021-07-24 10:16:00 -05:00 |
|
Jack Christensen
|
dd160540c4
|
Use Go 1.13 errors instead of xerrors
|
2021-03-25 09:08:27 -04:00 |
|
Jack Christensen
|
9a3923b6e0
|
EncodeRow is superceded by CompositeFields
|
2020-05-12 15:51:27 -05:00 |
|
Jack Christensen
|
36dbbd983d
|
Add CompositeFields type
This adds support for the text format and removes the need for the
ScanRowValue function.
|
2020-05-11 17:21:21 -05:00 |
|
Jack Christensen
|
37e976192b
|
ScanRowValue accepts interface{} dst
|
2020-05-06 14:56:25 -05:00 |
|
Maxim Ivanov
|
a6747b513f
|
Split composite examples
|
2020-04-13 17:44:02 +01:00 |
|