Skip to content

Support SQLite #10

Description

@wadetregaskis-linkedin

SQLite doesn't have … OR REPLACE … syntax for view creation - instead you have to do DROP VIEW IF EXISTS foo as a separate statement.

I intended to try adding this myself, but ran into #9 before I even really got started. The actual changes in views.py are pretty trivial, but having to first deal with the existing test failures is a bit discouraging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions