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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqlobject
/
sqlobject
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
156
Code
Issues
2
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlobject
sqlobject
inheritance
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 15, 2022
Tests: Skip some inheritance tests under `mysql-connector-python`
Show description for 613839e
phdru
committed
613839e
View commit details
Copy full SHA for 613839e
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Tests(mysqlclient): Fix "index is too long"
phdru
committed
61490a3
View commit details
Copy full SHA for 61490a3
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Style: Ignore flake8 W504 line break after binary operator
phdru
committed
62156a3
View commit details
Copy full SHA for 62156a3
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
Fix cursor.arraysize - pymssql doesn't have arraysize
phdru
committed
f08401c
View commit details
Copy full SHA for f08401c
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
Cleanup: Fix flake8 E722 do not use bare except
phdru
committed
a270c35
View commit details
Copy full SHA for a270c35
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
Fix flake8 warning: change indent due to shorter class name
phdru
committed
da5a72b
View commit details
Copy full SHA for da5a72b
View code at this point
Browse repository at this point
Fix tests for Firebird: shorten table names
Show description for e527ceb
phdru
committed
e527ceb
View commit details
Copy full SHA for e527ceb
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
Fix tests for Firebird
Show description for 2ac082b
phdru
committed
2ac082b
View commit details
Copy full SHA for 2ac082b
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
Rename py.test -> pytest in tests and docs
phdru
committed
14f2aca
View commit details
Copy full SHA for 14f2aca
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
Rename testDestroyCascade.py -> test_destroy_cascade.py
phdru
committed
ba944e6
View commit details
Copy full SHA for ba944e6
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Fix py.test warnings by renaming TestXXX classes to SOTestXXX
phdru
committed
5535bb5
View commit details
Copy full SHA for 5535bb5
View code at this point
Browse repository at this point
Commits on Jul 31, 2016
Fix all `import *`
phdru
committed
1992d96
View commit details
Copy full SHA for 1992d96
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 16, 2015
Use functools.reduce, for python 3 compatibility
Neil
committed
fbd179e
View commit details
Copy full SHA for fbd179e
View code at this point
Browse repository at this point
python 3 keys don't have a sort method
Neil
committed
71df75e
View commit details
Copy full SHA for 71df75e
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
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 #37 flake8 E122 continuation line missing indentation
phdru
committed
60394d4
View commit details
Copy full SHA for 60394d4
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
Fix #42 flake8 E124 closing bracket does not match visual indentation
phdru
committed
82df1ca
View commit details
Copy full SHA for 82df1ca
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
Merge branch 'flake8-fixes'
phdru
committed
18c1496
View commit details
Copy full SHA for 18c1496
View code at this point
Browse repository at this point
Fix #18 flake8 E261 at least two spaces before inline comment
phdru
committed
d12ab4b
View commit details
Copy full SHA for d12ab4b
View code at this point
Browse repository at this point
Fix typo in comments
Neil
committed
a0ef0cf
View commit details
Copy full SHA for a0ef0cf
View code at this point
Browse repository at this point
Fix flake8 E711 - comparison to None should be 'if cond is (not) None:'
Neil
committed
a4cb726
View commit details
Copy full SHA for a4cb726
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Fix flake8 E303 - Too many blank lines
Neil
committed
08779bb
View commit details
Copy full SHA for 08779bb
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Fix E121 - continuation line under-indented for hanging indent
Neil
committed
85d3f0a
View commit details
Copy full SHA for 85d3f0a
View code at this point
Browse repository at this point
Avoid '<>' in tests, due to python3 syntax changes
Neil
committed
f4f7d79
View commit details
Copy full SHA for f4f7d79
View code at this point
Browse repository at this point
Fix flake8 E203 - whitespace before ':'
Neil
committed
afd323d
View commit details
Copy full SHA for afd323d
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Use relative import in inheritance
Neil
committed
6486cbe
View commit details
Copy full SHA for 6486cbe
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Fix 15 instances of E111
Neil
committed
c6c225a
View commit details
Copy full SHA for c6c225a
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 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 13, 2015
Fix #16 flake8 E128 continuation line under-indented
phdru
committed
82fbef1
View commit details
Copy full SHA for 82fbef1
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
Previous
Next
You can’t perform that action at this time.