Directory trunk/wact/db/driver/

Directory Created:
2006-03-27 23:40
Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/trunk/wact/db/driver
                    Folder removed from repo mysql (0 files, 0 lines)

Lines of Code

trunk/wact/db/driver/ Lines of Code

Developers

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

Most Recent Commits

JeffMoore 2009-05-23 18:04 Rev.: 954

convert filename case

0 lines of code changed in 12 files:

  • trunk/wact/db/driver: driver.test.inc.php (del), error.test.php (del), error.xcpt.php (del), errormessage.test.php (del), errormessage.xcpt.php (del), errormessagesql.test.php (del), errormessagesql.xcpt.php (del), errorsql.test.php (del), errorsql.xcpt.php (del), manip.test.inc.php (del), meta.test.inc.php (del), types.test.inc.php (del)
JeffMoore 2006-11-13 03:07 Rev.: 303

Removed optional $cause parameter from many exceptions that do not use it.

11 lines of code changed in 4 files:

  • trunk/wact/db/driver: error.xcpt.php (+2 -5), errormessage.xcpt.php (+2 -5), errormessagesql.xcpt.php (+2 -5), errorsql.xcpt.php (+5 -5)
JeffMoore 2006-10-09 01:41 Rev.: 207

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:

  • trunk/wact/db/driver: error.test.php (+2 -3), error.xcpt.php (+3 -16), errormessage.test.php (+12 -5), errormessage.xcpt.php (+7 -9), errormessagesql.test.php (+15 -6), errormessagesql.xcpt.php (+28 -10), errorsql.test.php (+10 -3), errorsql.xcpt.php (+7 -8)
JeffMoore 2006-10-06 02:35 Rev.: 202

Removed unused i18n features from base exception class.

3 lines of code changed in 1 file:

  • trunk/wact/db/driver: error.xcpt.php (+3 -3)
norbertmocsnik 2006-05-05 11:28 Rev.: 128

Prefixed DB classes with Wact*.

37 lines of code changed in 4 files:

  • trunk/wact/db/driver: driver.test.inc.php (+13 -13), manip.test.inc.php (+10 -10), meta.test.inc.php (+12 -12), types.test.inc.php (+2 -2)
norbertmocsnik 2006-05-05 11:12 Rev.: 127

Prefixed MySQL classes with Wact*.
Unified MySQL naming (upper/lowercase).

2 lines of code changed in 1 file:

  • trunk/wact/db/driver: types.test.inc.php (+2 -2)
norbertmocsnik 2006-05-03 23:14 Rev.: 126

Removed the PHP 4-style iteration test from the MySQL driver test cases.

0 lines of code changed in 1 file:

  • trunk/wact/db/driver: driver.test.inc.php (-8)
norbertmocsnik 2006-05-03 23:13 Rev.: 125

Removed the paging stuff from MySQLRecordSet.
Added an experimental limit method to MySqlQueryStatement.

14 lines of code changed in 1 file:

  • trunk/wact/db/driver: driver.test.inc.php (+14 -28)
norbertmocsnik 2006-04-15 13:03 Rev.: 117

Updated DB documentation.

21 lines of code changed in 4 files:

  • trunk/wact/db/driver: error.xcpt.php (+5 -2), errormessage.xcpt.php (+6 -1), errormessagesql.xcpt.php (+6 -1), errorsql.xcpt.php (+4 -1)
norbertmocsnik 2006-04-02 20:43 Rev.: 113

Adding DB driver exceptions.

46 lines of code changed in 8 files:

  • trunk/wact/db/driver: error.test.php (new 3), error.xcpt.php (new 15), errormessage.test.php (new 5), errormessage.xcpt.php (new 4), errormessagesql.test.php (new 6), errormessagesql.xcpt.php (new 5), errorsql.test.php (new 3), errorsql.xcpt.php (new 5)
norbertmocsnik 2006-04-01 22:49 Rev.: 112

Removed unnecessary version check.

5 lines of code changed in 1 file:

  • trunk/wact/db/driver: driver.test.inc.php (+5 -7)
norbertmocsnik 2006-04-01 22:48 Rev.: 111

Converted DB tests to PHP 5.

103 lines of code changed in 4 files:

  • trunk/wact/db/driver: driver.test.inc.php (+55 -55), manip.test.inc.php (+13 -13), meta.test.inc.php (+24 -24), types.test.inc.php (+11 -11)
norbertmocsnik 2006-04-01 21:48 Rev.: 109

Removed PHP 4 references.

93 lines of code changed in 3 files:

  • trunk/wact/db/driver: driver.test.inc.php (+69 -69), manip.test.inc.php (+10 -10), meta.test.inc.php (+14 -14)
norbertmocsnik 2006-04-01 16:56 Rev.: 100

Fixes paths.
Changed field value getting to direct access.

54 lines of code changed in 2 files:

  • trunk/wact/db/driver: driver.test.inc.php (+51 -51), manip.test.inc.php (+3 -3)
norbertmocsnik 2006-04-01 16:53 Rev.: 99

Removed WACT_ROOT constant.

1 lines of code changed in 1 file:

  • trunk/wact/db/driver: types.test.inc.php (+1 -1)
norbertmocsnik 2006-04-01 14:17 Rev.: 92

Added new file headers. Removed WACT_ROOT.

48 lines of code changed in 4 files:

  • trunk/wact/db/driver: driver.test.inc.php (+12 -2), manip.test.inc.php (+12 -2), meta.test.inc.php (+12 -2), types.test.inc.php (+12 -2)
norbertmocsnik 2006-03-27 23:40 Rev.: 90

Importing DB driver test include files from CVS

78 lines of code changed in 4 files:

  • trunk/wact/db/driver: driver.test.inc.php (new 59), manip.test.inc.php (new 3), meta.test.inc.php (new 14), types.test.inc.php (new 2)
Generated by StatSVN 0.4.0