Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liquibase/liquibase-mssql
- Owner: liquibase
- Created: 2011-07-09T05:33:40.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T16:43:58.000Z (about 1 month ago)
- Last Synced: 2024-12-18T17:40:35.533Z (about 1 month ago)
- Topics: core, extension, oss
- Language: Java
- Homepage:
- Size: 1.61 MB
- Stars: 16
- Watchers: 15
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/libThen run your liquibase update commands
Example Changelog
```
```