[Gravity] SQLiteDMLQueryBuilder
Review Request #92 — Created May 15, 2013 and discarded
Information | |
---|---|
dinos | |
Lunr | |
dinostheo:SQLiteConnection | |
Reviewers | |
lunr | |
This review contains the code for the sqlite query builder, as well as its unit tests. https://github.com/dinostheo/lunr/tree/SQLiteDMLQueryBuilder It depends on the http://reviews.lunr.nl/r/83/ https://github.com/dinostheo/lunr/tree/SQLiteConnection which is necessary for the escaping methods only. I also depends on http://reviews.lunr.nl/r/93/ for the delimiter.
unit tests
Change Summary:
Fixed branch and bugs fields
Branch: |
|
||||
---|---|---|---|---|---|
Bugs: |
|
Change Summary:
removes the delimiter related code.
-
Note that I do not mind the location delimiter as such. We will need something like that when implementing support for other databases (postgres, mssql, etc which do not support grave accents for identifiers). It's just an unrelated change and as such belongs in a separate review request.
-
src/Lunr/Gravity/Database/MySQL/MySQLDMLQueryBuilder.php (Diff revision 1) unnecessary with latest changes
Change Summary:
Adds the delimiter in sqlite query builder.
Diff: |
Revision 3 (+2709 -2)
|
---|
Description: |
|
---|