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?
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?