Bug #52718 | respect binary flags=false does not work for results of GROUP_CONCAT() | ||
---|---|---|---|
Submitted: | 9 Apr 2010 12:13 | Modified: | 16 Apr 2010 1:01 |
Reporter: | Bogdan Degtyariov | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.2.2 | OS: | Any |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | BINARY, metadata, respect binary flags |
[9 Apr 2010 12:13]
Bogdan Degtyariov
[16 Apr 2010 1:01]
Reggie Burnett
This is not a bug. Respect binary flags is about returning a value that matches what the metadata says it is. In this case, GROUP_CONCAT is returning binary metadata. What you want in your connection string is "functions return string=yes" which forces the output of functions to be string.