mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
* Add in an example of how to use separated Dearest Maintainer, Thank you for your work on this project. I started using query builder today and I have enjoyed it. I did have a hard time figuring out how best to use separated to generate the values for an IN statement. It is my hope that adding an example will save someone else a few minutes of code reading or compile time. I wrote the example in the github text editor but It looks correct. Thanks again for your work on this. Becker * end ``` * Apply cfg and end ``` * remove dup * Update sqlx-core/src/query_builder.rs