Chris Bannister
|
c711a53bb2
correctly handle tuples in MapScan
|
10 years ago |
ference
|
79f898ec22
add 'text' type support for cylladb
|
10 years ago |
Chris Bannister
|
e59ea7f720
marshal: handle nil collection correctly in udts
|
10 years ago |
Chris Bannister
|
d0dbd15082
dont recycle framers until closing iters
|
10 years ago |
Muir Manders
|
d2348c0775
Add support for "LexicalUUIDType".
|
10 years ago |
Chris Bannister
|
235f84cc80
add missing TypeUDT in goType
|
10 years ago |
Adrià Casajús
|
434a842ff0
Update deprecated package
|
10 years ago |
Chris Bannister
|
e52558aeed
Add support for handling tuple types
|
10 years ago |
Chris Bannister
|
4b4dcdde53
refactor TypeInfo into an interface
|
10 years ago |
Ben Hood
|
84a4bd0bad
Fix bug whereby the metadata for sets and lists was being mapped to the inet type
|
10 years ago |
Ben Hood
|
6d472ccc98
Add TimestampType to known set of Cassandra internal types
|
10 years ago |
Ben Hood
|
6ba061b4e4
Merge pull request #219 from cwandrews/master
|
11 years ago |
ono_matope
|
b2e835d7a6
Pass a map with refs to store columns to MapScan()
|
11 years ago |
dankennedy
|
051c1957ac
support for marshalling inet values using strings and net.IP with IPv6 tests
|
11 years ago |
Muir Manders
|
7eda240e1d
Add support for varints.
|
11 years ago |
Charlie Andrews
|
318248a7ce
fixed rowMap to copy slices instead of pass them in
|
11 years ago |
Nimi Wariboko
|
a2336d7724
Parse custom types in the org.apache.cassandra.db.marshal. namespace. This behaviour is not documented in the wire spec, however it is done by the python datastax driver
|
11 years ago |
Ben Hood
|
c0daa5b8ec
Add support for decimals with the SliceMap() interface
|
11 years ago |
Chris Bannister
|
f419ad3421
Merge pull request #130 from relops/row_data
|
11 years ago |
Ben Hood
|
d1b4151752
Fixed bug with timestamp unmarshalling
|
11 years ago |
Ben Hood
|
17e0e123b3
Export RowData()
|
11 years ago |
cwandrews
|
3dcc29bc16
added the copyright/license statement to top of file
|
11 years ago |
cwandrews
|
82bca68c18
added docs for New() and MapScan()
|
11 years ago |
cwandrews
|
2f0f792342
changed the Map() function to rowMap()
|
11 years ago |
cwandrews
|
d0bb32e58f
added a function to get a map of the data from the RowData struct
|
11 years ago |
cwandrews
|
27567f74e2
added a helper function and struct named RowData
|
11 years ago |
cwandrews
|
569075a4f3
added helper function RowData() for getting back a map of column name and pointer to empty type
|
11 years ago |
cwandrews
|
170e62b58a
ran fmt on cassandra_test and added convenience function MapScan(map[string]interface{}) that acts like Scan()
|
11 years ago |
cwandrews
|
beb636673d
added tests for SliceMap() in cassandra_test
|
11 years ago |
cwandrews
|
355de4242d
refactored the way we get empty interfaces of *TypeInfo and renamed the function (*TypeInfo)New()
|
12 years ago |