Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: orderBy() function is not working when delete() function is used in query builder.
Post: RE: orderBy() function is not working when delete(...

stopz Wrote: (05-26-2021, 11:49 AM) -- I've looked in to your situation and i could say that ->orderBy not taken into delete query account is a bug. In order to benefit from CodeIgniter deleted_at...
3,110 Views
5 Replies
05-26-2021, 06:57 PM
sustech
    Thread: orderBy() function is not working when delete() function is used in query builder.
Post: RE: orderBy() function is not working when delete(...

It's business logic. I need to delete only 25 records in ascending order of `date` column.
3,110 Views
5 Replies
05-25-2021, 09:51 PM
sustech
    Thread: orderBy() function is not working when delete() function is used in query builder.
Post: orderBy() function is not working when delete() fu...

PHP Code: -- $sql = "DELETE FROM `table_name` WHERE `feed_id` = " . $feed_id . " ORDER BY `date` ASC LIMIT 25"; // query to be executed -- PHP Code: -- $this->db->table('table_name') ->where(...
3,110 Views
5 Replies
05-25-2021, 06:20 AM
sustech

Theme © iAndrew 2016 - Forum software by © MyBB