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
I am using this class with a few tweaks in AHK v2. I have an example DB where some rows have NULL in some columns. The code here appears to fail within GetTable though.
It seems that NumGet(Table+0, Offset, "UPtr") is returning 0 for a column with a value of NULL and StrGet fails with "Parameter #1 is not valid" in AHK v2. Wondering if you had thoughts why. Is this just because v2 has more strict type checking for parameters?
The text was updated successfully, but these errors were encountered:
Hi there! 👋
I am using this class with a few tweaks in AHK v2. I have an example DB where some rows have NULL in some columns. The code here appears to fail within GetTable though.
It seems that
NumGet(Table+0, Offset, "UPtr")
is returning 0 for a column with a value of NULL and StrGet fails with "Parameter #1 is not valid" in AHK v2. Wondering if you had thoughts why. Is this just because v2 has more strict type checking for parameters?The text was updated successfully, but these errors were encountered: