canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) No edit summary |
||
| Line 116: | Line 116: | ||
** sql method MatchesByName (for full-text matching by summary) | ** sql method MatchesByName (for full-text matching by summary) | ||
** sql method FullTextMatches (for full-text matching by all text fields) | ** sql method FullTextMatches (for full-text matching by all text fields) | ||
* Litmus::DB::Platform | |||
** sql method ByProduct | |||
* Litmus::DB::Testresult | |||
** sql method Completed | |||
** sql method CompletedByUser | |||
I will also be taking this opportunity to normalize as much of the nomenclature in the perl modules as I can. The focus will be on accurate naming that agrees with the database nomenclature, and as such will require renaming of some key fields. Many Class::DBI field aliases will be removed in favor of using the original database field name; I feel the proliferation of variable names is unnecessary. | |||
=== CGI Scripts === | === CGI Scripts === | ||