rom-sql icon indicating copy to clipboard operation
rom-sql copied to clipboard

SQL support for rom-rb

Results 64 rom-sql issues
Sort by recently updated
recently updated
newest added

## 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...

bug
help wanted

## 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,...

bug
help wanted

## 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 =...

bug
help wanted

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...