Change Summary:
Checked with the Reviewboard documentation. "Branch" should list the branch your changes are based on
Branch: |
|
---|
Review Request #1 — Created Oct. 24, 2012 and submitted
Information | |
---|---|
Felipe | |
Lunr | |
https://github.com/pprkut/lunr/tree/select | |
Reviewers | |
pprkut |
Added DELETE functionality to query builders Get it here: https://github.com/madsmash/lunr/commits/delete
Unit tests
system/libraries/dataaccess/class.databasedmlquerybuilder.inc.php (Diff revision 1) |
---|
Please add yourself as author
system/libraries/dataaccess/class.databasedmlquerybuilder.inc.php (Diff revision 1) |
---|
the tables to delete *from* deleting the table would be "DROP TABLE" ;)
system/libraries/dataaccess/class.databasedmlquerybuilder.inc.php (Diff revision 1) |
---|
s/select/delete/
system/libraries/dataaccess/class.databasedmlquerybuilder.inc.php (Diff revision 1) |
---|
again, delete *from*
tests/system/libraries/dataaccess/class.databasedmlquerybuilder.queryparts.delete.test.php (Diff revision 1) |
---|
missing copyright and license
tests/system/libraries/dataaccess/class.databasedmlquerybuilder.queryparts.delete.test.php (Diff revision 1) |
---|
wrong test name
tests/system/libraries/dataaccess/class.databasedmlquerybuilder.queryparts.delete.test.php (Diff revision 1) |
---|
Drop M2Mobi as author
tests/system/libraries/dataaccess/class.databasedmlquerybuilder.queryparts.delete.test.php (Diff revision 1) |
---|
incomplete explanation
Fixed all issues reported so far
tests/system/libraries/dataaccess/class.mysqldmlquerybuilder.test.php (Diff revision 2) |
---|
Please add yourself as author
Added author missing in test file
Diff: |
Revision 3 (+503 -1)
|
---|