lbcd/sqlite3
Dave Collins 7416e9a71d Rename funcs and variables for Idx to Height.
The Db interface is intended to work with block heights as opposed to
specific database ids which may or may not be the same as the block
height.  This commits changes the function names to make that distinction
a little more clear.
2013-05-30 17:35:59 -05:00
..
testdata Initial implementation. 2013-05-29 10:09:26 -05:00
doc.go Initial implementation. 2013-05-29 10:09:26 -05:00
internal_test.go Initial implementation. 2013-05-29 10:09:26 -05:00
operational_test.go Cleanup and fix operational tests. 2013-05-29 16:11:13 -05:00
sqlite.go Only try to drop the uniquetx index if it exists. 2013-05-29 17:54:46 +01:00
sqliteblock.go Rename funcs and variables for Idx to Height. 2013-05-30 17:35:59 -05:00
sqliteblock_test.go Rename funcs and variables for Idx to Height. 2013-05-30 17:35:59 -05:00
sqlitedbcache.go Rename funcs and variables for Idx to Height. 2013-05-30 17:35:59 -05:00
sqlitetx.go Initial implementation. 2013-05-29 10:09:26 -05:00