rust-teos
rust-teos copied to clipboard
Avoid using "SELECT *" in the codebase
As described in https://github.com/talaia-labs/rust-teos/pull/89#discussion_r956621153 (h/t @lightyear15) it'd be best to avoid using SELECT * in the codebase. Currently, there are a handful of matches for this. They need to be fixed.