You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: