~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/concat.test

  • Committer: Mark Atwood
  • Date: 2011-05-30 17:52:07 UTC
  • mfrom: (2312.3.1 drizzle-trunk)
  • Revision ID: me@mark.atwood.name-20110530175207-80a1bpdmd4ejqhor
mergeĀ lp:~brianaker/drizzle/bug786509-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
SELECT "1" || "2";
4
4
SELECT 1 || 2;
5
5
 
 
6
SELECT "this" || "dog" || "does" || "not" || "hunt";