rust-teos icon indicating copy to clipboard operation
rust-teos copied to clipboard

Avoid using "SELECT *" in the codebase

Open sr-gi opened this issue 3 years ago • 0 comments

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.

sr-gi avatar Aug 29 '22 15:08 sr-gi