Ben Gemmill

Results 77 comments of Ben Gemmill

While I can't speak for others, I tend to use https://fmt.dev for string formatting and generate queries that way. Another thought is an option to pass in a string without...

I'm definitely not advocating for SQL injection! I'm wondering if there's a shorter-term answer to allowing colon literals in queries by turning off query rewriting of named parameters until the...

@zwkno1: vectors trigger soci into thinking that you're about to engage in a bulk operation. The only way I've found to add arrays using soci's bulk operation is to flatten...

It looks like some parsing support is needed too: https://github.com/SOCI/soci/issues/820

I've been struggling with this too today. It looks like something changed with the b2 build process between boost 1.77 and 1.78. In trying to solve this problem, I tried...

Decorators do the job, but just feel super clunky since the option to use client or server compression was all ready specified. ``` // Set a decorator to manually modify...

@klemens-morgenstern yes, setting it to anything in a valid range has it sent as a header, and attempting to set it to an an invalid value gives beast errors about...

While I can suppress the server headers with the decorator, it seems strange that they're sent at all when we specify no server headers in the `permessage_deflate pd_option`

The first part looks like a docker [allow list](https://github.com/moby/moby/issues/47532) issue.