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

Load feeds without named schema #74

Open
abyrd opened this issue Oct 3, 2017 · 0 comments
Open

Load feeds without named schema #74

abyrd opened this issue Oct 3, 2017 · 0 comments

Comments

@abyrd
Copy link
Member

abyrd commented Oct 3, 2017

SQLite doesn't have real schema support. We may want to use the library to load a single feed into SQLite. We should support the case where there is no schema name. This is currently done in an ugly fashion where the separator dot is included in the unique schema name. Even then it won't really work because the method that creates a schema is always called.

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

No branches or pull requests

1 participant