Historia zmian

Autor SHA1 Wiadomość Data
  Chris Bannister 3ea51ab4bf use struct tags for udt types 10 lat temu
  Chris Bannister a954fe240d add support for struct unmarshaling for UDTs 10 lat temu
  Chris Bannister e67c0fe9b9 correctly allow Marshaler for UDT 10 lat temu
  Chris Bannister c3ed1a1366 rename UDTMarshaler/UDTUnmarshaler methods. Improve docs 10 lat temu
  Chris Bannister 68ab73427f Add initial support for UDT's 10 lat temu
  Chris Bannister f7bc597c2c fix printf 10 lat temu
  Chris Bannister e52558aeed Add support for handling tuple types 10 lat temu
  Chris Bannister 4b4dcdde53 refactor TypeInfo into an interface 10 lat temu
  Chris Bannister 1ec0d62f42 update to pass integration tests 10 lat temu
  Chris Bannister 7a5fe219a5 Plumb protocol version through TypeInfo into marshal 10 lat temu
  Justin Corpron 4ce212b9a3 Add KeyspaceMetadata() func to Session which returns schema information 11 lat temu
  Ashwin Purohit 7e9cdd5511 Marshal and unmarshal from [big]int <-> string 11 lat temu
  James Maloney 9b768c47fa Fixes bug that prevents the use of a pointer reciever when implementing the Marshaler interface 11 lat temu
  Fedorenko Dmitriy 392edd15c8 Remove useless reflection into marshaling. 11 lat temu
  Dmitrij Fedorenko 310ac40201 Added unmarshaling into double pointer values. 11 lat temu
  Dmitrij Fedorenko 8eb8ccf7f3 Added marshaling of pointer values. 11 lat temu
  Muir Manders 803daed9cc Fix bug fetching out unset timestamp values. 11 lat temu
  dankennedy edc5a1e8e8 changed marshalling of inet addresses to restrict them to either 4 or 16 byte representations to remove extraneous bytes 11 lat temu
  dankennedy 051c1957ac support for marshalling inet values using strings and net.IP with IPv6 tests 11 lat temu
  Phillip Couto b4adfb4e1a Added support for marshalling a nil value. 11 lat temu
  Muir Manders 7eda240e1d Add support for varints. 11 lat temu
  Muir Manders 5cb2a37451 Refactor integer unmarshaling to share code. 11 lat temu
  Phillip Couto 0ee83e3b17 Changed marshal logic that sent float64 pointers to float marshalling. 11 lat temu
  Nimi Wariboko 8b616cffeb Fixed TypeInfo's String() function, when type is a custom type. 11 lat temu
  Ben Hood fa6b3488a5 Set the decimal pointer explicitly for each row 11 lat temu
  Ben Hood 712d53a3dc Better edge case handling 11 lat temu
  Ben Hood 71f20c47d5 Fix documentation 11 lat temu
  Ben Hood 49b8f047ee Revert "This might be more performant in some cases" 11 lat temu
  Ben Hood 0ad0ed81c4 Handling for corner case 11 lat temu
  Ben Hood 105ba38765 This might be more performant in some cases 11 lat temu