17 Commits

Author SHA1 Message Date
Christian Rocha
e3248f161e Add missing pgx.Identifier to CopyFrom example 2017-06-30 12:52:24 -04:00
Jack Christensen
97c01fb524 Update docs for 2.10.0 release 2017-03-17 08:06:00 -05:00
Jack Christensen
a52a6bd555 Add PgxScanner interface
Enables types to support database/sql at the same time as pgx.

fixes #232
2017-02-02 20:20:52 -06:00
Jack Christensen
383c12177e Add mapping information for core types.
refs #183
2016-09-24 12:49:51 -05:00
Mostafa Hajizadeh
7a2738f9f2 Fix minor documentation mistake: s/slice/null/ 2016-08-11 08:06:58 +04:30
Jack Christensen
cfb0304ab0 Fix typos 2016-08-10 16:28:29 -05:00
Jack Christensen
5f7d01778e Add CopyTo to support PostgreSQL copy protocol
fixes #102
2016-08-10 16:27:44 -05:00
Jack Christensen
9f9a9779ac Add compatibility with database/sql custom types
Support database/sql.Scanner
Support database/sql/driver.Valuer
2015-12-31 14:46:43 -06:00
Jack Christensen
1eecea606b Tweak doc.go so section head is detected 2015-12-09 12:00:33 -06:00
Jack Christensen
e1215d9b19 []byte skips encoding/decoding
refs #104
2015-11-12 14:54:25 -06:00
Jack Christensen
23c48c2f87 Add trace logging 2015-09-16 08:40:01 -05:00
Jack Christensen
8b296b9d58 Encode from net.IP to inet and cidr 2015-09-09 18:49:20 -05:00
Jack Christensen
e4f401f6ec Add documentation for pointer to pointer null mapping 2015-09-08 12:15:16 -05:00
Jack Christensen
5ea6b04624 Add docs and example for JSON 2015-09-04 14:00:21 -05:00
Jack Christensen
0a213e6474 Add hstore to docs 2014-09-19 17:38:35 -05:00
Jack Christensen
98853ea98f more docs 2014-09-19 17:35:00 -05:00
Jack Christensen
8f81acfb5f Enhance support for custom types
* Add per connection oid to name map
* Global default type format is now based on names not oids
* Add better docs for custom types
2014-09-19 15:27:15 -05:00