-
Notifications
You must be signed in to change notification settings - Fork 346
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
List of column types #483
Comments
Not sure what you are looking for? Something like |
Yes, or, just to be able to work with dynamic columns, I was able to do it, manually traversing policies in the same manner as serialize function does, but I am not sure it's a correct way of doing it and it's a lot of boilerplate code |
Yeah, right now, there is no great access to it. Here's what I would do for static columns:
This gives you a tuple of |
Thanks! It helped to get rid of some code. |
Glad to read that :-)
Yes
Not in sqlpp11. Future versions of sqlpp (see also discussion in #482) will probably use |
Closing. |
Hi!
I am working on a custom connection object for some DB and in order to make a request I need to provide a list of types which are requested by the select statement. How do I get it from the select object? Thanks!
The text was updated successfully, but these errors were encountered: