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

Replace column index usage in db column alter operations with column attnum. #1132

Merged
merged 11 commits into from
Mar 8, 2022

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    bae5e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fd70c0 View commit details
    Browse the repository at this point in the history
  3. Replace table parameter in alter_column_type to table_oid

    Fix `alter_column_type` function call to use table oid in `infer_column_type`
    silentninja committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    985c6d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd3b58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56344b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    b3a6669 View commit details
    Browse the repository at this point in the history
  2. Fix db.tests.types.fixtures.roster_table_obj to use table oid when …

    …calling `alter_column_type`
    silentninja committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    283f6a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ea54e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Fix readability issues.

    silentninja committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    1357e21 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/mathesar-993-attnum-column-alter…

    …' into mathesar-993-attnum-column-alter
    silentninja committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d0de146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79a663d View commit details
    Browse the repository at this point in the history