0
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add NOT NULL as keyword (fixes issue18). More... over 15 years ago
Ignore identifiers in double-quotes when changing identifier case (fixes issue21). More... over 15 years ago
Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19). More... over 15 years ago
Ignore AND after BETWEEN when reindenting statements (fixes issue14). More... over 15 years ago
Merged More... over 15 years ago
Backed out changeset 489299fc3548 More... over 15 years ago
Group extended identifiers (fixes issue15). More... over 15 years ago
Include patches from extras/py3k/fixes.diff (fixes issue12). More... over 15 years ago
Remove next() patch (targets issue12). More... over 15 years ago
Update CHANGES. More... over 15 years ago
Match single line comments at end of string. More... over 15 years ago
Add copy of setup.py to py3k version. More... over 15 years ago
Add example script to extract table names. More... over 15 years ago
Check for None values in options dict, reported by Marco44. More... over 15 years ago
Use parenthesis as intended (fixes an TypeError). More... over 15 years ago
Fix typo: Comparsion -> Comparison. More... over 15 years ago
PEP8: Code cleanup. More... over 15 years ago
Clean up imports. More... over 15 years ago
Use the new precompilation feature. More... almost 16 years ago
Improve statement detection for DECLARE statements outside function/procedure definitions. More... almost 16 years ago
Improve detection of escaped single quotes (fixes issue13, reported by Martin Brochhaus, patch by bluemaro with test case by Dan Carley). More... almost 16 years ago
Move regression test to separate directory. More... almost 16 years ago
Fix an issue with trailing whitespaces (reported by Kris). More... about 16 years ago
Add *.pyc to ignores. More... about 16 years ago
Use custom render_to_response function to avoid loading django.shortcuts with all it's dependencies. More... about 16 years ago
Fix test case for CASE reindent. More... about 16 years ago
Add TODO item. More... about 16 years ago
Fix return code when running unittests. More... about 16 years ago
Improved case detection for CASE structures without WHEN in first case. More... over 16 years ago
Add a Todo item. More... over 16 years ago