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

Patch 1 #30

Closed
wants to merge 3 commits into from
Closed

Patch 1 #30

wants to merge 3 commits into from

Commits on Oct 9, 2013

  1. Updated mysqldump.php to support multiple database and custom PDO opt…

    …ions.
    
    WARNING: Constructor signature has changed!
    NOTE: Although PDO supports several database types, this update only includes sqlite in addition to MySQL.
    ChristopherRabotin committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    d2b12f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. mysqldump.php now supports MySQL and SQLite (both tested), and (maybe…

    …) Postgres and MS-SQL (dblib PDO driver).
    
    Extended to more databases: sqlite, Postegres and MS-SQL (dblib). Note that I only tested MySQL and sqlite! If you get a PDO Exception in one of the queries, it's probably because of a syntax error for the specific driver. To change that, go to the bottom of the file and edit the TypeAdapter class. For the good of mankind, don't hesitate to request a pull from your fork.
    ChristopherRabotin committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    409abbc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    I've never used Config::get and don't have that package on my current PHP installation. $dump->type may be able to be set from Config.
    ChristopherRabotin committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    9497a31 View commit details
    Browse the repository at this point in the history