0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix other regex to identify comments starting with '#' character. More... almost 11 years ago
Support comments starting with '#' character (fixes #178). More... almost 11 years ago
Update Changelog. More... almost 11 years ago
Merge pull request #177 from darikg/brackets More... almost 11 years ago
Add a bunch of square bracket tests More... almost 11 years ago
Group square-brackets into identifiers More... almost 11 years ago
Parse square brackets as a group just like parens More... almost 11 years ago
Move _find_matching to a module-level function More... almost 11 years ago
get rid of tokens.Punctuation.ArrayIndex, add negative lookbehind for sqlite identifiers More... almost 11 years ago
Allow identifiers to start with an underscore (fixes #175). More... almost 11 years ago
Update Changelog. More... almost 11 years ago
Merge pull request #174 from caseyching/master More... almost 11 years ago
Recognize escaped backslashes within strings More... almost 11 years ago
Update changelog. More... almost 11 years ago
Update changelog. More... almost 11 years ago
Merge branch 'master' of github.com:andialbrecht/sqlparse More... almost 11 years ago
Merge pull request #171 from darikg/alias_bugfix More... almost 11 years ago
Update changelog. More... almost 11 years ago
Merge pull request #172 from JacekPliszka/master More... almost 11 years ago
Fix of problem with multiline treated as stackable while /* /* */ is one comment, not two stacked More... almost 11 years ago
Fix pathological case of empty statement More... almost 11 years ago
Add a bunch of extra tests for assigning aliases without the AS keyword More... almost 11 years ago
Fix test More... almost 11 years ago
Fix test More... almost 11 years ago
Move get_parent_name() from Identifer to TokenList (so Function can use it) More... almost 11 years ago
get_name() uses _get_first_name() More... almost 11 years ago
get_alias() uses _get_first_name(), and searches in reverse for "column expression alias" More... almost 11 years ago
TokenList convenience method _get_first_name More... almost 11 years ago
Group adjacent names to allow aliasing without the AS keyword More... almost 11 years ago
Update Changelog. More... almost 11 years ago