vote up 12 vote down star
1

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.

flag

16% accept rate
3  
A w e s o m e.... – Dominic Rodger Oct 12 at 16:08
Is stackql down right now? downforeveryoneorjustme.com/stackql.com - I'm trying to resolve meta.stackoverflow.com/questions/29671/… – Adam Davis Nov 13 at 20:51
Yep, I commented and answered in the 2nd link of your comment. – Joel Coehoorn Nov 13 at 21:18

2 Answers

vote up 3 vote down

this is not me

link|flag
vote up 2 vote down

It would be really nice to be able to make individual values links - so for example, in Greg's tag badge progress query, it would be nice if the tag names were links to the stats for the individual tags.

I don't know whether this is even vaguely possible, and obviously the SQL would need to specify the URL "template" as it were - but it would be really handy...

link|flag
Visit Greg's question again: I included a quick and dirty fix for that. – Joel Coehoorn Oct 20 at 12:18
Wahoo. That rocks :) – Jon Skeet Oct 20 at 13:26
btw: for the tags I had to build the column contents in the query. For Post ids and User ids, if the name of the column ends with PostID, QuestionID, AnswerID, or UserID there's javascript on the client to link it up automatically. – Joel Coehoorn Oct 23 at 3:28

Your Answer

Get an OpenID

Not the answer you're looking for? Browse other questions tagged or ask your own question.