Directory trunk/wact/db/driver/mysql/

Directory Created:
2006-03-25 18:32
Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
16
Lines of Code:
0

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

Lines of Code

trunk/wact/db/driver/mysql/ Lines of Code

Developers

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

Most Recent Commits

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

convert filename case

0 lines of code changed in 16 files:

  • trunk/wact/db/driver/mysql: driver.inc.php (del), driver.test.php (del), manip.inc.php (del), manip.test.php (del), meta.inc.php (del), meta.test.php (del), mysql.test.config.php (del), mysql.test.inc.php (del), mysql.test.php (del), mysql.test.pre.php (del), mysql.test.ted.php (del), mysql.test.tmp.php (del), test.config.php (del), test.inc.php (del), types.inc.php (del), types.test.php (del)
norbertmocsnik 2006-12-30 18:04 Rev.: 361

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:

  • trunk/wact/db/driver/mysql: driver.test.php (+5 -6), manip.test.php (+4 -5), meta.test.php (+3 -4), mysql.test.tmp.php (-1), types.test.php (+1 -2)
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.

13 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: driver.inc.php (+13 -25)
norbertmocsnik 2006-06-29 22:02 Rev.: 194

Added WactMySQLRecordSet support to WactTableView.

9 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: driver.inc.php (+9)
JeffMoore 2006-06-14 03:45 Rev.: 189

removed TestPrerequisiteRegistry singleton

0 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: mysql.test.pre.php (-2)
norbertmocsnik 2006-05-15 20:26 Rev.: 155

Replaced one more constructor.

1 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: meta.inc.php (+1 -1)
norbertmocsnik 2006-05-15 19:41 Rev.: 151

Replaced constructor to PHP 5-style.

1 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: meta.inc.php (+1 -1)
norbertmocsnik 2006-05-05 11:28 Rev.: 128

Prefixed DB classes with Wact*.

31 lines of code changed in 7 files:

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

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

93 lines of code changed in 12 files:

  • trunk/wact/db/driver/mysql: driver.inc.php (+24 -24), driver.test.php (+18 -18), manip.inc.php (+2 -2), manip.test.php (+14 -14), meta.inc.php (+16 -16), meta.test.php (+9 -9), mysql.test.pre.php (+2 -2), mysql.test.tmp.php (+2 -2), test.config.php (+1 -1), test.inc.php (+1 -1), types.inc.php (+1 -1), types.test.php (+3 -3)
norbertmocsnik 2006-05-03 23:13 Rev.: 125

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

51 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: driver.inc.php (+51 -26)
norbertmocsnik 2006-04-02 20:59 Rev.: 116

Replacing RaiseError()s, die()s and trigger_error()s to Exceptions.

28 lines of code changed in 2 files:

  • trunk/wact/db/driver/mysql: driver.inc.php (+24 -6), meta.inc.php (+4 -2)
norbertmocsnik 2006-04-01 22:48 Rev.: 111

Converted DB tests to PHP 5.

49 lines of code changed in 3 files:

  • trunk/wact/db/driver/mysql: driver.test.php (+17 -17), manip.test.php (+12 -12), meta.test.php (+20 -20)
norbertmocsnik 2006-04-01 22:47 Rev.: 110

Added visibility specifiers.
Removed PHP 4 references.
Changed constructors to PHP 5-style.

50 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: meta.inc.php (+50 -50)
norbertmocsnik 2006-04-01 21:48 Rev.: 109

Removed PHP 4 references.

26 lines of code changed in 2 files:

  • trunk/wact/db/driver/mysql: meta.inc.php (+25 -25), test.inc.php (+1 -1)
norbertmocsnik 2006-04-01 21:41 Rev.: 108

PHP 5-style constructors

9 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: driver.inc.php (+9 -9)
norbertmocsnik 2006-04-01 21:37

Specified function visibility.

5 lines of code changed in 2 files:

  • trunk/wact/db/driver/mysql: manip.inc.php (+2 -3), types.inc.php (+3 -3)
norbertmocsnik 2006-04-01 18:18 Rev.: 105

Splitted up mysql tests into multiple files.

59 lines of code changed in 7 files:

  • trunk/wact/db/driver/mysql: driver.test.php (new 18), manip.test.php (new 14), meta.test.php (new 20), mysql.test.tmp.php (new 2), test.config.php (new 1), test.inc.php (new 1), types.test.php (new 3)
norbertmocsnik 2006-04-01 17:53 Rev.: 104

Changing mysql display name to MySQL

1 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: mysql.test.pre.php (+1 -1)
norbertmocsnik 2006-04-01 17:02 Rev.: 103

Fixed paths.
Changed ConditionalDependencyInvoker calls to PrerequisiteInvoker.
Resolved PHP 4 style pass/assign-by-reference issues.

67 lines of code changed in 1 file:

  • trunk/wact/db/driver/mysql: mysql.test.php (+67 -67)
norbertmocsnik 2006-04-01 17:00 Rev.: 102

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:

  • trunk/wact/db/driver/mysql: driver.inc.php (+83 -15)

(7 more)

Generated by StatSVN 0.4.0