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

Pull from origin #1

Merged
merged 98 commits into from
Feb 2, 2017
Merged

Pull from origin #1

merged 98 commits into from
Feb 2, 2017

Commits on Jan 30, 2016

  1. Unit tests were failing because connection pools had to be reset afte…

    …r ALTER DATABASE in SANDBOX3_GBL.sql
    Chui Tey committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    c2c762c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Merge pull request #64 from teyc/fix-tests

    Unit tests were failing
    sethreno committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    8f8da78 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    fe981d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from eliah-hecht-zocdoc/ejh_fixNvarcharMaxInTab…

    …leTypes
    
    if there is an nvarchar(max) in a table type, we should output the length as -1
    eliah-hecht-zocdoc committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    c8754db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79061fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe70ea6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42c6d7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87110da View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Merge pull request #68 from ZocDoc/master

    Fix nvarchar(max) in table types, and escape user names
    sethreno committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    60145ab View commit details
    Browse the repository at this point in the history
  2. Support for hierarchyid type

    fixes #34
    sethreno committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    a294ecb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. allow specifying a connection string in the console

    Benjamin Hodgson committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    83113cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from benjamin-hodgson/master

    Allow specifying a connection string in the console
    sethreno committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    548faf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Escape DB names correctly

    I’m trying to use SchemaZen for a database whose name contains a dot
    (i.e. `MyDatabase.Dev`). Presently it fails because the DB names are
    not being escaped (with square brackets) correctly. This fixes that.
    Benjamin Hodgson committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    a8df6a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from benjamin-hodgson/master

    Escape DB names correctly
    sethreno committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    99c7844 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. fix #72. Changed the Columns list in Constraint to be a class which k…

    …nows whether it's asc or desc
    Benjamin Hodgson committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    76244db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from benjamin-hodgson/desc

    Support descending indexes
    sethreno committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    00d13bd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Configuration menu
    Copy the full SHA
    b17be7d View commit details
    Browse the repository at this point in the history
  2. Fix whitespaces

    Tony-Zheng-Zocdoc committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    24edf8d View commit details
    Browse the repository at this point in the history
  3. Add test

    Tony-Zheng-Zocdoc committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    e8dea88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b567f64 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from Zocdoc/tz_AddSupportForConstraintFilters

    Add support for constraint filters
    Tony-Zheng-Zocdoc committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    2cbd824 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tz_AddSupportForConstraintFilters'

    # Conflicts:
    #	model/Database.cs
    Tony-Zheng-Zocdoc committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    79c4266 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af538a8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #81 from Zocdoc/master

    Add support for table indexes with filters
    sethreno committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    62b1f00 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

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

Commits on Mar 21, 2016

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

Commits on Mar 23, 2016

  1. Merge pull request #4 from Zocdoc/csh_addSupportForRoles

    Csh add support for roles
    Tony-Zheng-Zocdoc committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    2100d81 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Configuration menu
    Copy the full SHA
    a6546aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Zocdoc/csh_changeCreateOrder

    Change ordder of execution
    Tony-Zheng-Zocdoc committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    c26f9c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    e2a4056 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from Zocdoc/sdr_doNotCreateDataFilesForTable

    Delete empty tsv files that represent empty tables
    scott-roepnack-zocdoc committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    28eddd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    8d7cc74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    becead7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Configuration menu
    Copy the full SHA
    f8ace14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from sethreno/revert-81-master

    Revert "Add support for table indexes with filters"
    sethreno committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    b2eb396 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Add support for table indexes with filters""

    This reverts commit f8ace14.
    
    Just realized the test that was failing was not an existing test.
    sethreno committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    4e6ef67 View commit details
    Browse the repository at this point in the history
  4. Delete test that was added in a failing state

    This test was never passing. Deleting it.
    sethreno committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    8dc3b7f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Merge pull request #7 from Zocdoc/tz_SupportViewIndexsWithMultipleCol…

    …umns
    
    Support View Indexes with multiple columns
    Tony-Zheng-Zocdoc committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    8bf1ac9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Configuration menu
    Copy the full SHA
    164cdee View commit details
    Browse the repository at this point in the history
  2. Fix to order foreign keys by name to ensure consistency when comparin…

    …g to a previous script.
    danbrad committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    56f0f25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f66a5c View commit details
    Browse the repository at this point in the history
  4. Fix to order constraints by name to ensure consistency when comparing…

    … to a previous script.
    danbrad committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    46a6e55 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Test to show a nasty little bug with foreign keys with same name wher…

    …e CASCADE is picked up by non-cascading FKs if another FK with same name in different schema is CASCADE
    danbrad committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    8655661 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5246901 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from danbrad/FixOrderFKsByName

    FKs ordering not consistent in script file
    sethreno committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    ee6eb18 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #89 from danbrad/FixOrderCKConstsByName

    Constraint ordering not consistent in script file
    sethreno committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    c41b81e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #91 from danbrad/FKSameNameOnUpOnDel

    Fk same name on up on del
    sethreno committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    69d70e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff125ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bcbd4c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from Zocdoc/csh_userCaseSensitive

    Don't be case sensitive for user matching
    colin-hanson-zocdoc committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    40deaf0 View commit details
    Browse the repository at this point in the history
  9. Don't include ASC in primary key script

    ASC is the default so it isn't necessary to specify it.
    Doing so causes unwanted diffs for people who use SchemaZen for db
    version control.
    sethreno committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    d597e5e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a5b465 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Configuration menu
    Copy the full SHA
    8baca9c View commit details
    Browse the repository at this point in the history
  2. Don't check for ASC on indexes.

    I removed this behavior as ASC is the default.
    sethreno committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    3550716 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'Zocdoc-master'

    sethreno committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    16f1e3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a9d174 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Merge pull request #9 from Zocdoc/csh_filePaths

    Csh file paths
    colin-hanson-zocdoc committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    551fad2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

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

