mirror of
https://github.com/apache/druid.git
synced 2025-02-10 20:14:53 +00:00
* Quote and escape table, key and column names. * fix typo. * More select statements. * Derby lookup tests create quoted identifiers so it's compatible. * Use Stringutils.replace() utility. * quote the filter string. * Squish doubly quote usage into a single function. * Add parameterized test with reserved identifiers. * few changes.