~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/parser.result

  • Committer: Brian Aker
  • Date: 2009-02-26 20:41:50 UTC
  • mfrom: (899.1.1 drizzle)
  • Revision ID: brian@tangent.org-20090226204150-i22ztuqtyfefef2s
Merge of Mine, Jay's and Stewart's

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
CREATE TABLE table_25930_b SELECT "blah" - 1 FROM table_25930_a;
251
251
desc table_25930_b;
252
252
Field   Type    Null    Key     Default Extra
253
 
"blah" - 1      double  NO              0       
 
253
"blah" - 1      double  NO              NULL    
254
254
DROP TABLE table_25930_a;
255
255
DROP TABLE table_25930_b;
256
256
select pi(3.14);