sql-source-control icon indicating copy to clipboard operation
sql-source-control copied to clipboard

Simple CLI for getting SQL into source control systems.

Results 58 sql-source-control issues
Sort by recently updated
recently updated
newest added

## Type What kind of issue is this? ``` [ x] Bug report. [ ] Feature request. ``` ## Description the Issue No output of error on pull ## Steps...

## Describe the Issue This happened in a database which had a schema named "aux". Nothing uncommon, ssc actually was able to create file "aux.sql". However, git was not able...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | xmldom | [`0.3.0` -> `0.5.0`](https://renovatebot.com/diffs/npm/xmldom/0.3.0/0.5.0) | ### GitHub Vulnerability Alerts #### [CVE-2021-21366](https://togithub.com/xmldom/xmldom/security/advisories/GHSA-h6q6-9hqw-rwfv) ### Impact xmldom...

## Description Improve ordering of indexes, foreign keys, and columns to improve diffing between pulls from database copies running on different servers. ## Checklist Please ensure your pull request fulfills...

## Description This fixes two bugs: - Text columns do not have a dimension. `create table` statements containing a `text`or `ntext` column were not valid - The script could not...

## Describe the Feature Generate sql files from the metadata from Synonyms on the same manner as functions and procedures.

## Describe the Feature When running ssc init currently the default value for port is undefined, this causes the field to be NaN on display and Null on creation. ![image](https://user-images.githubusercontent.com/5913008/107693884-14c77c00-6c85-11eb-86ef-3f201c3f4cf5.png)...

## Describe the Issue I used ssc in the pass with success. Today I come back to the project after several months. `ssc pull` gives as sole output a red...

bug

## Describe the Issue I have set up a MySql connection using _init ssc_. When I try and do _ssc pull_, I get this error: ``` Mode LastWriteTime Length Name...

bug

## Describe the Issue I'm using MS Sql Server 2012 and there is an issue with the backing up the table definitions. My table has several non clustered indexes and...

bug