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 }}
ompanda
/
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 Apr 6, 2018
Update authors and changelog.
andialbrecht
committed
f75f586
View commit details
Copy full SHA for f75f586
Browse repository at this point
Merge pull request #398 from intellihr/wrap_long_function
Show description for 6a830d8
andialbrecht
authored
6a830d8
View commit details
Copy full SHA for 6a830d8
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
Browse repository at this point
Wrap long function
soloman1124
committed
fb52a01
View commit details
Copy full SHA for fb52a01
Browse repository at this point
Commits on Mar 22, 2018
Update changelog.
andialbrecht
committed
3013ef4
View commit details
Copy full SHA for 3013ef4
Browse repository at this point
Merge pull request #397 from fredyw/issue_369
Show description for 1df9178
andialbrecht
authored
1df9178
View commit details
Copy full SHA for 1df9178
Browse repository at this point
Fix issue with get_real_name returning incorrect name
fredyw
committed
e07e095
View commit details
Copy full SHA for e07e095
Browse repository at this point
Commits on Mar 21, 2018
Update changelog and authors.
andialbrecht
committed
19b9e67
View commit details
Copy full SHA for 19b9e67
Browse repository at this point
Merge pull request #396 from fredyw/issue_385
Show description for f8acb2b
andialbrecht
authored
f8acb2b
View commit details
Copy full SHA for f8acb2b
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
Browse repository at this point
Merge pull request #390 from circld/bug/fix_trailing_semicolon_error
Show description for 9bb8722
andialbrecht
authored
9bb8722
View commit details
Copy full SHA for 9bb8722
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
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
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
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
Browse repository at this point
Commits on Jan 17, 2018
Merge pull request #379 from jdufresne/cache
Show description for 9cf45eb
andialbrecht
authored
9cf45eb
View commit details
Copy full SHA for 9cf45eb
Browse repository at this point
Merge pull request #380 from shigemk2/fix-typo-intro
Show description for a54d0c9
andialbrecht
authored
a54d0c9
View commit details
Copy full SHA for a54d0c9
Browse repository at this point
Fix typo in intro
Show description for 33fc603
shigemk2
committed
33fc603
View commit details
Copy full SHA for 33fc603
Browse repository at this point
Commits on Jan 13, 2018
Enable pip cache in Travis CI
Show description for 04a3b58
jdufresne
committed
04a3b58
View commit details
Copy full SHA for 04a3b58
Browse repository at this point
Commits on Jan 11, 2018
Merge pull request #375 from jdufresne/py33
Show description for 2e97d99
andialbrecht
authored
2e97d99
View commit details
Copy full SHA for 2e97d99
Browse repository at this point
Pass python_requires argument to setuptools
Show description for 3f51a74
jdufresne
committed
3f51a74
View commit details
Copy full SHA for 3f51a74
Browse repository at this point
Remove support for EOL Python 3.3
Show description for 65cd449
jdufresne
committed
65cd449
View commit details
Copy full SHA for 65cd449
Browse repository at this point
Merge pull request #373 from jdufresne/stable
Show description for 45b6467
andialbrecht
authored
45b6467
View commit details
Copy full SHA for 45b6467
Browse repository at this point
Merge pull request #374 from jdufresne/dup-import
Show description for 8f40e9c
andialbrecht
authored
8f40e9c
View commit details
Copy full SHA for 8f40e9c
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
Browse repository at this point
Document project as stable and ready for use in production
jdufresne
committed
2c2cd33
View commit details
Copy full SHA for 2c2cd33
Browse repository at this point
Commits on Dec 18, 2017
Merge pull request #368 from jesse-c/add-more-pg-types
Show description for 9d9b8a8
andialbrecht
authored
9d9b8a8
View commit details
Copy full SHA for 9d9b8a8
Browse repository at this point
Add more Postgres types. [1]
Show description for 5b9f3f3
Jesse Claven
committed
5b9f3f3
View commit details
Copy full SHA for 5b9f3f3
Browse repository at this point
Commits on Dec 3, 2017
Code cleanup.
andialbrecht
committed
3749416
View commit details
Copy full SHA for 3749416
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
Browse repository at this point
Commits on Nov 30, 2017
Merge pull request #366 from andialbrecht/typo
Show description for 5131c4c
andialbrecht
authored
5131c4c
View commit details
Copy full SHA for 5131c4c
Browse repository at this point
Commits on Nov 29, 2017
Fix typos
vmuriart
committed
43478c6
View commit details
Copy full SHA for 43478c6
Browse repository at this point
Commits on Nov 24, 2017
Update authors and changelog.
andialbrecht
committed
745df45
View commit details
Copy full SHA for 745df45
Browse repository at this point
Merge pull request #345 from johshoff/master
Show description for 4e44545
andialbrecht
authored
4e44545
View commit details
Copy full SHA for 4e44545
Browse repository at this point
Commits on Nov 23, 2017
Adhere to style
johshoff
committed
8f5003b
View commit details
Copy full SHA for 8f5003b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.