X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46xml-to-pg.t;fp=t%2F46xml-to-pg.t;h=44ef2adaa745757bfc93194d739d14644d4addba;hb=3910f24828cc4aade90168adc7a99b284211b0aa;hp=87469dcf1d21b958584fe695bf24e8af92182356;hpb=330e46868e86373801db03341df19a3aedbe75f1;p=dbsrgits%2FSQL-Translator.git diff --git a/t/46xml-to-pg.t b/t/46xml-to-pg.t index 87469dc..44ef2ad 100644 --- a/t/46xml-to-pg.t +++ b/t/46xml-to-pg.t @@ -59,7 +59,7 @@ CREATE TABLE "Another" ( DROP VIEW "email_list"; CREATE VIEW "email_list" ( "email" ) AS ( - SELECT email FROM Basic WHERE email IS NOT NULL + SELECT email FROM Basic WHERE (email IS NOT NULL) ); ALTER TABLE "Basic" ADD FOREIGN KEY ("another_id")