Summary 0004368: pg_fetch_array(result, row, field); with row fiels set to null never go to next row Description Minimal code to reproduce: $sql = 'SELECT * FROM table '; $result = pg_query($res, $sql); while ($row = pg_fetch_array($result, NULL, PGSQL_ASSOC)) { print_r...
DBD::Oracle::st fetchall_arrayref failed: ORA-01801: date format is too long for internal buffer (DBD ERROR: ORA-01801 error on field 23 of 42, ora_type 12) [for Statement "SELECT EXTERNAL_ID" FROM "table_name" a"] at C:/Strawberry/perl/site/lib/Ora2Pg.pm line 12404. ERROR: ...