sqlfiddle icon indicating copy to clipboard operation
sqlfiddle copied to clipboard

Results 36 sqlfiddle issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Okay, so when I deploy from Master, I get an error with Require.js to line 25 of src/main/webapp/javascripts/fiddle_backbone/views/DBTypesList.js exclaiming that undefined is not a function (In the javascript console). This...

I was trying to check testcase from MariaDB on MySQL 5.6 using SQL Fiddle and got error. MySQL 5.5 works as expected: 5.6.6 - http://sqlfiddle.com/#!9/b30d5/1 - gives `Incorrect key file...

Hi, since the website is down, I tried to install a sqlfiddle my self (thx for open sourcing it!) and - not being a java or maven expert - I...

Please add support for the H2 Database: http://h2database.com/ Since this is a pure Java database, it should be much easier to integrate it than other native ones. regards

Please allow to set "ansi" mode for MySQL. This would help allot since it's much easier for users to experiment and learn this way. Trying to do this myself with:...

Delimiter set to GO: ``` CREATE TABLE ids ( doc INT NOT NULL AUTO_INCREMENT, rev INT NOT NULL, PRIMARY KEY (doc) ) GO CREATE FUNCTION test(a INT, b INT) RETURNS...

This one's pretty weird: http://sqlfiddle.com/#!12/d1096/1 If you run this query a few times you will see that the error message shows up every other time. The error msg itself is...

Would it be possible to get PostGIS support sometime in the future?

The filter doesn't catch statements that are followed by a comment: http://sqlfiddle.com/#!2/83fbb/19 By the way while we're at it. How about disabling nonstractional database like myisam and allowing INSERT/UPDATE/DELETE statements?...