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
Accelerator
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
Type
/
to 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 }}
gptcod
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlparse
sqlparse
on
master
User selector
All users
All time
Commit history
Commits on Jan 7, 2019
Revamped pprint_tree
vallentin
authored and
andialbrecht
committed
d023395
View commit details
Copy full SHA for d023395
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
Fix from( parsing issue (fixes #446)
fredyw
authored and
andialbrecht
committed
4140d2e
View commit details
Copy full SHA for 4140d2e
View code at this point
Browse repository at this point
Fix reindent issue for parenthesis (fixes issue 427)
fredyw
authored and
andialbrecht
committed
0e56a02
View commit details
Copy full SHA for 0e56a02
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
Update copyright header (fixes #372).
andialbrecht
committed
3853a07
View commit details
Copy full SHA for 3853a07
View code at this point
Browse repository at this point
Add UPSERT keyword (fixes #408).
andialbrecht
committed
7f2b6a8
View commit details
Copy full SHA for 7f2b6a8
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
Add missing EXPLAIN keyword (fixes #421).
andialbrecht
committed
b412156
View commit details
Copy full SHA for b412156
View code at this point
Browse repository at this point
Fix Failing Build - Flake8
KevinBoyette
authored and
andialbrecht
committed
5e1d5e2
View commit details
Copy full SHA for 5e1d5e2
View code at this point
Browse repository at this point
Commits on Jul 8, 2018
Added HAVING class
Show description for 8bf78a0
ksakargayen
authored and
andialbrecht
committed
8bf78a0
View commit details
Copy full SHA for 8bf78a0
View code at this point
Browse repository at this point
fix "WITH name" case (#418)
Show description for 71fb556
djsfcom
authored and
andialbrecht
committed
71fb556
View commit details
Copy full SHA for 71fb556
View code at this point
Browse repository at this point
Commits on May 18, 2018
Correct spelling (#407)
Show description for 6d66421
jsoref
authored and
andialbrecht
committed
6d66421
View commit details
Copy full SHA for 6d66421
View code at this point
Browse repository at this point
Commits on Mar 25, 2018
Deal with long function params
soloman1124
committed
0fe6e3b
View commit details
Copy full SHA for 0fe6e3b
View code at this point
Browse repository at this point
Wrap long function
soloman1124
committed
fb52a01
View commit details
Copy full SHA for fb52a01
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
Fix issue with get_real_name returning incorrect name
fredyw
committed
e07e095
View commit details
Copy full SHA for e07e095
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
Merge pull request #396 from fredyw/issue_385
Show description for f8acb2b
andialbrecht
authored
f8acb2b
View commit details
Copy full SHA for f8acb2b
View code at this point
Browse repository at this point
Merge pull request #393 from digitalarbeiter/indent_identifiers
Show description for 396f19d
andialbrecht
authored
396f19d
View commit details
Copy full SHA for 396f19d
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Fix incorrect splitting with double quotes and a new line
fredyw
committed
002f37d
View commit details
Copy full SHA for 002f37d
View code at this point
Browse repository at this point
Commits on Mar 3, 2018
new option --indent_columns to indent all columns by --indent_width
Patrick Schemitz
committed
ec0af03
View commit details
Copy full SHA for ec0af03
View code at this point
Browse repository at this point
indent all identifiers, including the first one, by width instead of keyword length
Patrick Schemitz
committed
6dac1d9
View commit details
Copy full SHA for 6dac1d9
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
fix trailing semicolon error
circld
committed
abda367
View commit details
Copy full SHA for abda367
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Remove duplicate StringIO import
jdufresne
committed
4efc82d
View commit details
Copy full SHA for 4efc82d
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
Add more Postgres types. [1]
Show description for 5b9f3f3
Jesse Claven
committed
5b9f3f3
View commit details
Copy full SHA for 5b9f3f3
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
Code cleanup.
andialbrecht
committed
3749416
View commit details
Copy full SHA for 3749416
View code at this point
Browse repository at this point
Fix regression introduced by new indent_after_first option.
andialbrecht
committed
eabaac1
View commit details
Copy full SHA for eabaac1
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Fix typos
vmuriart
committed
43478c6
View commit details
Copy full SHA for 43478c6
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
Merge pull request #345 from johshoff/master
Show description for 4e44545
andialbrecht
authored
4e44545
View commit details
Copy full SHA for 4e44545
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
Adhere to style
johshoff
committed
8f5003b
View commit details
Copy full SHA for 8f5003b
View code at this point
Browse repository at this point
Commits on Oct 29, 2017
Fix unclosed file warnings discovered during tests
Show description for acaf00c
jdufresne
committed
acaf00c
View commit details
Copy full SHA for acaf00c
View code at this point
Browse repository at this point
Commits on Sep 27, 2017
Switch back to development.
andialbrecht
committed
63d9cfd
View commit details
Copy full SHA for 63d9cfd
View code at this point
Browse repository at this point
This is 0.2.4.
andialbrecht
committed
7c3f771
View commit details
Copy full SHA for 7c3f771
View code at this point
Browse repository at this point
Commits on Sep 24, 2017
Close files during tests.
andialbrecht
committed
bf9ce73
View commit details
Copy full SHA for bf9ce73
View code at this point
Browse repository at this point
Fix handling of semicolon when grouping assignments (fixes #359).
Show description for 097478e
andialbrecht
committed
097478e
View commit details
Copy full SHA for 097478e
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
Merge branch 'master' into master
andialbrecht
authored
54551c4
View commit details
Copy full SHA for 54551c4
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
Code cleanup.
andialbrecht
committed
b3dc9a6
View commit details
Copy full SHA for b3dc9a6
View code at this point
Browse repository at this point
Merge pull request #357 from Demetrio92/master
Show description for 5fc7cb0
andialbrecht
authored
5fc7cb0
View commit details
Copy full SHA for 5fc7cb0
View code at this point
Browse repository at this point
Commits on Aug 26, 2017
Extend alphas with accented characters
mvbentes
authored
617d389
View commit details
Copy full SHA for 617d389
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.