https://github.com/gsquire/sql_upper
Convert SQL keywords to uppercase.
https://github.com/gsquire/sql_upper
Last synced: 10 months ago
JSON representation
Convert SQL keywords to uppercase.
- Host: GitHub
- URL: https://github.com/gsquire/sql_upper
- Owner: gsquire
- Created: 2013-11-02T22:01:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-01T19:07:50.000Z (over 12 years ago)
- Last Synced: 2025-02-01T18:45:58.850Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sql_upper
=========
This is a simple Python script that will make all SQL keywords upper cased
in each file passed on the command line.
It will not overwrite existing files and instead creates a file with a .NEW
extension. Make sure to include the keywords.txt file in the same directory
when running the script.
Use this script freely and fork it if you can make it better.