2014-11-07, 10:00 PM
Currently these do not check if a column actually exists before executing the query. This can lead to ugly SQL errors. If we change these so the field_exists method is called first, we can verify if the query should run and if not, just simply not execute it. This also reduces the amount of code plugin authors have to use.