You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// check that the initial encoding setting is fit for this layer
3575
3575
setEncoding( encoding() );
3576
3576
3577
-
mValid = setSubsetString( mSubsetString );
3577
+
// Ensure subset is set (setSubsetString does nothing if the passed sql subset string is equal to mSubsetString, which is the case when reloading the dataset)
0 commit comments