Commits on May 3, 2016

  1. Merge pull request #10 from Zocdoc/csh_sysnameType

    Add support for sysname type
    colin-hanson-zocdoc committed May 3, 2016
    Configuration menu
    Copy the full SHA
    0aeb8c7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    39d719a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from Zocdoc/mvs-filtering-types

    Added parameter filterTypes to schemazen script command
    marcio-santos-zocdoc committed May 5, 2016
    Configuration menu
    Copy the full SHA
    8b50e69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00656b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c760863 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    2b3e353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015fe8c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    8bc6ed0 View commit details
    Browse the repository at this point in the history
  2. Missing change

    marcio-santos-zocdoc committed May 10, 2016
    Configuration menu
    Copy the full SHA
    ee7e96a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b641a1f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

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

Commits on May 12, 2016

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

Commits on May 17, 2016

  1. Merge pull request #15 from Zocdoc/mvs-create-schemazen-library

    Mvs create schemazen library
    scott-roepnack-zocdoc committed May 17, 2016
    Configuration menu
    Copy the full SHA
    a1dff4c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    aec5c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eec3bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b8884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b79bbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1baed4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17 from Zocdoc/sdr_addUserDefinedTypes

    user defined types first
    scott-roepnack-zocdoc committed May 19, 2016
    Configuration menu
    Copy the full SHA
    ec8c404 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

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

Commits on Jun 2, 2016

  1. Merge pull request #19 from Zocdoc/mvs-fix-permission-set

    Fix for permission set + tests
    marcio-santos-zocdoc committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    8b8ece2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Merge remote-tracking branch 'sethreno/master'

    # Conflicts:
    #	model/Models/Database.cs
    marcio-santos-zocdoc committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    15d8a97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from Zocdoc/master

    Created Schemazen library project
    sethreno authored Jun 27, 2016
    Configuration menu
    Copy the full SHA
    d378538 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Support identity on numeric columns

    Fixes #96
    sethreno committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    a13f30c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Add test to show that when SETs are not outputted, then the ENABLE is…

    … added directly after the trigger definition with no new line.
    danbrad committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    8ca5657 View commit details
    Browse the repository at this point in the history
  2. Add a newline after the trigger definition to guarantee that ENABLE i…

    …sn't tacked onto teh end of the definition when there are no SETs
    danbrad committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    d30e19a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa973bc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #103 from danbrad/TriggerScriptWithoutSetsNoNewline

    Trigger script without SETs produces invalid script
    sethreno authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    379d8f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #104 from danbrad/ReEnableTestScriptViewInsteadOfT…

    …rigger
    
    Enable Test "TestScriptViewInsteadOfTrigger"
    sethreno authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    b0d91cb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Implementing C# 6.0 Features for readability.

    * String interpolation in favor of string format or concatenation.
    * Public fields converted to properties.
    * Auto Initialized properties where applicable.
    * Refactored SqlAssembly.ScriptCreate to be more readable.
    * Renamed private fields to start with "_".
    Ashton Kinslow committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c609330 View commit details
    Browse the repository at this point in the history
  2. updating fields to properties for CompareComand

    Ashton Kinslow committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    d31bd53 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Configuration menu
    Copy the full SHA
    229d667 View commit details
    Browse the repository at this point in the history
  2. Handle quoted identifiers properly

    The tests explain the problem. Thanks @Nazgul07 for reporting.
    sethreno committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    186142e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1765e30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac9ad30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a1e682 View commit details
    Browse the repository at this point in the history
  6. Don't require values for boolean options

    fixes #107
    sethreno committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    88b3896 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    fedaca7 View commit details
    Browse the repository at this point in the history
  2. Handle table valued functions

    sethreno committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    e6c61e9 View commit details
    Browse the repository at this point in the history