~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: David Axmark
  • Date: 2008-11-05 05:50:56 UTC
  • mto: (584.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 586.
  • Revision ID: davida@davids-laptop-20081105055056-bt8ajhvihu0j28kp
Changed NEWDATE to DATE. One failing test but I think its somewhere else in the code 
(func_math).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2857
2857
{
2858
2858
  switch (type) {
2859
2859
    case DRIZZLE_TYPE_BLOB:        return "BLOB";
2860
 
    case DRIZZLE_TYPE_NEWDATE:        return "DATE";
 
2860
    case DRIZZLE_TYPE_DATE:        return "DATE";
2861
2861
    case DRIZZLE_TYPE_DATETIME:    return "DATETIME";
2862
2862
    case DRIZZLE_TYPE_NEWDECIMAL:  return "DECIMAL";
2863
2863
    case DRIZZLE_TYPE_DOUBLE:      return "DOUBLE";