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

Update PgSQL driver to enable mapping #262

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

Commits on Jun 13, 2019

  1. Remove trailing whitespace.

    mreiden committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    65790e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784ebc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cdd159 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    cdebbf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    738e7a2 View commit details
    Browse the repository at this point in the history
  2. Fix Date/DateTime FieldSchema by adding a missing break/return. Remov…

    …e commented out QUICKBOOKS_DRIVER_SQL_BOOLEAN MySql case (PgSQL version remains above) that accidentally included the return $sql.
    mreiden committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    5a688d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e68f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47ed95d View commit details
    Browse the repository at this point in the history
  5. Use class constants QuickBooks_WebConnector_Server_SQL::MODE_READONLY…

    …, QuickBooks_WebConnector_Server_SQL::MODE_WRITEONLY, and QuickBooks_WebConnector_Server_SQL::MODE_READWRITE instead of undefined QUICKBOOKS_SERVER_SQL_MODE_READONLY, QUICKBOOKS_SERVER_SQL_MODE_WRITEONLY, and QUICKBOOKS_SERVER_SQL_MODE_READWRITE in example_mssql_mirror.php and example_pgsql_mirror.php.
    mreiden committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    9ba1c04 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Lowercase PgSQL table, column, and index names (PgSQL lowercases Colu…

    …mn and requires quotes for CoLuMn and you can actually create both in the same table if you want to cause mass confusion). Successful mapping depends on PR consolibyte#261.  Cleaned up version solves PR consolibyte#39.
    mreiden committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    81e483d View commit details
    Browse the repository at this point in the history
  2. Add method hasTrueBoolean to QuickBooks_Driver_Sql and use true/false…

    … values for booleans in Pgsql driver and 1/0 for the other drivers.
    mreiden committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    ba5a889 View commit details
    Browse the repository at this point in the history
  3. Update mirroring examples to use class constants instead of undefined…

    … QUICKBOOKS_SERVER_SQL_CONFLICT_LOG and QUICKBOOKS_SERVER_SQL_DELETE_FLAG in PgSQL and Microsoft SQL. Use the same $mode and $delete settings as are in the MySQL example for consistency.
    mreiden committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    311e3fc View commit details
    Browse the repository at this point in the history