~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/alias.result

  • Committer: Jay Pipes
  • Date: 2009-02-11 02:30:38 UTC
  • mto: (873.2.13 devel)
  • mto: This revision was merged to the branch mainline in revision 877.
  • Revision ID: jpipes@serialcoder-20090211023038-203wrshtyrufboko
Fixes the Field_date class to not allow any invalid input at
any time.  This, quite expectedly, broken about 20 test cases, so
this patches up those cases as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
aufnr int NOT NULL default '0',
6
6
username varchar(50) NOT NULL default '',
7
7
hdl_nr int NOT NULL default '0',
8
 
eintrag date NOT NULL default '0000-00-00',
 
8
eintrag date NOT NULL, 
9
9
st_klasse varchar(40) NOT NULL default '',
10
10
st_wert varchar(40) NOT NULL default '',
11
11
st_zusatz varchar(40) NOT NULL default '',