up vote 13 down vote favorite
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

20% accept rate
4  
A w e s o m e.... – Dominic Rodger Oct 12 '09 at 16:08
Is stackql down right now? downforeveryoneorjustme.com/stackql.com - I'm trying to resolve meta.stackoverflow.com/questions/29671/… – Pollyanna Nov 13 '09 at 20:51
Yep, I commented and answered in the 2nd link of your comment. – Joel Coehoorn Nov 13 '09 at 21:18
I check StackQL on regular basis to see if there are any updates because the data is from Oct 09 and I started to use SO since Nov 09 and it looks fun to query the one and other, but since a day or three the site is protected by a login. How so? Is an update underway? – BalusC Feb 18 at 21:40
@BalusC I changed jobs recently and haven't had time yet to give it the attention it needs. It will be back up, but I can't say when. – Joel Coehoorn Feb 18 at 23:04
Any reason the UserID is null for all rows in the votes table? – JohnFx Apr 5 at 20:34

3 Answers

up vote 4 down vote

this is not me

link|flag
up vote 2 down vote

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 '09 at 12:18
Wahoo. That rocks :) – Jon Skeet Oct 20 '09 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 '09 at 3:28
up vote 0 down vote

Has anyone considered importing the stackql data into YQL as an app? I don't know how importing works but the presentation Christian gave suggested this is possible.

link|flag

Your Answer

get an OpenID

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