Change Summary:
Note missing dependency
Description: |
|
|---|
Review Request #63 — Created Feb. 18, 2013 and submitted
| Information | |
|---|---|
| pprkut | |
| Lunr | |
| pprkut:db_support | |
| Reviewers | |
| lunr | |
This makes use of the new query helper methods to log errors in case a query fails. This depends on http://reviews.lunr.nl/r/62/
Unit Tests
| src/Lunr/DataAccess/DatabaseAccessObject.php (Diff revision 1) |
|---|
Just a question.
The {query} inside the string is referring to the the index "query of the $context array", right?
Is the error going to match the value inside the brackets? Something like printf ?
Also in the first value {query}; you always (also in the next lines that you use this style)close with a semicolon, while you don't for {error}