Skip to content

Sequences catchup regression tests #40

Open
@lemrouch

Description

@lemrouch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions