jameshartig opened a new pull request, #1916:
URL: https://github.com/apache/cassandra-gocql-driver/pull/1916

   There were multiple issues with the previous RowData method. First, it was 
returning invalid values because it called c.Zero() instead of Zero on column. 
Second, it would've returned an interface to a pointer to an interface which is 
frustrating to work with.
   
   Now it restores the previous v1 behavior and returns pointers to the 
underlying types wrapped in an interface.
   
   Added tests to ensure the behavior is as expected.
   
   Patch by James Hartig for CASSGO-95


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to