- [x] Single quotes for **S**trings: http://stackoverflow.com/a/1992331/946850, escape by repetition~~, escape backslash, escape single quote with backslash~~ - [x] Double quotes for **D**atabase stuff, escape by repetition - [x] Vectorize dbQuoteString() - [x] Add dots in dbQuoteIdentifier() - [x] Return "SQL" object