0
I Use This!
Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Jul 11, 2025 — Jul 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193). More... almost 11 years ago
Improve detection of aliased identifiers (fixes #185). More... about 11 years ago
Switch back to development mode. More... about 11 years ago
Update version number. More... about 11 years ago
Never interpret IN keyword as function name (fixes #183). More... over 11 years ago
Update offset when adding line break (fixes 184). More... over 11 years ago
Add coverage.xml to .gitignore. More... over 11 years ago
Fix other regex to identify comments starting with '#' character. More... over 11 years ago
Support comments starting with '#' character (fixes #178). More... over 11 years ago
Update Changelog. More... over 11 years ago
Merge pull request #177 from darikg/brackets More... over 11 years ago
Add a bunch of square bracket tests More... over 11 years ago
Group square-brackets into identifiers More... over 11 years ago
Parse square brackets as a group just like parens More... over 11 years ago
Move _find_matching to a module-level function More... over 11 years ago
get rid of tokens.Punctuation.ArrayIndex, add negative lookbehind for sqlite identifiers More... over 11 years ago
Allow identifiers to start with an underscore (fixes #175). More... over 11 years ago
Update Changelog. More... over 11 years ago
Merge pull request #174 from caseyching/master More... over 11 years ago
Recognize escaped backslashes within strings More... over 11 years ago
Update changelog. More... over 11 years ago
Update changelog. More... over 11 years ago
Merge branch 'master' of github.com:andialbrecht/sqlparse More... over 11 years ago
Merge pull request #171 from darikg/alias_bugfix More... over 11 years ago
Update changelog. More... over 11 years ago
Merge pull request #172 from JacekPliszka/master More... over 11 years ago
Fix of problem with multiline treated as stackable while /* /* */ is one comment, not two stacked More... over 11 years ago
Fix pathological case of empty statement More... over 11 years ago
Add a bunch of extra tests for assigning aliases without the AS keyword More... over 11 years ago
Fix test More... over 11 years ago