wiki.techinc.nl/tests/phpunit/integration
Tim Starling f3607d6512 Simplify addIdentifierQuotes and its inverse
* Instead of quoting any possible input as an identifier, validate the
  input and fail if it contains a special character. This allows us to
  simplify the implementation of the corresponding unquoting in
  SQLPlatform::extractTableNameComponents.
* Add getIdentifierQuoteChar(), and unify the implementations except
  for this one detail.
* addIdentifierQuotes() was/is not abstract. Remove the incorrect
  comment about this from DatabaseTest. I tried removing the stub from
  SQLPlatformTestHelper but there were 170 test failures, so it gets a
  TODO for now.

Change-Id: I711968b17b303bbb5efd2882bc676b695d25ef7f
2023-12-13 15:10:05 -08:00
..
includes Simplify addIdentifierQuotes and its inverse 2023-12-13 15:10:05 -08:00