Will Graham
Will Graham
Same here. I've tried adding inline buttons from a template in a similar way (see below) and would love to see this implemented. Any ideas on my end are very...
Is there a way to limit the amount of test memory stored? Or a way to only have tests enabled for active buffers? I'm having similar issues and it seems...
> There is no such feature as far as I know. And the arguments passed to `pqxx::params` should be able to be converted to `std::string` by passing them to `std::format()`....
> [@tt4g](https://github.com/tt4g) is exactly right. You can pass SQL _values_ as parameters, but not _identifiers._ You could say that the whole point of parameters is that they can't be anything...