[Gravity] Copy query escaping methods from builders to escapers.

Review Request #119 — Created June 25, 2013 and submitted

pprkut
Lunr
pprkut:escaperbase
118
120
lunr
Copy escaping methods from the query builder classes to the respective escaper classes. We don't delete the old code so we don't break dependent classes.
Unit Tests
  • 0
  • 0
  • 0
  • 1
  • 1
Description From Last Updated
dinos
  1. 
      
  2. src/Lunr/Gravity/Database/DatabaseQueryEscaper.php (Diff revision 1)
     
     
     
     
     
     
     
     
    is there sql syntax that uses different delimiters in the left part than the right? What is the point to have 2 different constants for the same character?
    1. MSSQL uses '[' and ']'
  3. 
      
dinos
  1. Ship It!
  2. 
      
pprkut
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master
Loading...