dart-drivers / mysql

MySQL Connector for Dart
Other
98 stars 38 forks source link

CONCAT_WS() throwing exception #64

Open kbirch opened 9 years ago

kbirch commented 9 years ago

Example query: select Thing.thingID, CONCAT_WS(' ', Thing.title, Thing.version) as title from Thing

This throws an exception in sqljocky but it is a valid query that I use from Node.js, command line and phpMyAdmin query tools, etc.