[ADQL] Fix the SQL translation of concatenations for MySQL and MS-SQLServer.
As @vforchi said: > The ANSI standard `||` is supported only by Oracle and Postgres: MySQL uses > `CONCAT` and SQLServer uses `+`. _This commit resolves the issue #70 ._
Loading
Please register or sign in to comment