Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.dump needs to do views in order of sqlite_master not alphabetical #82

Closed
rogerbinns opened this issue Dec 29, 2013 · 1 comment
Closed
Assignees

Comments

@rogerbinns
Copy link
Owner

From rogerbinns on October 18, 2009 01:59:49

Since one view can refer to another the order must be creation order not
alphabetical.

CREATE TABLE t1(x);
CREATE VIEW test1 AS SELECT * FROM t1;
CREATE VIEW test AS SELECT COUNT(*) FROM test1;

Original issue: http://code.google.com/p/apsw/issues/detail?id=82

@ghost ghost assigned rogerbinns Dec 29, 2013
@rogerbinns
Copy link
Owner Author

From rogerbinns on October 18, 2009 20:19:32

Fixed in revision e7e84e19d1

Status: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant