add support for one-dimensional arrays; type input parameters
authorMichael Wallner <mike@php.net>
Wed, 15 May 2013 05:37:40 +0000 (07:37 +0200)
committerMichael Wallner <mike@php.net>
Wed, 15 May 2013 05:37:40 +0000 (07:37 +0200)
commit409fca54acfee2db6c62540a8f67b1adfa695a38
tree7884aa1f50787d03d0093db48593147fc99f0944
parent0b0830c9c6254d596808d461755309200582825a
add support for one-dimensional arrays; type input parameters
lib/pq/Gateway/Cell.php
lib/pq/Gateway/Table.php
lib/pq/Gateway/Table/Attributes.php [new file with mode: 0644]
lib/pq/Query/Expressible.php
tests/lib/pq/Gateway/CellTest.php
tests/lib/pq/Gateway/RowTest.php
tests/lib/pq/Gateway/RowsetTest.php
tests/lib/pq/Gateway/TableTest.php
tests/setup.inc