
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 12 (100.0%) | 39 (100.0%) | 3.2 |
| k-fish | 8 (66.7%) | 39 (100.0%) | 4.8 |
| stucki | 1 (8.3%) | 0 (0.0%) | 0.0 |
| sebastian | 3 (25.0%) | 0 (0.0%) | 0.0 |
* Deleting DBAL to include it via SVN:externals
0 lines of code changed in 3 files:
Changes to DBAL sysext:
* PHP backtraces can be logged with the queries now (closes bug #3856)
0 lines of code changed in 1 file:
Changes to DBAL sysext:
* Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
* EXPLAIN PLAN support for Oracle (closes bug #3850)
* Fixed a warning when using admin_get_fields() on a non-existent table
* Fixed a bug causing inserts with more than one affected CLOB field to fail
* quoteWhereClause() now die()s when the input cannot be parsed by parseWhereClause()
0 lines of code changed in 1 file:
Changes to the DBAL sysext:
* Closes bug #4462: creates tables without OIDs on PostgreSQL now
* Closes bugs #4494, #3759: & is translated to BITAND() on Oracle now
* Large text fields are CLOB fields now; for Oracle LIKE comparisons against such fields are translated to dbms_lob.instr() calls. This should fix e.g. bug #5535 as well as issues with TV data that cannot be unserialized (see comments on bug #4638)
* Updates to the manual
0 lines of code changed in 1 file:
Update of DBAL sysext to 0.9.9
39 lines of code changed in 2 files:
ChangeLog
0 lines of code changed in 1 file:
* Merging all changes from TYPO3_4-0 branch back into HEAD
0 lines of code changed in 1 file:
Committed DBAL extension as a sysext. Older changes can be looked up in the TYPO3xdev CVS and are summarized in the ChangeLog file.
0 lines of code changed in 2 files: