You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First of all, thank you very much for this very nice package. Very readable code that i would very much like to use.
In my project, I generate queries to use with the encode/databases package for async access to several sql backends.
I tried to create an engine that would generate databases like query, that use a :query_arg style notation.
It seems that parameters are not aware of their own names, so I'm running into problems. Am I missing something ?
Hi,
Named parameters are indeed not supported. Latitude, the origin of this query builder, doesn't support them either: shadowhand/latitude#131
I'm not sure how easy it will be to add this functionality.
Hello,
First of all, thank you very much for this very nice package. Very readable code that i would very much like to use.
In my project, I generate queries to use with the encode/databases package for async access to several sql backends.
I tried to create an engine that would generate databases like query, that use a :query_arg style notation.
It seems that parameters are not aware of their own names, so I'm running into problems. Am I missing something ?
https://www.encode.io/databases/database_queries/ for references
Thank you very much.
The text was updated successfully, but these errors were encountered: