php-firebird
php-firebird copied to clipboard
#if abies_0 - remove?
There are some #if abies_0 in the code. It seems someone tried to implement ibase_num_rows() which will not work as intended and I do not see this would change in Firebird anytime soon.
One alway can slap this to their select:
SELECT field, COUNT(*) OVER () AS TOTAL_COUNT FROM ...
I vote to remove that code altogether.
I vote also to delete it. For number of rows affected by INSERT, UPDATE or DELETE we have ibase_affected_rows().