Re: Values of SET columns with commas (,) are not distinguishable from multiple values

2001-06-03 Thread Alexander Skwar
So sprach Benjamin Pflugmann am Sun, Jun 03, 2001 at 11:42:34PM +0200: > Hello. Nabend! > Yes, this is the documented behaviour: Oh, I must have overlooked the last sentence. Thanks for pointing it out. > Regardless, this is an interesting proposal which should be > considered. Only problem i

Re: Values of SET columns with commas (,) are not distinguishable from multiple values

2001-06-03 Thread Benjamin Pflugmann
Hello. On Sun, Jun 03, 2001 at 11:27:46PM +0200, [EMAIL PROTECTED] wrote: > >Description: > If a SET coumn contains values with , (comma), it's impossible to > distinguish values with a , from multiple values. Yes, this is the documented behaviour: -- http://www.mysql.com/doc/S/E/SET.ht

Values of SET columns with commas (,) are not distinguishable from multiple values

2001-06-03 Thread askwar
>Description: If a SET coumn contains values with , (comma), it's impossible to distinguish values with a , from multiple values. >How-To-Repeat: mysql> alter table test add SetCol SET ('BLONDE', 'TALL', 'BLONDE,TALL'); Query OK, 0 rows affected (0.01 sec) Records: 0 Duplicates: 0 Warnings: 0