summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating links for SQL Sentry adsHEADmasterjakefeasel2014-08-292-3/+3
|
* Adding new sponsor icon for collectserver.infojakefeasel2014-06-224-2/+4
|
* Removing problematic white-space rule for textareas, instead using ↵jakefeasel2014-01-083-4/+2
| | | | wrap="off" attribute
* new cleanup function in the Tasks controllerjakefeasel2013-12-281-0/+47
|
* Updated minified js filesjakefeasel2013-12-2810-128/+121
|
* Updated db dumpsjakefeasel2013-12-282-41/+397
|
* Adding MIT Licensejakefeasel2013-11-011-0/+21
|
* Fixing the plaintext output template to align with changes made to markdownjakefeasel2013-10-081-1/+1
|
* Bug with conditional from last commitjakefeasel2013-09-141-1/+1
|
* Removing cf datasources which have somehow gotten out of sync with db statejakefeasel2013-09-141-5/+21
|
* Merge branch 'master' of github.com:jakefeasel/sqlfiddlejakefeasel2013-08-231-1/+1
|\
| * Adjusting the task query to prevent it from getting too large and busting my ↵jakefeasel2013-08-131-1/+1
| | | | | | | | memory cap
* | Adjusting markdown output of table data to conform with ↵jakefeasel2013-08-232-3/+3
|/ | | | http://michelf.ca/projects/php-markdown/extra/#table
* update sql.js to 3.7.17jakefeasel2013-07-221-1/+6
|
* Fixing the column query toojakefeasel2013-06-281-1/+1
|
* Fixing schema definition query for Oraclejakefeasel2013-06-281-2/+2
|
* Fixing some typos on the about pagejakefeasel2013-06-181-3/+3
|
* Fixing idselector code to use different image host and type (sprite)jakefeasel2013-06-171-42/+158
|
* Adding new video on about pagejakefeasel2013-03-131-1/+14
|
* Applying fix from upstreamjakefeasel2013-03-131-1/+1
| | | https://github.com/jakefeasel/DDLBuilder/commit/a8b62329850f164d2cde580443e4bdcf8a19eae6
* Removing some old links to stale blog posts and youtube videosjakefeasel2013-03-111-36/+1
|
* Helpful links on the Text-to-DDL dialogjakefeasel2013-03-111-6/+12
|
* Applying JS bug fix from DDLBuilderjakefeasel2013-03-111-1/+1
| | | https://github.com/jakefeasel/DDLBuilder/commit/c2776d576bd6dc4415d3f8497f68728a7956bdd3
* Fixing path references in markdown templatejakefeasel2013-03-071-2/+2
|
* Further corrections to the display of "SQL too large" error messagesjakefeasel2013-03-025-126/+122
|
* Fixing error message display for big query statementsjakefeasel2013-03-021-42/+51
|
* Resolving https://github.com/jakefeasel/sqlfiddle/issues/59jakefeasel2013-02-262-5/+5
|
* Merge branch 'master' of git@github.com:jakefeasel/sqlfiddle.gitjakefeasel2013-02-241-7/+7
|\
| * Adding timeout to postgres usersjakefeasel2013-02-171-6/+6
| |
| * New postgresql setup template using deferred constraintsjakefeasel2013-02-161-7/+7
| |
* | Using local copy of paypal imagejakefeasel2013-02-242-1/+1
| |
* | Pretty-print JSON objectsjakefeasel2013-02-241-1/+1
|/
* Fixing PostgreSQL explicit commits using deferred constraintsjakefeasel2013-02-161-7/+14
| | | https://github.com/jakefeasel/sqlfiddle/issues/61
* Fixing null results in WebSQL querys to return '(null)'jakefeasel2012-12-141-1/+5
|
* New optimized js files, and updates to db scriptsjakefeasel2012-12-0910-120/+9
|
* Changing schema used for deferred tablejakefeasel2012-12-091-3/+3
|
* Stop dropping deferred tablejakefeasel2012-12-091-8/+0
|
* typojakefeasel2012-12-091-1/+1
|
* Altering the method used for preventing Oracle from implicit commitsjakefeasel2012-12-091-8/+5
|
* Fixing https://github.com/jakefeasel/sqlfiddle/issues/56jakefeasel2012-12-091-1/+18
| | | | | Using savepoints before and after attempting to get the execution plan, in order to preserve the integrity of the transaction. Using "explain" with DDL would break the transaction.
* Updates to DDL Builder, for improved date parsingjakefeasel2012-11-117-202/+25
|
* Bug fix - when you select the same db type that is already selected, itjakefeasel2012-11-031-1/+1
| | | was showing the schema as ready
* Showing real error message when attempts to init db failjakefeasel2012-11-031-1/+3
|
* Merge branch 'master' of git@github.com:jakefeasel/sqlfiddle.gitjakefeasel2012-10-2920-15/+61
|\
| * Optimized source from prodjakefeasel2012-10-2920-15/+61
| |
* | Bug fix with setting db type on initial page loadjakefeasel2012-10-291-2/+3
|/
* Adding markdown output optionjakefeasel2012-10-288-3/+63
|
* Adding Ctrl-Enter for textarea-based fiddles, for good measurejakefeasel2012-10-271-0/+8
|
* Executing "Build Schema" and "Run SQL" by hitting Ctrl-Enterjakefeasel2012-10-277-24/+38
|
* correcting commentjakefeasel2012-10-271-1/+1
|
* Case insensitive query separatorsjakefeasel2012-10-263-28/+25
|
* Adding button to view PG query plans on http://explain.depesz.com/jakefeasel2012-10-264-3/+20
|
* Upgrades to CodeMirrorjakefeasel2012-10-255-846/+1025
|
* Adjusting Oracle permissionsjakefeasel2012-10-231-4/+4
|
* Catching errors that might have been thrown with a broken transactionjakefeasel2012-10-221-2/+2
|
* Minified templates reflecting last updateroot2012-10-225-3/+7
|
* Sponsorship suggestionsjakefeasel2012-10-184-2/+15
|
* Bringing forward the real error messages for postgresjakefeasel2012-10-161-0/+28
|
* Fix primary key for query_setsjakefeasel2012-10-161-2/+3
|
* Updating readmejakefeasel2012-10-151-7/+11
|
* Fixing path reference to local mvn repojakefeasel2012-10-151-1/+1
|
* Fixing typo in pomjakefeasel2012-10-151-1/+1
|
* Default railo config to open access to cfadmin tagsjakefeasel2012-10-152-0/+267
|
* README updatesjakefeasel2012-10-141-3/+1
|
* Modifying build to avoid needing to copy files manuallyjakefeasel2012-10-142-0/+26
|
* Tweaking defaults and examplesjakefeasel2012-10-142-3/+3
|
* Removing old reference to web.xmljakefeasel2012-10-141-69/+0
|
* Fixing hardcoded pw in plugin; moving around railo config for flexibilityjakefeasel2012-10-144-1/+71
|
* Removing old readmejakefeasel2012-10-121-63/+0
|
* Further fixes with internal requests for dbtypesjakefeasel2012-10-121-1/+18
|
* preventing sad infinite loopjakefeasel2012-10-121-1/+1
|
* Building the cached dbTypes file automatically if it isn't there,jakefeasel2012-10-121-1/+1
| | | regardless of the presence of a reload
* Tweaks to default dev setup and instructionsjakefeasel2012-10-123-10/+17
|
* Merge branch 'master' of github.com:jakefeasel/sqlfiddlejakefeasel2012-10-122-475/+4
|\
| * Merge branch 'master' of github.com:jakefeasel/sqlfiddlejakefeasel2012-10-131-0/+0
| |\
| * | Updating snapshot configjakefeasel2012-10-132-475/+4
| | |
* | | H2 database for developmentjakefeasel2012-10-129-159/+316
| | |
* | | Starting with default railo configjakefeasel2012-10-073-1/+165
| | |
* | | Fixed artifact in pom.xmljakefeasel2012-10-071-3/+3
| | |
* | | First attempt to move to maven structurejakefeasel2012-10-07477-5/+171
| |/ |/|
* | Merge branch 'master' of github.com:jakefeasel/sqlfiddlejakefeasel2012-10-0614-104/+605
|\ \ | |/
| * Compressed js and cssjakefeasel2012-10-0312-83/+117
| |
| * Updates to include schema structure, new DB entriesjakefeasel2012-10-032-21/+488
| |
* | removing garbage folderjakefeasel2012-10-061-0/+0
|/
* Fixing broken references to stylesheets on the about page.jakefeasel2012-10-021-3/+3
|
* Support for additional input typejakefeasel2012-10-015-7/+43
|
* Exporting more variables from QUnitjakefeasel2012-09-301-2/+2
|
* Bringing in updates from main projectjakefeasel2012-09-307-193/+187
|
* Fixing canvas heights to stop them from overlaying linksjakefeasel2012-09-301-1/+4
|
* Setting proper date mask for Oraclejakefeasel2012-09-301-1/+1
|
* Tweaks for fullscreen edit modejakefeasel2012-09-304-5/+5
|
* Misc logic updates / fixesjakefeasel2012-09-302-3/+5
|
* Fixing less building in plugin, and tweaking styles for better responsive layoutJake Feasel2012-09-295-6/+13
|
* Reflecting changes to dbTypesjakefeasel2012-09-301-1/+1
|
* Updates after running optimizer in productionjakefeasel2012-09-2817-10/+138
|
* Fixing date type for postgresJake Feasel2012-09-281-0/+1
|
* Merge branch 'master' of github.com:jakefeasel/sqlfiddleJake Feasel2012-09-28157-3079/+14275
|\
| * Bug with SQLite template, copyright notice for DDLBuilderjakefeasel2012-09-273-1/+10
| |
| * cleanupjakefeasel2012-09-272-2/+2
| |
| * Fixing paths to DDLBuilder, extracting templates, cleanupjakefeasel2012-09-2713-117/+53
| |