Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Does it handle mssql CONCAT #351

Open
mkndn opened this issue Apr 4, 2018 · 0 comments
Open

Does it handle mssql CONCAT #351

mkndn opened this issue Apr 4, 2018 · 0 comments

Comments

@mkndn
Copy link

mkndn commented Apr 4, 2018

Does Squel handle mssql (version prior to 2012) CONCAT?
i.e.
Assume there is a query

select CONCAT('text', table.column_name) from table

.
Will this be automatically converted to mssql (version prior to 2012) flavored concat. Because our mssql version doesn't support CONCAT keyward. Instead it should be

'text' + table.column_name

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant