active_record_union icon indicating copy to clipboard operation
active_record_union copied to clipboard

gem does not work with SQLServer

Open snex opened this issue 3 years ago • 0 comments

By default, SQL Server table names are of the form 'dbo.table_name.' When this gem attempts to alias the unionized result-set, it tries to use the original table name, which SQL Server does not like because there is a '.' in it. I am not able to change my table names. Is there a way to supply my own alias? Or at least remove the 'dbo.' from the alias?

snex avatar Feb 25 '21 21:02 snex