~drizzle-trunk/drizzle/development

Viewing all changes in revision 1668.7.1.

default values for DATE columns were being stored in the original string that the user entered in CREATE TABLE while what actually happens is that this string is typecast to DATE (e.g. if it had a time as well the time vanishes silently). This patch fixes what's stored in the table proto. This is visible when you use statement_transform for SHOW CREATE TABLE

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: