This line assumes the last entry in the table will be the id, but gh 1.11.0 added in the elapsed and age columns at the end.
Unfortunately, the columns between 1.10.3 and newer versions don't align, so the index would need to change depending on the version.
I'm not sure what level of backwards compatibility this project hopes to maintain, so I figured I'd open an issue before submitting a patch that would require a new minimum version.
This line assumes the last entry in the table will be the id, but gh 1.11.0 added in the
elapsed
andage
columns at the end.Unfortunately, the columns between 1.10.3 and newer versions don't align, so the index would need to change depending on the version.
I'm not sure what level of backwards compatibility this project hopes to maintain, so I figured I'd open an issue before submitting a patch that would require a new minimum version.