Skip to content

Test on demo website runs into out of time #80

@matthiastz

Description

@matthiastz

setup:
schema AlbumSchema(AlbumId: int, Title: varchar, ArtistId: int);
table Album(AlbumSchema);

query q1 -- define query q1
SELECT * FROM Album a;

query q2 -- define query q1
SELECT a.AlbumId, a.Title, a.ArtistId FROM Album a;

verify q1 q2; -- does q1 equal to q2?

result:
Two queries' equivalence is unknown. Solver runs out of time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions