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
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 }}
wzb56
/
sqlobject
Public
forked from
sqlobject/sqlobject
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
sqlobject
sqlobject
sqlbuilder.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 23, 2019
Feat(sqlbuilder): Improve sqlrepr'ing `ALL/ANY/SOME()`
phdru
committed
596704c
View commit details
Copy full SHA for 596704c
View code at this point
Browse repository at this point
Commits on Sep 15, 2019
Fix: Avoid excessive parentheses around `ALL/ANY/SOME()`
phdru
committed
a26acf9
View commit details
Copy full SHA for a26acf9
View code at this point
Browse repository at this point
Commits on May 1, 2019
Feat: Remove RdbhostConnection
Show description for c3f99e5
phdru
committed
c3f99e5
View commit details
Copy full SHA for c3f99e5
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
Add Python3 special methods for division to SQLExpression
Show description for 898ea2a
Michael S. Root
committed
898ea2a
View commit details
Copy full SHA for 898ea2a
View code at this point
Browse repository at this point
Commits on May 4, 2017
Test for __nonzero__ under Python 2, __bool__ under Python 3 in BoolCol
phdru
committed
d1ff60d
View commit details
Copy full SHA for d1ff60d
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Fix concatenation operator for MSSQL/Sybase
phdru
committed
3d86b18
View commit details
Copy full SHA for 3d86b18
View code at this point
Browse repository at this point
Commits on Aug 13, 2016
Fix docstring formatting
phdru
committed
1f88047
View commit details
Copy full SHA for 1f88047
View code at this point
Browse repository at this point
Commits on May 8, 2016
Merge branch '2.2'
phdru
committed
2459efe
View commit details
Copy full SHA for 2459efe
View code at this point
Browse repository at this point
Fix a bug in sqlbuilder.CONCAT
phdru
committed
4aa1c01
View commit details
Copy full SHA for 4aa1c01
View code at this point
Browse repository at this point
Commits on May 7, 2016
Merge branch '2.2'
phdru
committed
573c807
View commit details
Copy full SHA for 573c807
View code at this point
Browse repository at this point
Add sqlbuilder.CONCAT to generate concatenation command
phdru
committed
dfa8edb
View commit details
Copy full SHA for dfa8edb
View code at this point
Browse repository at this point
Commits on Mar 21, 2015
Simplify and unify testing of sys.version
phdru
committed
07d1c3d
View commit details
Copy full SHA for 07d1c3d
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Merge pull request #86 from drnlm/add_compatability_types
Show description for a680896
phdru
committed
a680896
View commit details
Copy full SHA for a680896
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
replace basestring
Neil
committed
3428200
View commit details
Copy full SHA for 3428200
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
More import fixes
Neil
committed
58e4f5d
View commit details
Copy full SHA for 58e4f5d
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Fix flake8 E731 do not assign a lambda expression, use a def
phdru
committed
7a7216e
View commit details
Copy full SHA for 7a7216e
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
Fix flake8 E123 closing bracket does not match indentation
Show description for 917dbcd
phdru
committed
917dbcd
View commit details
Copy full SHA for 917dbcd
View code at this point
Browse repository at this point
Fix flake8 E226 missing whitespace around arithmetic operator
phdru
committed
f89bd3c
View commit details
Copy full SHA for f89bd3c
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Fix #49: rename loop variables instead of del
phdru
committed
80b163b
View commit details
Copy full SHA for 80b163b
View code at this point
Browse repository at this point
Fix #49 flake8 F812 list comprehension redefines 'name'
Show description for 12fb506
phdru
committed
12fb506
View commit details
Copy full SHA for 12fb506
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Fix flake8 E222 - multiple spaces after operator
Neil
committed
49b63d9
View commit details
Copy full SHA for 49b63d9
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
Fix #27 flake8 F821 undefined name
Show description for fe1c76c
phdru
committed
fe1c76c
View commit details
Copy full SHA for fe1c76c
View code at this point
Browse repository at this point
Add operator.div alias for python 3
Neil
authored and
phdru
committed
e50bdd0
View commit details
Copy full SHA for e50bdd0
View code at this point
Browse repository at this point
Change to relative imports
Neil
authored and
phdru
committed
d2a7d7f
View commit details
Copy full SHA for d2a7d7f
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Fix #24 flake8 E221 multiple spaces before operator
phdru
committed
dc59b33
View commit details
Copy full SHA for dc59b33
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
Fix #26 flake8 E126 continuation line over-indented
phdru
committed
d7ce0b1
View commit details
Copy full SHA for d7ce0b1
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Fix #23 flake8 E701 multiple statements on one line
phdru
committed
bdd9c45
View commit details
Copy full SHA for bdd9c45
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
Fix #11 flake8 E302 expected 2 blank lines
phdru
committed
86bbf2c
View commit details
Copy full SHA for 86bbf2c
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
Fix #12 flake8 E501 line too long
phdru
committed
4b27e7a
View commit details
Copy full SHA for 4b27e7a
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
Fix #14 flake8 E265 block comment should start with '# '
phdru
committed
d9258bf
View commit details
Copy full SHA for d9258bf
View code at this point
Browse repository at this point
Commits on Jan 10, 2015
Fix #17 flake8 E301 expected 1 blank line, found 0
phdru
committed
051e1c9
View commit details
Copy full SHA for 051e1c9
View code at this point
Browse repository at this point
Fix #18 flake8 E261 at least two spaces before inline comment
phdru
committed
4554be7
View commit details
Copy full SHA for 4554be7
View code at this point
Browse repository at this point
Fix #15 flake8 E225 missing whitespace around operator
phdru
committed
17a6f70
View commit details
Copy full SHA for 17a6f70
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Fix #22 flake8 E127 continuation line over-indented for visual indent
phdru
committed
d4374a6
View commit details
Copy full SHA for d4374a6
View code at this point
Browse repository at this point
Commits on Dec 26, 2014
Convert last of the old-style raise syntax
sigmavirus24
committed
68f90a7
View commit details
Copy full SHA for 68f90a7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.