Skip to content

PostgreSQL support #21

@woahdae

Description

@woahdae

Nice project!!!

I messed around with how the tests run if you hack it to run postgres and copy/paste the tests here

This probably isn't news, but the higher-level interface tests pass, and the lower-level migration tests that assert statements fail, but entirely due to quotation differences between postgresql and mysql. That isn't to say the migrations would work, necessarily, since the tests just assert the sql output, but postgres doesn't vary that wildly.

I was hoping to get out of copy/paste land and see what could be extracted to test adapters generically, but kept running in to little issues asserting the quote style, or lack of quotes in some cases.

I'm out of time for now, but maybe this moves the ball a bit.

Thanks for the great idea!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions