Closed GoogleCodeExporter closed 9 years ago
Hi Guys,
May I have your feedback on this one ?
Thanks
Original comment by queeq...@gmail.com
on 19 Jul 2013 at 6:01
Why don't you just set the default correctly and use:
CREATE TABLE `test` (
`stem` varchar(2000) DEFAULT NULL,
)
? That would be much simpler.
Original comment by thomas.t...@gmail.com
on 20 Jul 2013 at 5:29
This is
(a) a pretty major feature,
and
(b) completely non-sql-standard,
so no, sorry, I don't think we're going to be implementing it anytime soon.
Specifically, it would require two things we currently do not support
(a) per-column collations.
(b) the very weird MySQL UTF8_BIN charset
The only I can suggest for now is that you convert this to a VARBINARY datatype
when you're using H2.
Original comment by noelgrandin
on 22 Jul 2013 at 8:56
It's not the plan for H2 to be a MySQL clone, so I wouldn't want such a feature.
Original comment by thomas.t...@gmail.com
on 28 Jul 2013 at 9:34
Original issue reported on code.google.com by
queeq...@gmail.com
on 16 Jul 2013 at 12:57