[Gravity] Add SQLDMLQueryBuilder for common simple SQL syntax elements
Review Request #180 — Created Oct. 11, 2013 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
pprkut:runkit | |
Reviewers | |
lunr | |
Lots of changes, but there's actually very little happening here. Just a little bit of house keeping. Taking the general parts of SQL syntax and moving them to a separate DML query builder removes a lot of actual and potential code duplication from the SQLite3 and MySQL DML Query Builders.
Unit tests