Charlie Andrews all time


 0 Collaborator

 17 Patch
318248a7ce854feb9710c572dc78e70c91c4b43f, b6e5cdcf1fd6e12467546fe88e7ddc32d71b7552, 90238cede397c9d1986320c026d083d44f3f1f20, 9c22f66911374b7021d980eb2b7fe7948cb45b97, 3dcc29bc16495f899531c4266343d4decec967b4, 82bca68c1831471a953037de42f863b37736367b, 2f0f7923427c026621bb3a8fd4ae5a9208aca833, d0bb32e58f65a68c872f380c79140bb816b8c385, 27567f74e2378bbc74423e9830a3b68d1cc9d3ca, 569075a4f37c95b44876169d25f711f09cbaa133, 720cebc57a5cd7017d33ba1f95380ad70008fbaf, 170e62b58a6dd0eb90c3193da55313516027bbb1, beb636673de01966b4fcbdfe6ee73ccbb0c1a8ed, bad8a21d1eb62e20c67d3f14bfd51d8f719c0dd5, 355de4242d6d2db25e23fda604a2a602bbe5d0a2, bf7c0bc8585335c582c23a83fcdf1916b14f6acc, 4b4d16286b44d3bb209add76a3fba68818f43036

318248a7ce854feb9710c572dc78e70c91c4b43f | Author: Charlie Andrews <charlieandrews.cwa@gmail.com>
 | 2014-08-07 10:32:12-05:00

    fixed rowMap to copy slices instead of pass them in

b6e5cdcf1fd6e12467546fe88e7ddc32d71b7552 | Author: Charlie Andrews <charlieandrews.cwa@gmail.com>
 | 2014-05-23 09:31:23-04:00

    using an offset array now

90238cede397c9d1986320c026d083d44f3f1f20 | Author: Charlie Andrews <charlieandrews.cwa@gmail.com>
 | 2014-05-22 12:54:34-04:00

    made HexString a const and made b1 and b2 local to the String function

9c22f66911374b7021d980eb2b7fe7948cb45b97 | Author: Charlie Andrews <charlieandrews.cwa@gmail.com>
 | 2014-05-21 16:23:13-04:00

    changed the String() method for UUID's

3dcc29bc16495f899531c4266343d4decec967b4 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-11 11:51:27-05:00

    added the copyright/license statement to top of file

82bca68c1831471a953037de42f863b37736367b | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-11 10:51:45-05:00

    added docs for New() and MapScan()

2f0f7923427c026621bb3a8fd4ae5a9208aca833 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-11 10:45:26-05:00

    changed the Map() function to rowMap()

d0bb32e58f65a68c872f380c79140bb816b8c385 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-11 07:51:53-05:00

    added a function to get a map of the data from the RowData struct

27567f74e2378bbc74423e9830a3b68d1cc9d3ca | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-10 22:37:53-05:00

    added a helper function and struct named RowData

569075a4f37c95b44876169d25f711f09cbaa133 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-10 09:31:29-05:00

    added helper function RowData() for getting back a map of column name and pointer to empty type

720cebc57a5cd7017d33ba1f95380ad70008fbaf | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-10 09:17:08-05:00

    added a test for MapScan to test method TestSliceMap()

170e62b58a6dd0eb90c3193da55313516027bbb1 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-07 13:27:43-05:00

    ran fmt on cassandra_test and added convenience function MapScan(map[string]interface{}) that acts like Scan()

beb636673de01966b4fcbdfe6ee73ccbb0c1a8ed | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-07 12:46:18-05:00

    added tests for SliceMap() in cassandra_test

bad8a21d1eb62e20c67d3f14bfd51d8f719c0dd5 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-06 11:58:10-05:00

    removed swp file

355de4242d6d2db25e23fda604a2a602bbe5d0a2 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-06 11:57:41-05:00

    refactored the way we get empty interfaces of *TypeInfo and renamed the function (*TypeInfo)New()

bf7c0bc8585335c582c23a83fcdf1916b14f6acc | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-05 19:19:41-05:00

    added all types possible to ptrOfType and dereference functions

4b4d16286b44d3bb209add76a3fba68818f43036 | Author: cwandrews <charlieandrews.cwa@gmail.com>
 | 2014-02-05 13:46:24-05:00

    added a helpers.go file with a helper function for getting data from scan() without previously knowing the data returned from the query