CodeIgniter-MY_Model icon indicating copy to clipboard operation
CodeIgniter-MY_Model copied to clipboard

join_temporary_results changes to accept large amount of records

Open NathanAllmeida opened this issue 3 years ago • 0 comments

I had a problem in a get_all with a relationship with 90 thousand records that the error happened:

preg_match(): Compilation failed: regular expression is too large at offset)

I studied the code and with this change the problem is solved

NathanAllmeida avatar Jun 17 '22 15:06 NathanAllmeida