Skip to content

[DbUp.Oracle] Script fail when comment at end #3

@Orkad

Description

@Orkad

Don't know if its only oracle related but in fact, if you try to run the following scripts :
create table FOO (myid INT NOT NULL); -- this comment will fail the script
create table FOO (myid INT NOT NULL); /* this comment will fail the script too */

the scripts will fail according to the oracle exception ORA-00900 invalid SQL statement.

DbUp consider the comment as SQL instruction in each cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Bugs

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions