~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
        }
270
270
 
271
271
        if (field_arg->sql_type == DRIZZLE_TYPE_DATE
 
272
            || field_arg->sql_type == DRIZZLE_TYPE_TIME
272
273
            || field_arg->sql_type == DRIZZLE_TYPE_DATETIME
273
274
            || field_arg->sql_type == DRIZZLE_TYPE_TIMESTAMP)
274
275
        {