[root]/trunk/wact/db/driver/mysql

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 86 (100.0%) | 1008 (100.0%) | 11.7 |
| norbertmocsnik | 68 (79.1%) | 995 (98.7%) | 14.6 |
| JeffMoore | 18 (20.9%) | 13 (1.3%) | 0.7 |
convert filename case
0 lines of code changed in 16 files:
Moved the MySQL test configuration out of the MySQL driver subdir to the central runtests.php script.
Please update your runtests.local.php files:
- copy the DefaultMySQLTestConfig class from runtests.php into your runtests.local.php
- copy the constructor of the DefaultTestRunnerConfig class from runtests.php into your local copy in runtests.local.php
13 lines of code changed in 5 files:
Added tests to make sure information passed to the constructor of an
exception is incorporated into the error message for that exception.
13 lines of code changed in 1 file:
Added WactMySQLRecordSet support to WactTableView.
9 lines of code changed in 1 file:
removed TestPrerequisiteRegistry singleton
0 lines of code changed in 1 file:
Replaced one more constructor.
1 lines of code changed in 1 file:
Replaced constructor to PHP 5-style.
1 lines of code changed in 1 file:
Prefixed DB classes with Wact*.
31 lines of code changed in 7 files:
Prefixed MySQL classes with Wact*.
Unified MySQL naming (upper/lowercase).
93 lines of code changed in 12 files:
Removed the paging stuff from MySQLRecordSet.
Added an experimental limit method to MySqlQueryStatement.
51 lines of code changed in 1 file:
Replacing RaiseError()s, die()s and trigger_error()s to Exceptions.
28 lines of code changed in 2 files:
Converted DB tests to PHP 5.
49 lines of code changed in 3 files:
Added visibility specifiers.
Removed PHP 4 references.
Changed constructors to PHP 5-style.
50 lines of code changed in 1 file:
Removed PHP 4 references.
26 lines of code changed in 2 files:
PHP 5-style constructors
9 lines of code changed in 1 file:
Specified function visibility.
5 lines of code changed in 2 files:
Splitted up mysql tests into multiple files.
59 lines of code changed in 7 files:
Changing mysql display name to MySQL
1 lines of code changed in 1 file:
Fixed paths.
Changed ConditionalDependencyInvoker calls to PrerequisiteInvoker.
Resolved PHP 4 style pass/assign-by-reference issues.
67 lines of code changed in 1 file:
Fixed paths.
Changed MySQLConnection constructor and getConnectionId() to public access.
Removed DynamicDataSourceSupport dependency from MySqlRecord. Added __get() and __set() functions.
Removed IteratorBase dependency from MySqlRecordSet.
83 lines of code changed in 1 file:
(7 more)