*** src/parsestatements/test_sql.expected.win32.orig Tue Nov 25 22:10:41 2008 --- src/parsestatements/test_sql.expected.win32 Tue Nov 25 22:11:08 2008 *************** *** 59,65 **** WHERE (dic_category_id = 26); -- Some more torturing per Weslee Bilodeau ! -- I figure the $_$, $$, etc edge-cases would be another fun one to roll -- into a custom parser. CREATE FUNCTION test( ) RETURNS text AS $_$ SELECT ';', E'\';\'', --- 59,66 ---- WHERE (dic_category_id = 26); -- Some more torturing per Weslee Bilodeau ! ! -- I figure the $_$, $$, etc edge-casees would be another fun one to roll -- into a custom parser. CREATE FUNCTION test( ) RETURNS text AS $_$ SELECT ';', E'\';\'', *************** *** 192,198 **** -- Some more torturing per Weslee Bilodeau ! -- I figure the $_$, $$, etc edge-cases would be another fun one to roll -- into a custom parser. CREATE FUNCTION test( ) RETURNS text AS $_$ SELECT ';', E'\';\'', --- 193,200 ---- -- Some more torturing per Weslee Bilodeau ! ! -- I figure the $_$, $$, etc edge-casees would be another fun one to roll -- into a custom parser. CREATE FUNCTION test( ) RETURNS text AS $_$ SELECT ';', E'\';\'',