Jaakko Haakana

Results 5 comments of Jaakko Haakana

Based on quick git bisect, it is this commit that has broken it: 101a18fc8466577501b57eac6a4b5d07351c9ec6. The commit before that (22bcc7be428c94e9408f589966c2040187245d81) still works.

Based on quick git bisect, it is this commit that has broken it: 101a18fc8466577501b57eac6a4b5d07351c9ec6. The commit before that (22bcc7be428c94e9408f589966c2040187245d81) still works.

Is there a workaround and/or do you need help in fixing this?

I was able to replicate it with a query to a table that has about 10 columns and returns roughly 20+ rows (SELECT \* FROM Table). If I take the...

Here are some observations... I have a table called PlayerAccount with 1313 rows. "SELECT COUNT(*) FROM PlayerAccount" works "SELECT \* FROM PlayerAccount" fails before getting any rows "SELECT Name FROM...