MS SQL Server Remarks not working

Mind posting a little snippet of what your change set and Remark look like?

It seems that remarks on tables and columns are not working for SQL Server. Do I need to use a different JDBC driver?


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
  4.     xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd
  5.     http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">

  6.    
  7.        
  8.            
  9.                  
  10.            
  11.            
  12.            
  13.            
  14.        

  15.    

Attached you can see a sample. I would like to appear the remarks fields as description in the SQL Server.

The SQL generation does not currently handle remarks in sqlserver. I created https://liquibase.jira.com/browse/CORE-1780 to track the feature


Nathan

I have the same issue.