Commit 29b8e3c
committed
Clickhouse - ignore records using options templates
Records using options templates would result in empty rows in the
database because no data field would match.
Currently we will just ignore them.
Sometime in the future, if someone needs it, we can skip empty records
to prevent them from being inserted instead and allow for options
template records to also be stored.1 parent ab7b327 commit 29b8e3c
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
147 | 154 | | |
148 | 155 | | |
149 | 156 | | |
| |||
0 commit comments