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)
Description
Languages
C
82.8%
PHP
15.6%
M4
1.3%
Awk
0.3%