HN user

jfeasel

127 karma
Posts3
Comments16
View on HN
SQL Fiddle 13 years ago

I don't have that feature exactly, but I can offer this - if you have a table of regularly-formatted text data, you can paste it into the "Text-to-DDL" feature to have it automatically generate your CREATE TABLE and INSERT INTO statements.

SQL Fiddle 13 years ago

Re: 2) Some day when I have a huge amount of free time, I would like to migrate to Groovy on Grails. Until then - CF is what I had used for over a decade, and it was the easiest thing for me to use to build with at the time (Jan 2012). I was more interested in getting something out there than using whatever the latest trendy tech.

SQL Fiddle 13 years ago

Ok folks. It's back up now. I will keep my eye on it, hopefully it doesn't get hugged to death again.

SQL Fiddle 13 years ago

Love it when I go to lunch, just to find out that someone posts my site to Hacker News and it gets crushed.

It will be back up and running shortly!

SQL Fiddle 14 years ago

LOL yeah, I tried to do some of the more obvious security limitations to prevent just that sort of thing.

SQL Fiddle 14 years ago

@jeremya - sorry for the misattribution. I just signed up for an account here, so I didn't know the lay of the land.

/newb

SQL Fiddle 14 years ago

I don't allow stored procedures or other programming (custom functions, triggers, etc...), because I worry about the danger of opening up that to the whole world. It should be pretty much open for any other standard database+sql commands you would need to do.

BTW - I basically built this site to facilitate answering SQL questions on Stack Overflow. Here's my SO profile: http://stackoverflow.com/users/808921/jake-feasel

SQL Fiddle 14 years ago

I've been meaning to add links to other useful SQL resources, such as that and http://dbdsgnr.appspot.com/. If you think of more ideas, I'd love to hear them - send me a message @sqlfiddle on twitter. Thanks!

SQL Fiddle 14 years ago

Thanks for taking a look at it; sorry you found some bugs. I should point out that I only posted it publicly a week ago, and this has been my first traffic spike (thanks YCombinator!). I actually only started working on it less than three weeks ago, so I'm not surprised some boundary cases cause trouble. I've got more plans for it in the future. One thing I should note - a lot of people are working against the sample fiddles, but those are probably not where most people will be doing actual fiddling with their own queries, when they use the site for real. Different schema definitions are completely isolated (with little traffic), and so shouldn't see the sorts of problems you stumbled on.

SQL Fiddle 14 years ago

SQLite is the next option on my list of databases to support.