yapep_base icon indicating copy to clipboard operation
yapep_base copied to clipboard

Make the Db fetch methods consistent in return type

Open emulgeator opened this issue 7 years ago • 0 comments

Currently the listing fetch methods are always returning array. But for example the fetch() and fetchColumn() are returning false when there were no result. This should be either an empty array or null

emulgeator avatar Mar 03 '18 11:03 emulgeator