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

Adding PostgreSQL support #62

Merged
merged 2 commits into from
Mar 15, 2013
Merged

Adding PostgreSQL support #62

merged 2 commits into from
Mar 15, 2013

Commits on Mar 15, 2013

  1. PostgreSQL support (initial revision)

    This adds support for PostgreSQL as a database for selfoss. Tested with
    pg 9.0, but anything reasonably modern (8.x+) should work.  Testing
    platform is debian stable on i386 with pg 9.0.7 and php 5.3.3-7.
    
    Squashed commit of the following:
    
    commit d65487baf61b60112772e4778f2f4f23082ad5a0
    Author: Michael Jackson <[email protected]>
    Date:   Thu Mar 14 22:11:38 2013 -0400
    
        Fixing another boolean/integer mismatch with pg
    
    commit f325dfdb1fc02a3bf0e43d27dba52f0077a1018e
    Author: Michael Jackson <[email protected]>
    Date:   Thu Mar 14 22:05:46 2013 -0400
    
        Further fixes for pg support
    
    commit 041050cc99188671889a599b86677980b1e45d1a
    Author: Michael Jackson <[email protected]>
    Date:   Thu Mar 14 21:50:28 2013 -0400
    
        Initial revision of support for postgresql database.
    volkadav committed Mar 15, 2013
    Configuration menu
    Copy the full SHA
    bb11144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54b48e View commit details
    Browse the repository at this point in the history