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

Feature Request : join like operator #465

Closed
olivier80 opened this issue Feb 5, 2017 · 1 comment
Closed

Feature Request : join like operator #465

olivier80 opened this issue Feb 5, 2017 · 1 comment

Comments

@olivier80
Copy link
Contributor

Hi,
It would be great to have some join like operator.
For example, I would like to format easily some queries like that :

std::vector<Id> ids { ... };
std::string query = fmt::format("SELECT Name FROM MyTable WHERE Id IN ({})", ids);
@olivier80
Copy link
Contributor Author

I wrote simple implementation of a join function. #466

@vitaut vitaut closed this as completed Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants