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

add alter() & preview_alter() #559

Closed
wants to merge 10 commits into from
Closed

add alter() & preview_alter() #559

wants to merge 10 commits into from

Commits on Jan 22, 2019

  1. Update table.py

    kimehta committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    f08e4d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Update table.py

    kimehta committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    56457eb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. str.format

    kimehta committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    6c12fe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. nosetest alter

    kimehta committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    d807be0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. reorder support for alpha alter

    -rename 'preview_alter' to 'make_alter'.
    -raise datajoint error for unsupported modifications(PK,FK,Index,External)
    -support reordering for supported(non foreign, non index, non external secondary) attributes
    kimehta committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    ec327cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851ab27 View commit details
    Browse the repository at this point in the history
  3. update alter nosetests

    kimehta committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    7b7b2ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93865ba View commit details
    Browse the repository at this point in the history
  5. Update table.py

    kimehta committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    34ee24d View commit details
    Browse the repository at this point in the history
  6. Update table.py

    kimehta committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    a8539cd View commit details
    Browse the repository at this point in the history