timescaledb icon indicating copy to clipboard operation
timescaledb copied to clipboard

reject queries that are not string

Open exterm opened this issue 6 months ago • 2 comments

If you pass an ActiveRecord::Relation, it will be executed when the call is analyzed for logging purposes, potentially timing out the migration.

Fix https://github.com/timescale/timescaledb-ruby/issues/115

I'm not quite sure why github id displaying my commit as unverified, it should be signed as usual.

exterm avatar May 05 '25 16:05 exterm

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 05 '25 16:05 CLAassistant

Note: I haven't been able to execute the tests locally; there doesn't seem to be documentation on how to do that. I assume I need to configure a database somehow?

exterm avatar May 05 '25 16:05 exterm