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

Call plpython inline #249

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

Commits on Mar 14, 2020

  1. Move init to a separate function to prep for calling it later

    when we have a transaction context and can let plpython do most
    of the work for us.
    rbiro committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    d0561f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5441d68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5987b2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    479edcd View commit details
    Browse the repository at this point in the history
  5. Pass InlineCodeBlock to plpython_inline_handler since that is what

    it actually expects.
    rbiro committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    ed1d0c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1372c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b16f8e2 View commit details
    Browse the repository at this point in the history
  8. Remove extraneous e.

    rbiro committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    f0aa075 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dab0fa1 View commit details
    Browse the repository at this point in the history