Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hellwen
/
sqlparse
Public
forked from
andialbrecht/sqlparse
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 15, 2012
Update authors and changelog.
andialbrecht
committed
fb91835
View commit details
Copy full SHA for fb91835
Browse repository at this point
Merge pull request #80 from vthriller/master
Show description for 9677d28
andialbrecht
committed
9677d28
View commit details
Copy full SHA for 9677d28
Browse repository at this point
Add directory for coverage report to .gitignore.
andialbrecht
committed
807d809
View commit details
Copy full SHA for 807d809
Browse repository at this point
Commits on Nov 14, 2012
fix py3k support patch
vthriller
committed
ddf0720
View commit details
Copy full SHA for ddf0720
Browse repository at this point
Commits on Nov 13, 2012
Update release notes, bump version to 0.1.5.
andialbrecht
committed
1bcac86
View commit details
Copy full SHA for 1bcac86
Browse repository at this point
...but it's not a Mercurial repository.
andialbrecht
committed
82d113d
View commit details
Copy full SHA for 82d113d
Browse repository at this point
Fix project links in docs.
andialbrecht
committed
8f8ffde
View commit details
Copy full SHA for 8f8ffde
Browse repository at this point
Commits on Nov 12, 2012
Merge branch 'work'
andialbrecht
committed
dcab30c
View commit details
Copy full SHA for dcab30c
Browse repository at this point
PEP8'ified to code a bit.
andialbrecht
committed
f487632
View commit details
Copy full SHA for f487632
Browse repository at this point
Remove superfluous cleanup conditions.
andialbrecht
committed
9ef2a8e
View commit details
Copy full SHA for 9ef2a8e
Browse repository at this point
Commits on Nov 11, 2012
Prepare Changelog.
andialbrecht
committed
403b814
View commit details
Copy full SHA for 403b814
Browse repository at this point
Fix typo.
andialbrecht
committed
fb1ac18
View commit details
Copy full SHA for fb1ac18
Browse repository at this point
Handle whitepaces between operators correctly, improve handling of concatenated strings (issue53).
andialbrecht
committed
7af0b13
View commit details
Copy full SHA for 7af0b13
Browse repository at this point
Commits on Nov 7, 2012
Merge pull request #79 from MikeAmy/master
Show description for 4f5f034
andialbrecht
committed
4f5f034
View commit details
Copy full SHA for 4f5f034
Browse repository at this point
Special case grouping logic for VARCHAR, otherwise it gets lost from field definitions.
Mike Amy
committed
eb9afb5
View commit details
Copy full SHA for eb9afb5
Browse repository at this point
Commits on Nov 5, 2012
Remove agogo theme (fixes issue 61).
Show description for 997135e
andialbrecht
committed
997135e
View commit details
Copy full SHA for 997135e
Browse repository at this point
Commits on Nov 3, 2012
Improve handling of quoted indentifiers (fixes issue78).
andialbrecht
committed
39ddba7
View commit details
Copy full SHA for 39ddba7
Browse repository at this point
Switch to pytest, it's so much easier.
andialbrecht
committed
813782f
View commit details
Copy full SHA for 813782f
Browse repository at this point
Move SQLParseError to proper location and start deprecation of sqlparse.SQLParseError.
andialbrecht
committed
c67a742
View commit details
Copy full SHA for c67a742
Browse repository at this point
Commits on Aug 24, 2012
Update links in setup.py, thanks to @bulkanevcimen.
andialbrecht
committed
0a87710
View commit details
Copy full SHA for 0a87710
Browse repository at this point
Commits on Aug 12, 2012
Simplify the regular expressions by using character groups, allow all unicode letters.
andialbrecht
committed
61bf224
View commit details
Copy full SHA for 61bf224
Browse repository at this point
Encode value when reprinting the object.
andialbrecht
committed
ff5c247
View commit details
Copy full SHA for ff5c247
Browse repository at this point
Commits on Jul 24, 2012
Add Kevin Jing Qiu as contributor.
andialbrecht
committed
b9be05a
View commit details
Copy full SHA for b9be05a
Browse repository at this point
Commits on May 27, 2012
Added mising sql file for tests
piranna
committed
92757b0
View commit details
Copy full SHA for 92757b0
Browse repository at this point
Commits on May 23, 2012
Merge branch 'master' of github.com:piranna/sqlparse
Show description for a15e726
piranna
committed
a15e726
View commit details
Copy full SHA for a15e726
Browse repository at this point
Changed Compact to compact
piranna
committed
e80e3fc
View commit details
Copy full SHA for e80e3fc
Browse repository at this point
Fixed test_includeStatement
Jesús Leganés Combarro "Piranna
committed
a18c97f
View commit details
Copy full SHA for a18c97f
Browse repository at this point
Finished test for IncludeStatement
Jesús Leganés Combarro "Piranna
committed
564d5f3
View commit details
Copy full SHA for 564d5f3
Browse repository at this point
Fixed 'compact' tests
Jesús Leganés Combarro "Piranna
committed
df7a0d0
View commit details
Copy full SHA for df7a0d0
Browse repository at this point
Fixed some tests
Jesús Leganés Combarro "Piranna
committed
482d616
View commit details
Copy full SHA for 482d616
Browse repository at this point
Updated tests
Jesús Leganés Combarro "Piranna
committed
4caa5c1
View commit details
Copy full SHA for 4caa5c1
Browse repository at this point
Merge branch 'master' of github.com:andialbrecht/sqlparse
Jesús Leganés Combarro "Piranna
committed
385c716
View commit details
Copy full SHA for 385c716
Browse repository at this point
Merge pull request #69 from piranna/antiorm
Show description for f8c5364
andialbrecht
committed
f8c5364
View commit details
Copy full SHA for f8c5364
Browse repository at this point
Compact function was doing too much things...
piranna
committed
f479577
View commit details
Copy full SHA for f479577
Browse repository at this point
Commits on May 19, 2012
Fixed bug on __getitem__ (infinite loop because pop() use it already)
piranna
committed
26986fa
View commit details
Copy full SHA for 26986fa
Browse repository at this point
Previous
Next
You can’t perform that action at this time.