Adam David

Results 4 comments of Adam David

@chdsbd I took a stab at using that, but the `CommentStmt` is for an actual SQL `COMMENT ON` https://www.postgresql.org/docs/current/sql-comment.html The downside of using this is that it actually changes the...

@tsrivishnu I have experienced the behavior you describe queuing sidekiq jobs in `after_commit` hooks. From this rails code, I believe the issue is with `joinable: false` and does not affect...

@maschwenk the error that get's raised when string is nil comes from `string + max_depth` I have updated the readme to better describe the situation.

At any rate this needs to be added to `get_lineage` since that exhibits the same behavior of calling `input + thing`. If you think of a better place to put...