Skip to content

Commit 0f7d97a

Browse files
authored
Merge pull request #103 from albersonmiranda/fix-table-type-mssql
Add mssql style to TABLE_TYPE_STYLES
2 parents 69bd649 + 21bdbf2 commit 0f7d97a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pointblank/_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
"sqlite": {"background": "#BACBEF", "text": "#222222", "label": "SQLite"},
148148
"parquet": {"background": "#3F9FF9", "text": "#FFFFFF", "label": "Parquet"},
149149
"memtable": {"background": "#2C3E50", "text": "#FFFFFF", "label": "Ibis memtable"},
150+
"mssql": {"background": "#E2E2E2", "text": "#222222", "label": "MSSQL"},
150151
}
151152

152153
REPORTING_LANGUAGES = ["en", "fr", "de", "it", "es", "pt", "tr", "zh", "ru", "pl", "da", "sv", "nl"]

0 commit comments

Comments
 (0)