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

fix(teradata): LIMIT syntax #18240

Merged
merged 42 commits into from
Feb 1, 2022
Merged

fix(teradata): LIMIT syntax #18240

merged 42 commits into from
Feb 1, 2022

Commits on Jun 9, 2021

  1. temp not working

    mccushjack committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9a37eb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    873fc7b View commit details
    Browse the repository at this point in the history
  2. Update sql_parse.py

    updates to set_or_update_query_limit_top
    mccushjack authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c54a606 View commit details
    Browse the repository at this point in the history
  3. fix for apply limit for Teradata connections

    adding apply_limit_to_sql and get_dbapi_mapped_exception
    mccushjack authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    f3e808f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a5ca7b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    d9e89b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f34db8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Aug 31, 2021

  1. remove logging to tdpy

    mccushjack committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    252987e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed72dd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. rebase for Teradata fixes

    rebase for Teradata fixes for merge for 15930
    mccushjack committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    22030d0 View commit details
    Browse the repository at this point in the history
  2. rebase for TD fixes

    rebase for issue 15930 and update to new Teradata driver
    mccushjack committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    bba1b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf92a6e View commit details
    Browse the repository at this point in the history
  4. Update teradata.py

    mccushjack committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    830ca55 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. fixes to td.py table ref4

    mccushjack committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c4a4898 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Update superset/db_engine_specs/teradata.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    mccushjack and betodealmeida authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    21a1de5 View commit details
    Browse the repository at this point in the history
  2. Update superset/db_engine_specs/teradata.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    mccushjack and betodealmeida authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    21db8dd View commit details
    Browse the repository at this point in the history
  3. Update superset/db_engine_specs/teradata.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    mccushjack and betodealmeida authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7535758 View commit details
    Browse the repository at this point in the history
  4. Update superset/db_engine_specs/teradata.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    mccushjack and betodealmeida authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3f887e9 View commit details
    Browse the repository at this point in the history
  5. Update superset/db_engine_specs/teradata.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    mccushjack and betodealmeida authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2aae450 View commit details
    Browse the repository at this point in the history
  6. Update tests/unit_tests/db_engine_specs/test_teradata.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    mccushjack and betodealmeida authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f4ef16a View commit details
    Browse the repository at this point in the history
  7. Update superset/db_engine_specs/teradata.py

    Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
    mccushjack and betodealmeida authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2fcd27c View commit details
    Browse the repository at this point in the history
  8. Update teradata.py

    mccushjack authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    13228c5 View commit details
    Browse the repository at this point in the history
  9. Update teradata.py

    mccushjack authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a4fead1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Update test_teradata.py

    mccushjack authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    2075f83 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Update test_teradata.py

    mccushjack authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0984e03 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

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

Commits on Jan 26, 2022

  1. commit updates

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c6b8e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d89ec View commit details
    Browse the repository at this point in the history
  3. improve insert, make sure it is right after SEL keyword

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    ea9c3bd View commit details
    Browse the repository at this point in the history
  4. simplify, improve readability

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    89451c4 View commit details
    Browse the repository at this point in the history
  5. fix spelling of keywords variables

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0d3c881 View commit details
    Browse the repository at this point in the history
  6. specify param types and return

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0cd6c1b View commit details
    Browse the repository at this point in the history
  7. use set literals

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    eaa7373 View commit details
    Browse the repository at this point in the history
  8. use enumerate as suggested by pylint

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    d38b552 View commit details
    Browse the repository at this point in the history
  9. shorten line

    David McNulla committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    9f16968 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76a94e3 View commit details
    Browse the repository at this point in the history
  11. update setup

    mccushjack committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3e8de76 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'fix_unit'

    mccushjack committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0103186 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    0eadf07 View commit details
    Browse the repository at this point in the history
  2. fix ch ItemList to item_list

    David McNulla committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3f3b55f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. commit changes to get black to work in precommit

    David McNulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3216e6a View commit details
    Browse the repository at this point in the history