TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SQL Fiddle

171 pointsby sathyabhatover 13 years ago

12 comments

Animus7over 13 years ago
I played with this for a couple of minutes to see where the boundaries were, and I've gotten 'database already exists', 'internal server error', Apache alerts, random hangs and disconnects, and 'command terminated by administrator'.<p>It's a neat concept, but it needs serious polishing before I'd consider going to this even for quick and dirty testing or demo purposes.
评论 #3539805 未加载
padobsonover 13 years ago
The first thing I did was check to see if I could test a mongo query...<p>...and then I remembered I'm an idiot.
WesleyJohnsonover 13 years ago
I could see myself using this when I'm killing time answering questions on Stack Overflow and don't want to launch SQL Management Studio to test out my answers, or if I'm on a machine where it's not available. I was pleased to see it supports the declare table variables in MSSQL. Are there limitations on commands, etc?
评论 #3539836 未加载
bwarpover 13 years ago
Damn (but jolly well done anyway).<p>MSSQL: The EXECUTE permission was denied on the object 'xp_cmdshell', database 'mssqlsystemresource', schema 'sys'.: exec xp_cmdshell<p>MySQL: Access denied for user 'user_46783'@'localhost' (using password: YES): load data infile '/etc/passwd' into table leet;
评论 #3540160 未加载
bdgover 13 years ago
You sir, if you make this shine as well as jsfiddle, I want you to come into my house and take one of anything. While you're at it, partner up with this guy <a href="http://www.tsqltidy.com/" rel="nofollow">http://www.tsqltidy.com/</a> .
评论 #3539818 未加载
bhouselover 13 years ago
What's the point of this?
评论 #3539890 未加载
评论 #3539357 未加载
评论 #3539410 未加载
ajasminover 13 years ago
SQLite support would be great. It's everywhere and really easy to setup.
评论 #3539779 未加载
r00fusover 13 years ago
This looks like a great way to test SQL syntax differences, but it's been ages since I've needed to do so - now I either have some abstraction layer (ORM like PDO) that allows me to code in objects or I'm using key-value stores anyway.
评论 #3539248 未加载
codeapeover 13 years ago
Great work, love it!<p>An idea: Integrate with different ORMs (Python SQLAlchemy, Ruby ActiveRecord etc.) and let users execute code against the schemas.<p><a href="http://imgur.com/O5PoV" rel="nofollow">http://imgur.com/O5PoV</a><p>Would obviously require a sandboxed execution environment, like some of the pastebins that allow code execution (for instance <a href="http://codepad.org" rel="nofollow">http://codepad.org</a>).
elchiefover 13 years ago
combine it with WWW SQL Designer and you can have some fun:<p><a href="http://ondras.zarovi.cz/sql/demo/?keyword=default" rel="nofollow">http://ondras.zarovi.cz/sql/demo/?keyword=default</a><p>these two projects should merge...
mrpolloover 13 years ago
shoot me up an email if you need help with your project its my handle at gmail, great project I think it has a promising future!
评论 #3539852 未加载
umrashrfover 13 years ago
I spend 75% of development time on UX. You should too. Try my fiddle. <a href="http://SenchaFiddle.com/" rel="nofollow">http://SenchaFiddle.com/</a>