Spaceship Operations

Results 3 comments of Spaceship Operations

It should be noted that using custom functions does have a workaround, by registering them on the database connection and then invoking them with `raw_sql`: ```python def regexp(pattern: str, string:...

Not gonna lie, I skimmed and searched the man page for something about a configuration file but didn't find any, so I assumed there was simply no way to globally...

I just came here to second having an `omit_defaults` argument to `encode`, because I totally have a use case for that.