Project

General

Profile

Feature #2017

Updated by Alexander Watzinger 11 months ago

* Check and improve SQL statements format 
 * Separate view for delete instead using index views with a delete parameter (sacrificing a little performance for much better readability) 
 * Removing isinstance() Checking and removing isinstance calls to fix (6 out of 67) because it's often a sign of a design flaws flaw

Back