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

Jt/improve fk name handling #69

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jan 23, 2020

  1. Adds initial spatial index type (#1)

    * Adds initial spatial index type
    
    * I think i added tests?
    
    * I was missing a comment
    tnosaj authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    0b6d656 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Adding some more debug values for this (#2)

    * Adding some more debug values for this
    
    * Maybe?
    
    * make it a bit more concretet
    
    * correct variable casting
    
    * Adds partition methods to table
    
    * Adds diffing in one direction
    
    * Works both ways, needs to dedup though
    
    * Compares partitions in both directions correctly
    
    * Spelling mistakes and regexp greedy
    
    * Commands masked as comments for version compatability are included
    
    * Keep comments if they are actually commands
    
    * More generic end finder for regular and partition ends, added partition function/option finder
    
    * first test
    
    * Correct tests
    
    * Correct tests
    
    * doh
    
    * Adds test in other direction
    
    * Comment unused tests
    
    * Comment unused tests - but really
    tnosaj authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7624158 View commit details
    Browse the repository at this point in the history
  2. No spatial column datafield

    tnosaj committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    291412f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

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

Commits on Aug 14, 2020

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

Commits on Oct 2, 2020

  1. Jt/add sorting for foreignkey parents (#3)

    * issue aspiers#40 - should drop FKs before indexes and create FKs after indexes
    
    * Use parents to sort list of constraints
    
    * And please dont leak the password
    
    Co-authored-by: Ralph Bolton <ralph@coofercat.com>
    Co-authored-by: _/\__/\__/\__/\_ <671148+357r4bd@users.noreply.github.com>
    3 people authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    1bc2c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ae9ce View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

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

Commits on Mar 9, 2021

  1. switch from name to concated values for fks (#4)

    * switch from name to concated values for fks
    
    * The names also refect the FKs
    tnosaj authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a98092f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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

Commits on Apr 14, 2021

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

Commits on May 18, 2021

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

Commits on Oct 9, 2023

  1. catch error finally

    tnosaj committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d4a7454 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. seperate name from fk

    tnosaj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c1c71c3 View commit details
    Browse the repository at this point in the history