go-sqlite / sqlite3

pure-Go sqlite3 file reader
BSD 3-Clause "New" or "Revised" License
140 stars 19 forks source link

sqlite3: refactor: recursive traversal; cleanups #11

Closed zellyn closed 6 years ago

zellyn commented 6 years ago

Major change:

Smaller cleanups:

zellyn commented 6 years ago

I realize this is a big change with lots of things mixed together. On reflection, I'm probably too used to our work workflow, where you squash all commits together before merging. Let me know if I should break the changes up into multiple commits.

sbinet commented 6 years ago

nah... it's ok, although I would have perhaps split it in 2: one CL with the recursive btree traversal and another one with the cleanups.

sbinet commented 6 years ago

could you rebase and resolve the conflicts? (apologies for leaving this lingering a bit)

zellyn commented 6 years ago

could you rebase and resolve the conflicts?

Done.

(apologies for leaving this lingering a bit)

On the contrary, you've been remarkably responsive :-)