[root]/trunk/wact/db/driver
mysql
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 63 (100.0%) | 600 (100.0%) | 9.5 |
| norbertmocsnik | 38 (60.3%) | 502 (83.7%) | 13.2 |
| JeffMoore | 25 (39.7%) | 98 (16.3%) | 3.9 |
convert filename case
0 lines of code changed in 12 files:
Removed optional $cause parameter from many exceptions that do not use it.
11 lines of code changed in 4 files:
Added tests to make sure information passed to the constructor of an
exception is incorporated into the error message for that exception.
84 lines of code changed in 8 files:
Removed unused i18n features from base exception class.
3 lines of code changed in 1 file:
Prefixed DB classes with Wact*.
37 lines of code changed in 4 files:
Prefixed MySQL classes with Wact*.
Unified MySQL naming (upper/lowercase).
2 lines of code changed in 1 file:
Removed the PHP 4-style iteration test from the MySQL driver test cases.
0 lines of code changed in 1 file:
Removed the paging stuff from MySQLRecordSet.
Added an experimental limit method to MySqlQueryStatement.
14 lines of code changed in 1 file:
Updated DB documentation.
21 lines of code changed in 4 files:
Adding DB driver exceptions.
46 lines of code changed in 8 files:
Removed unnecessary version check.
5 lines of code changed in 1 file:
Converted DB tests to PHP 5.
103 lines of code changed in 4 files:
Removed PHP 4 references.
93 lines of code changed in 3 files:
Fixes paths.
Changed field value getting to direct access.
54 lines of code changed in 2 files:
Removed WACT_ROOT constant.
1 lines of code changed in 1 file:
Added new file headers. Removed WACT_ROOT.
48 lines of code changed in 4 files:
Importing DB driver test include files from CVS
78 lines of code changed in 4 files: