Changeset 3788
- Timestamp:
- 02/15/08 16:56:22 (17 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Connection/Pgsql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Connection/Pgsql.php
r3770 r3788 107 107 if (is_array($item)) { 108 108 foreach ($item as $key => $value) { 109 if (is_bool($value) || is_numeric($item)) {109 if (is_bool($value)) { 110 110 $item[$key] = ($value) ? 'true' : 'false'; 111 111 }