-
Notifications
You must be signed in to change notification settings - Fork 338
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
base: master
Are you sure you want to change the base?
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 65790e8 - Browse repository at this point
Copy the full SHA 65790e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784ebc8 - Browse repository at this point
Copy the full SHA 784ebc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cdd159 - Browse repository at this point
Copy the full SHA 4cdd159View commit details
Commits on Jun 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cdebbf0 - Browse repository at this point
Copy the full SHA cdebbf0View commit details
Commits on Jun 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 738e7a2 - Browse repository at this point
Copy the full SHA 738e7a2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5a688d7 - Browse repository at this point
Copy the full SHA 5a688d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e68f6 - Browse repository at this point
Copy the full SHA 83e68f6View commit details -
PgSQL lacked a QUICKBOOKS_DRIVER_SQL_DATE case and used default case …
…of TEXT datatype.
Configuration menu - View commit details
-
Copy full SHA for 47ed95d - Browse repository at this point
Copy the full SHA 47ed95dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9ba1c04 - Browse repository at this point
Copy the full SHA 9ba1c04View commit details
Commits on Jun 19, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 81e483d - Browse repository at this point
Copy the full SHA 81e483dView commit details -
Add method hasTrueBoolean to QuickBooks_Driver_Sql and use true/false…
… values for booleans in Pgsql driver and 1/0 for the other drivers.
Configuration menu - View commit details
-
Copy full SHA for ba5a889 - Browse repository at this point
Copy the full SHA ba5a889View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 311e3fc - Browse repository at this point
Copy the full SHA 311e3fcView commit details