GitXplorerGitXplorer
n

sqlFormatter

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d845de54ff6e17e0b212fed4a74406bf9dc58976

LEFT JOINs start on a new line

nnicoder committed 14 years ago
Unverified
600228f7ec30383a1547fc8dfeea98a8858f1b99

added simple UI

nnicoder committed 14 years ago
Unverified
c8d4a77552a6cb06e094b5b7f273d614280ce647

added README

nnicoder committed 14 years ago
Unverified
83c81161adeeb0fab5deb7488a52666dc1fb1cb3

first commit

nnicoder committed 14 years ago

README

The README file for this repository.

Little tool meant to format a SQL query to be more readable.

Install the folder on a web server with PHP installed and call index.php in a browser.

Current features (see unit tests):

  • FROM and WHERE start on a new line
  • 'SELECT', 'FROM' and 'WHERE' keywords are uppercased

But :

  • would probably not handle well keywords inside strings yet