I updated StackQL to use the new October data dump (remember: this is Sql Server, not MySQL).
It also has a new (better but still very bad) graphic layout and several new features:
- More indexes, including several full-text indexes
- Easier to get links to share your queries (see the Query ID to the top right of the editor after running a query).
- Easier to see what queries others are running (see the "logs" link on the top right) -- fyi, "logs" will soon be replaced with "featured", where the logs query is just one featured query among several.
- faq page
- Includes new CommunityOwnedDate column on posts table.
- Easier to get CSV results out
- Updated results limit to 1000 records from 500.
- Initial ground work for a "featured queries" section and support for other sites (serverfault, superuser).
- Better (safer) escaping of the html responses (the same script that StackOverflow uses).
Known bugs:
Newlines are not shown in the editor when running a query from the logs.- Html formatting isn't always stripped from pasted queries correctly. Sometimes this breaks the query, sometimes not.
- Default "Results to X" button not always selected.
- Session expiration is handled poorly
- Query Governor -limited queries still gives same response as a query with no results.
Any feedback welcome, but especially bug reports, kudos, and graphics layout ideas.
Update:
Just fixed some bugs, including an issue with not htmlencoding querytext when showing the logs, losing line breaks in the logs (only fixed for new queries), better handling for invalid log id, and wasn't showing error text for SqlExceptions.

