1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 13:51:20 +01:00
Michael Wallner 359b3471d6 refactor auto conversion
add default connection property, for pq\Result->$autoConvert:
pq\Connection->$defaultAutoConvert

add autp conversion constants:
* pq\Result::CONV_BOOL
* pq\Result::CONV_INT
* pq\Result::CONV_FLOAT
* pq\Result::CONV_SCALAR (includes all previous)
* pq\Result::CONV_ARRAY
* pq\Result::CONV_DATETIME
* pq\Result::CONV_ALL (includes all, default)
2014-09-12 16:42:03 +02:00
2014-09-12 16:42:03 +02:00
2014-09-12 16:42:03 +02:00
2013-01-21 12:38:42 +01:00
2014-09-12 16:42:03 +02:00
2014-09-11 15:29:48 +02:00
2014-07-14 18:21:46 +02:00
Description
No description provided
BSD-2-Clause 791 KiB
Languages
C 82.8%
PHP 15.6%
M4 1.3%
Awk 0.3%