rom-sql
rom-sql copied to clipboard
SQL support for rom-rb
## Describe the bug When using `by_pk` with one value while the table has composite primary key, ROM can raise stack overflow error. ## To Reproduce - Create a table...
## Describe the bug I'm trying to select_append a boolean from a subquery (here just rendered as `TRUE` for simplicity) in my app, which is built on SQLite. For background,...
## Describe the bug Using `#last` on a Relation, after a using `#combine`, ignores the `combine` and just returns the regular tuple. ## To Reproduce ```ruby require "rom" Types =...
I discovered this bug the other week. If you call `join` with a relation object, `table_alias` doesn't work at all. It only works with the name a symbol. Note this...