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

Execute SQL only with option --live #50

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

Commits on Mar 30, 2019

  1. Update core_configure.py

    Add parameter 'live' to function run_module_sql() to execute SQL only if pgbedrock was started with option --live.
    This can prevent unnecessary SQL execution and rollback.
    This change also fix problem with hanged up Postgres session when there are a lot (more then ~10.000) of generated SQL statements.
    tolq15 authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    87fbb7f View commit details
    Browse the repository at this point in the history
  2. Update core_configure.py

    tolq15 authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    35a8f33 View commit details
    Browse the repository at this point in the history
  3. Update core_configure.py

    Fix error in the previous commit. Parameter 'live' was added to analyze_ownerships function. It was a mistake.
    tolq15 authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    2d64fa2 View commit details
    Browse the repository at this point in the history