Martin Sucha
|
9faa4c08d9
Fix unmarshaling to unsigned integers (#1360)
|
6 gadi atpakaļ |
Chris Bannister
|
73f35ffa6d
topology: replace token map with binary search (#1350)
|
6 gadi atpakaļ |
Rishabh Gupta
|
59a610c947
Enhancement of date datatype (#1276)
|
6 gadi atpakaļ |
Henrik Johansson
|
58370d57e4
marshalling: treat cql time type as time.Duration (#1286)
|
6 gadi atpakaļ |
Martin Sucha
|
ecab4857ac
Fix range checks in readCollectionSize
|
6 gadi atpakaļ |
Vincent Rischmann
|
49a367be4d
marshal: prevent calling IsNil on non nullable types (#1256)
|
6 gadi atpakaļ |
Jaume Marhuenda
|
78e324ac30
Allow to use protocol V5 (#1165)
|
7 gadi atpakaļ |
Chris Bannister
|
f596bd36e1
marshal: use passed in byte slice if available. (#1167)
|
7 gadi atpakaļ |
Vincent Rischmann
|
1303a32993
marshal: fix marshalling of ints with a wrong type (#1058)
|
7 gadi atpakaļ |
Chris Bannister
|
dd47639f78
metadata: fix all types being NativeType (#1052)
|
7 gadi atpakaļ |
Chris Bannister
|
ce5020aaba
marshall: correctly handle null tuple elements (#985)
|
8 gadi atpakaļ |
rlk833
|
afe4fee3de
Fix unmarshalUDT obsolete - gocql/gocql#973 (#974)
|
8 gadi atpakaļ |
Chris Bannister
|
e73d679b35
marshall: handle time encoded values (#960)
|
8 gadi atpakaļ |
Chris Bannister
|
b581ab491d
marshal: fix is nullable check (#959)
|
8 gadi atpakaļ |
Chris Bannister
|
6563b457a5
marshall: allow unmarshalling into nil byte slice (#958)
|
8 gadi atpakaļ |
Chris Bannister
|
44be8dc52e
marshall: allow missing fields in UDT structs (#957)
|
8 gadi atpakaļ |
Chris Bannister
|
bb83efe9b6
marshal: support nested tuples (#937)
|
8 gadi atpakaļ |
Michael Highstead
|
25729d9d26
Support for UnSet columns (#903)
|
8 gadi atpakaļ |
Leigh McCulloch
|
329465aea2
marshal: Add an error when UUID has wrong length (#890)
|
8 gadi atpakaļ |
Jay Qin
|
5c85086f3f
Fix and test for unmarshal date type
|
8 gadi atpakaļ |
evildecay
|
bdbe7c9b94
Support marshal date type (#878)
|
8 gadi atpakaļ |
Chris Bannister
|
ecc3fdbeba
Merge pull request #874 from vrischmann/new-native-type
|
8 gadi atpakaļ |
Vincent Rischmann
|
a75685ab45
add the constructor NewNativeType
|
8 gadi atpakaļ |
evildecay
|
f521a6e17c
fix to support the date type
|
8 gadi atpakaļ |
Chris Bannister
|
2bcf64d3dd
marshalUDT: allow not using all the UDT fields
|
9 gadi atpakaļ |
Charles Law
|
734b8e8dfe
When unmarshalling timestamps set null values to 0 time to be consistent with other types
|
9 gadi atpakaļ |
nicerobot
|
649c208455
Allow nil lists.
|
9 gadi atpakaļ |
Pekka Enberg
|
acbcce0946
marshal: Fix unmarshalUDT for less values than UDT fields
|
9 gadi atpakaļ |
nicerobot
|
fd5b0a06a7
Allow nil maps.
|
9 gadi atpakaļ |
Chris Bannister
|
e1ed1fb456
marshall: support small and tiny ints, fix uint
|
9 gadi atpakaļ |