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 create operations with column attnum. #1110

Merged
merged 7 commits into from
Mar 4, 2022

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    99e556f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f4559 View commit details
    Browse the repository at this point in the history
  3. Fix wrong parameter error in change_column_nullable function

    Pass correct table oid in `alter_column`
    silentninja committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    f93545f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Use non-reflecting queryset manager in `mathesar/api/serializers/colu…

    …mns.py:source_column` queryset parameter
    silentninja committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    91d95b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Remove stale exception

    silentninja committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    351797e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd55d5 View commit details
    Browse the repository at this point in the history
  3. Fix `mathesar.tests.api.test_column_api.test_column_update_display_op…

    …tions` to use table instance instead of a fixture when calling `mathesar.tests.api.test_column_api._get_columns_by_name`
    silentninja committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ee92ec5 View commit details
    Browse the repository at this point in the history