]> granicus.if.org Git - php/commit
pgsql.php
authorTomas V.V.Cox <cox@php.net>
Wed, 28 Mar 2001 23:52:21 +0000 (23:52 +0000)
committerTomas V.V.Cox <cox@php.net>
Wed, 28 Mar 2001 23:52:21 +0000 (23:52 +0000)
commit1910b18164f6e60d74aa23a81b5d8e2d4a98c859
tree6aa024367fb50aa2a051473bf45051a7ea196baa
parent6c55672dfdeaef0d3765069237d72323de2e66e9
pgsql.php
* better handling of $rownum param in fetchInto()
* changed property numrows[] to num_rows[]

DB.php
* $rowmun in fetch* now defaults to NULL

mysql.php
* added default $fetchmode to ordered
* removed extra checks in connect()
* fetchrow() now uses fetchInto()
* added the "fetch absolute row numbers" feature to fetchInto()
(not tested)

ifx.php
* better handling of $rownum param in fetchInto()
pear/DB.php