Skip to content

Fix for not urlquoting for "default" values of virtual columns

Compare
Choose a tag to compare
@ekorkut ekorkut released this 09 Nov 20:17
· 6 commits to master since this release
1c62ec0

The bug where substitutions specified in "default" value of a virtual column were url-quoted, causing for example space characters in a string literal to be converted to "%20", is fixed.

Also, the issue about out variable not initialized is addressed.