Joe Lind

Results 3 issues of Joe Lind

Before this change, using `with_model` with a superclass that connects to a database other than the database configured for `ActiveRecord::Base` would end up creating the table in the wrong database.

### Describe the bug When using `SELECT DISTINCT` with a table alias, we get a syntax error telling us that ORDER BY expressions must appear in select list, even though...

type/bug
priority/low

### Describe the bug When issuing a pretty simple update against a table, we get a syntax error, but it should work. ### Error message/log ```text ERROR: Failed to run...

type/bug
BY-user