Changeset 10011
- Timestamp:
- 11/27/08 20:00:25 (1 month ago)
- Files:
-
- trunk/jaws/html/include/Jaws/DB.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/include/Jaws/DB.php
r9400 r10011 104 104 'debug' => true, 105 105 'debug_handler' => 'logQuery', 106 'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ),106 'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ^ MDB2_PORTABILITY_FIX_CASE), 107 107 'quote_identifier' => true, 108 108 'idxname_format' => '%s_idx', … … 418 418 'debug' => DEBUG_ACTIVATED, 419 419 'log_line_break' => '<br />', 420 'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ),420 'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ^ MDB2_PORTABILITY_FIX_CASE), 421 421 'quote_identifier' => true 422 422 ); … … 560 560 'debug' => $debug, 561 561 'log_line_break' => '<br />', 562 'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ),562 'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ^ MDB2_PORTABILITY_FIX_CASE), 563 563 'quote_identifier' => true, 564 564 'force_defaults' => false,
