transStatus error |
(06-16-2025, 11:27 AM)okatse Wrote: Hi For this: I also had problems with CodeIgniter 4 when combining prepare() + PostgreSQL + transactions. Instead of using prepare() use parameterized queries directly with query() or table() something like: Code: $edb = \Config\Database::connect(); ? is used for positional binding — this works well in PostgreSQL and avoids the internal issue with $transStatus I have not tested above but hope that may help. |
Messages In This Thread |
transStatus error - by okatse - 06-16-2025, 11:27 AM
RE: transStatus error - by michalsn - 06-16-2025, 01:15 PM
RE: transStatus error - by spreaderman - 06-16-2025, 08:41 PM
RE: transStatus error - by michalsn - 06-16-2025, 10:31 PM
RE: transStatus error - by okatse - 06-16-2025, 11:14 PM
|