-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#281] Fix tiering out objects with 'select' in name
Using lowercase 'select' rather than 'SELECT' in GenQuery1 is a known workaround for an issue with the historical parser for dealing with queries that deal with the word 'select'. All internal queries in this plugin have been converted to use lowercase letters for all GenQuery syntax. Also, any instance which was touched and was using boost::format has been changed to use fmt::format. And updated README to use lowercase 'select' in example queries, as well.
- Loading branch information
Showing
3 changed files
with
69 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters