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

Improve quoting of SQL identifiers #419

Merged
merged 13 commits into from
Jul 29, 2020
Merged

Improve quoting of SQL identifiers #419

merged 13 commits into from
Jul 29, 2020

Commits on Jul 28, 2020

  1. Use remote_name()

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    123a1b3 View commit details
    Browse the repository at this point in the history
  2. Use list of ident_q

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    06417f4 View commit details
    Browse the repository at this point in the history
  3. - For databases, the underlying SQL table names are quoted early to a…

    …void later SQL syntax errors.
    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    2881d8f View commit details
    Browse the repository at this point in the history
  4. Fix quoting

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    89a07f9 View commit details
    Browse the repository at this point in the history
  5. Extract quote_ids()

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5504901 View commit details
    Browse the repository at this point in the history
  6. Quote correctly

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    6088249 View commit details
    Browse the repository at this point in the history
  7. Unquoted in, DBI out

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ed0f108 View commit details
    Browse the repository at this point in the history
  8. Add shortcut

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c1240b6 View commit details
    Browse the repository at this point in the history
  9. Add safety net

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    582934d View commit details
    Browse the repository at this point in the history
  10. Tests

    krlmlr committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    be29588 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79e1cf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Merge pull request #423 from krlmlr/f-add-to-schema-sql

    fix test
    krlmlr committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    bfd27f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd8d6e View commit details
    Browse the repository at this point in the history