Skip to content

Commit 0f31cd6

Browse files
committed
section on SQLColumns/ refresh all
1 parent 0015d93 commit 0f31cd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/developer_guide/developer_guide.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Done as a fix for using slicers/filters with unicode characters.
2727
Done as a fix because hashtype used to beseen as a Byte type instead of a text type. Might be obsolete now.
2828
- Map from DECIMAL to BIGINT in the case of a 0 decimal digits.
2929

30+
##### Triggering SQLColumns
31+
32+
- Sometimes SQLColumns is not being triggered:
33+
This could be due to a number of reasons: Empty dataset, an earlier error (such as a folding error), cached.
34+
You can force this function to be run by going to the Data transformation window, picking the query and selecting "Refresh all"
3035

3136
#### SQLGetTypeInfo
3237

0 commit comments

Comments
 (0)