Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/sql_upper
Convert SQL keywords to uppercase.
https://github.com/gsquire/sql_upper
Last synced: 30 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-01T19:07:50.000Z (almost 11 years ago)
- Last Synced: 2023-04-10T02:34:55.437Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- 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.