17 Patch |
318248a7ce854feb9710c572dc78e70c91c4b43f,
b6e5cdcf1fd6e12467546fe88e7ddc32d71b7552,
90238cede397c9d1986320c026d083d44f3f1f20,
9c22f66911374b7021d980eb2b7fe7948cb45b97,
3dcc29bc16495f899531c4266343d4decec967b4,
82bca68c1831471a953037de42f863b37736367b,
2f0f7923427c026621bb3a8fd4ae5a9208aca833,
d0bb32e58f65a68c872f380c79140bb816b8c385,
27567f74e2378bbc74423e9830a3b68d1cc9d3ca,
569075a4f37c95b44876169d25f711f09cbaa133,
720cebc57a5cd7017d33ba1f95380ad70008fbaf,
170e62b58a6dd0eb90c3193da55313516027bbb1,
beb636673de01966b4fcbdfe6ee73ccbb0c1a8ed,
bad8a21d1eb62e20c67d3f14bfd51d8f719c0dd5,
355de4242d6d2db25e23fda604a2a602bbe5d0a2,
bf7c0bc8585335c582c23a83fcdf1916b14f6acc,
4b4d16286b44d3bb209add76a3fba68818f43036 |
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
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()
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()
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