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

PostgreSQL backend #24

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

PostgreSQL backend #24

wants to merge 6 commits into from

Commits on Jul 5, 2015

  1. Implement postgres backend

    cbdevnet committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    6886c3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f3df8 View commit details
    Browse the repository at this point in the history
  3. Replace INSERT OR IGNORE with plain INSERT

    PostgreSQL does not support INSERT OR IGNORE
    cbdevnet committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    cf44c2f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Fix invalid syntax for postgres

    CREATE SCHEMA IF NOT EXISTS was introduced with PostgreSQL 9.3.
    Column names must not be quoted
    PostgreSQL does not have a BLOB type, use bytea instead
    cbdevnet committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    29b20b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70bbdd8 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    cbdevnet committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    e0ea09a View commit details
    Browse the repository at this point in the history