Hi,
I'm trying to write tests as you have asked me to.
So far I was able to figure out the database needs
datestyle = 'Postgres, MDY'
intervalstyle = 'postgres_verbose'
but I'm still unable to get exactly the same output as in check_results.out.
I have no idea what is check_results_1.out good for.
I guess you want me just to add SELECT testschema1.seq1.NEXTVAL FROM dual; to migrate.sql, SELECT nextval('testschema1.seq1'); to check_results.sql and add relevant output to check_results.out. Right?
BTW: This might hinder subsequent runs of the check.
Hi,
I'm trying to write tests as you have asked me to.
So far I was able to figure out the database needs
but I'm still unable to get exactly the same output as in check_results.out.
I have no idea what is check_results_1.out good for.
I guess you want me just to add
SELECT testschema1.seq1.NEXTVAL FROM dual;to migrate.sql,SELECT nextval('testschema1.seq1');to check_results.sql and add relevant output to check_results.out. Right?BTW: This might hinder subsequent runs of the check.