![]() |
PostgreSQL and Query Builder problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: PostgreSQL and Query Builder problem (/showthread.php?tid=77909) |
PostgreSQL and Query Builder problem - kaiserf50 - 11-03-2020 Hey guys, it's me again ![]() In my work, they want to develop an app with CI4, to educational proposals, but, when they want to work with the Builder and PostgreSQL, they return this PHP Code: object(CodeIgniter\Database\Postgre\Result)#69 (8) { ["connID"]=> resource(13) of type (pgsql link) ["resultID"]=> resource(15) of type (pgsql result) ["resultArray"]=> array(0) { } ["resultObject"]=> array(0) { } ["customResultObject"]=> array(0) { } ["currentRow"]=> int(0) ["numRows"]=> NULL ["rowData"]=> NULL } i made a little projects with MySQL and they works excellent, but with PostgreSQL, it's a headache. The controller: PHP Code: namespace App\Controllers; RE: PostgreSQL and Query Builder problem - crazcodernp - 07-15-2021 i also have same problem. |