Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liquibase/liquibase-mssql

MS SQL Server specific extension
https://github.com/liquibase/liquibase-mssql

core extension oss

Last synced: about 1 month ago
JSON representation

MS SQL Server specific extension

Awesome Lists containing this project

README

        

liquibase-mssql [![Build and Test Extension](https://github.com/liquibase/liquibase-mssql/actions/workflows/build.yml/badge.svg)](https://github.com/liquibase/liquibase-mssql/actions/workflows/build.yml)
===============

MS SQL Server specific extension

This extension wraps insert and load\_data commands with "set identity\_insert tablename on/off"
so that data can be inserted into auto increment columns when using MS SQL Server.

For the Command Line Interface (CLI)\
In order to use this extension, copy the liquibase-mssql-.jar file into the lib directory of your liquibase install\
For instance if you installed your code into\
/opt/liquibase \
Copy this file into /opt/liquibase/lib

Then run your liquibase update commands

Example Changelog
```




















```