Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#281] Fix tiering out objects with 'select' in name (main) #330

Merged
merged 3 commits into from
Jan 31, 2025

Conversation

alanking
Copy link
Contributor

Addresses #281

Cherry-picked from #329

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.
Copy link
Collaborator

@korydraughn korydraughn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pound it.

@alanking
Copy link
Contributor Author

#'d, mergin

@alanking alanking merged commit 8229813 into irods:main Jan 31, 2025
1 check passed
@alanking alanking deleted the 281.m branch January 31, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants