1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:jakefeasel/sqlfiddle More... over 13 years ago
start of printer friendly css, plus a nice DB label for responsive UIs More... over 13 years ago
Merge branch 'master' of github.com:jakefeasel/sqlfiddle More... over 13 years ago
Bringing codemirror to latest (2.24); restoring default multi-line indent behavior with the tab key More... over 13 years ago
Merge branch 'master' of github.com:jakefeasel/sqlfiddle More... over 13 years ago
Fixes for bootstrap with IE More... over 13 years ago
Opening up access a bit more More... over 13 years ago
Pulled latest sql.js to fix issue found here: https://github.com/kripken/sql.js/issues/3#issuecomment-5272076 More... over 13 years ago
Improved UI tweaks for responsive layout More... over 13 years ago
Initial attempt at implementing a responsive layout More... over 13 years ago
Updated codemirror to latest version More... over 13 years ago
Bug fix with execution plan failure checker More... over 13 years ago
Fixing execution plan logic to work better with queries that (for some reason) may not work with execution plans More... over 13 years ago
Altering db_type for postgres to use template database, initially for UUID support More... over 13 years ago
Locks around the cleanup task, just in case there is a conflict More... over 13 years ago
Getting rid of unneeded HTML in response More... over 13 years ago
support for more complex object display in results, particularly for UUID type support from PostgreSQL More... over 13 years ago
Limiting permissions for sql server More... over 13 years ago
Changing button label text More... over 13 years ago
Fixing bug in regexp to allow for trailing whitespace after statement terminating semicolons More... over 13 years ago
Adding logic to prevent some types of queries from throwing errors when they have their execution plan explained, which would then trip up the whole process. More... over 13 years ago
Correcting the "bug" that would involve reloading the browser when you hit F5, rather than running the query More... over 13 years ago
Completed websql driver work More... over 13 years ago
Further attempts to work with Oracle Execution Plans, by importing my modified versions of the Oracle JS code More... over 13 years ago
Support for visual oracle execution plan display More... over 13 years ago
Handling browsers (like IE9) which don't work with SQL.js More... over 13 years ago
support for sqlite in ddl_builder.js More... over 13 years ago
Fixing spacing More... over 13 years ago
Browser-based querying with SQLite via SQL.js; initial work started for SQLite via native websql for browsers which support it More... over 13 years ago
Initial work on the back-end to distinguish host-based from browser-based contexts More... over 13 years ago