Nathaniel Waisbrot
c14c63d63c
Fix test failure when DB and client are not in the same time zone
...
Explicitly set the time zone to UTC in the database and in the
test expectation. Then compare the two times in the client-local
time zone.
2016-10-03 08:48:05 -04:00
Manni Wood
b198efdcef
Merge branch 'master' into add-name
2016-10-01 13:57:21 -04:00
Manni Wood
c8575984d8
Removes name length convenience method
2016-10-01 13:46:48 -04:00
Jack Christensen
ed2ab0a129
Update changlog
2016-10-01 11:06:15 -05:00
Jack Christensen
f7b6b3f077
Handle json/jsonb in binary to support CopyTo
...
fixes #189
2016-10-01 11:01:54 -05:00
Manni Wood
ca96431b5e
Fixes a documentation typo
2016-09-29 00:36:56 -04:00
Manni Wood
c25e3dd826
Adds Name/NullName types
2016-09-29 00:25:19 -04:00
Jack Christensen
a9199847a8
Merge branch 'manniwood-add-null-oid'
2016-09-27 08:51:15 -05:00
Manni Wood
d6ad52a2c2
Merge branch 'master' into add-null-oid
2016-09-25 09:48:28 -04:00
Jack Christensen
383c12177e
Add mapping information for core types.
...
refs #183
2016-09-24 12:49:51 -05:00
Jack Christensen
01afb57c8a
Merge branch 'manniwood-add-char'
2016-09-24 11:42:17 -05:00
Manni Wood
3e6ecda14d
Merge branch 'master' into add-char
2016-09-24 01:11:16 -04:00
Jack Christensen
bcfb1f4d7c
Use pointer for decimal.Decimal
...
Fix breakage caused by 54efccb61ffe0a31b6a1908bdc8a35f491da01ea in
https://github.com/shopspring/decimal
2016-09-22 08:56:46 -05:00
Jack Christensen
b1a77cfa31
And another dependency for travis
2016-09-22 08:38:16 -05:00
Jack Christensen
dd7d777682
Fetch another dependency for travis
2016-09-22 08:32:54 -05:00
Jack Christensen
2ccec0026e
go get test dependencies on travis
2016-09-22 07:51:47 -05:00
Jack Christensen
79acbeac0e
Tweak test for better travis compat.
2016-09-22 07:47:28 -05:00
Jack Christensen
f5b269d56a
Update Go versions on Travis
2016-09-22 07:37:18 -05:00
Manni Wood
cc1ad69c32
Adds NullOid type
...
Oids are rarely null, but they can be: on the right hand
side of a left join, for instance.
This commit takes moves the Oid type def from
messages.go to values.go, so it can live along side the
other types. It removes the special case for testing Oid
and now leverages the TestNullX test instead.
2016-09-20 21:11:30 -04:00
Manni Wood
256cbf0010
Adds example column to pgx.Char doc
2016-09-19 20:48:31 -04:00
Manni Wood
88ac6ff200
Reformats "char" comment a bit
2016-09-19 20:43:03 -04:00
Manni Wood
94203a55ad
Adds same comment fix about binary settings as on master
2016-09-19 20:40:13 -04:00
Jack Christensen
ca28687b64
Merge branch 'manniwood-add-tid'
2016-09-19 07:55:24 -05:00
Jack Christensen
aabb77b0d7
Merge branch 'add-tid' of git://github.com/manniwood/pgx into manniwood-add-tid
2016-09-19 07:49:09 -05:00
Jack Christensen
cd21fd9035
Fix missing documentation
...
fixes #177
2016-09-19 07:47:16 -05:00
Manni Wood
818dcbf2b6
Adds "char" type
2016-09-17 23:11:59 -04:00
Jack Christensen
42000c1220
Merge branch 'manniwood-add-cid'
2016-09-15 11:38:01 -05:00
Jack Christensen
59305e9711
Merge branch 'add-cid' of git://github.com/manniwood/pgx into manniwood-add-cid
2016-09-15 11:36:34 -05:00
Jack Christensen
74172bd01a
Merge branch 'manniwood-add-xid'
2016-09-12 08:56:06 -05:00
Manni Wood
00bd3062e0
Figures out tid binary wire formatting
2016-09-11 17:33:34 -04:00
Manni Wood
72084ad1b5
Gets Tid parsing working
2016-09-11 10:02:27 -04:00
Manni Wood
55bd3a9134
Adds binary tid decode
2016-09-10 20:37:02 -04:00
Manni Wood
f49b92d5a8
Fixes typo
2016-09-10 19:47:51 -04:00
Manni Wood
cba72d47c5
Fixes typo
2016-09-10 19:44:33 -04:00
Manni Wood
57b3037e96
Adds tid oid
2016-09-10 14:49:39 -04:00
Manni Wood
60ab3403ab
Adds Cid/NullCid type
2016-09-05 12:15:34 -04:00
Manni Wood
7adabc9b93
Improves documentation of Xid type
2016-09-05 10:59:24 -04:00
Manni Wood
30d16e722e
Merge branch 'master' into add-xid
2016-09-05 10:24:10 -04:00
Jack Christensen
0c7277fe15
Update changelog
2016-09-05 08:08:39 -05:00
Manni Wood
074bcd7139
Adds docs for Oid type.
2016-09-03 18:30:36 -04:00
Manni Wood
99bfc154f0
Makes Oid casting consistent
...
Also fixes uint32 encoding in a few places.
2016-09-03 18:19:33 -04:00
Manni Wood
1061b1f978
Adds Xid type
2016-09-03 18:04:55 -04:00
Manni Wood
7dbfd4bf4b
Switches oid to uint32
2016-09-01 22:55:18 -04:00
Jack Christensen
c187a779c0
Merge pull request #173 from mhamrle/cleanup
...
Cleanups
2016-08-31 07:53:30 -05:00
Martin Hamrle
9f6b99e332
Cleanups
...
Cleanups suggested by gometalinter tools.
2016-08-30 20:05:44 +02:00
Jack Christensen
2508faa9ce
Release 2.9.0
v2.9.0
2016-08-26 07:39:15 -05:00
Jack Christensen
32862d9bf8
Update versioning policy
2016-08-26 07:38:12 -05:00
Jack Christensen
1c89f2f680
Merge pull request #169 from manniwood/update-test-doc
...
Updates test instructions in README
2016-08-26 07:20:18 -05:00
Manni Wood
9ce81d7ab7
Updates test instructions in README
...
Lets the user know about extra packages
that need to be installed for the tests to run,
and that connection_settings_test.go.example
has been renamed to conn_config_test.go.example.
2016-08-21 14:22:32 -04:00
Jack Christensen
b2dd61515c
Merge pull request #168 from mostafah/fix-minor-typo
...
Fix minor documentation mistake: s/slice/null/
2016-08-10 22:39:41 -05:00