Skip to content

Commit

Permalink
0004568: SQL Server supports filtered indexes, need to add support of
Browse files Browse the repository at this point in the history
filtered indexes in ddlutils
  • Loading branch information
Philip Marzullo committed Sep 24, 2020
1 parent 4aae181 commit 827589f
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -31,15 +31,13 @@
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.Reader;
import java.io.StringReader;
import java.io.StringWriter;
import java.io.Writer;
import java.util.Collection;
import java.util.Map;

import org.apache.commons.lang.StringEscapeUtils;
import org.apache.commons.lang.StringUtils;
import org.hsqldb.lib.StringInputStream;
import org.jumpmind.db.model.Column;
import org.jumpmind.db.model.Database;
import org.jumpmind.db.model.ForeignKey;
Expand Down

0 comments on commit 827589f

Please sign in to comment.