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 }}
Neoskrypt
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlobject
sqlobject
dbconnection.py
on
master
User selector
All users
Datepicker
All time
Commit history
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 20, 2015
Protect against dictionary changes in loop
Neil
committed
c3223bc
View commit details
Copy full SHA for c3223bc
View code at this point
Browse repository at this point
Don't encode logging info on python 3
Neil
committed
abb802e
View commit details
Copy full SHA for abb802e
View code at this point
Browse repository at this point
Re-add errornously dropped parameter
Neil
committed
55bf16c
View commit details
Copy full SHA for 55bf16c
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
Add compatability type for isinstance(x, unicode) checks
Neil
committed
d7c18e4
View commit details
Copy full SHA for d7c18e4
View code at this point
Browse repository at this point
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
Use python 3 compatible names
Neil
committed
52fadfa
View commit details
Copy full SHA for 52fadfa
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Support python 3 iter interface
Neil
committed
c962c5e
View commit details
Copy full SHA for c962c5e
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Fix flake8 W503 line break before binary operator
phdru
committed
fb15acc
View commit details
Copy full SHA for fb15acc
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 #40: E713 - test for membership should be 'not in'
Neil
committed
95d589a
View commit details
Copy full SHA for 95d589a
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
sqlite3.Binary expects to be called with a bytes object on python 3
Neil
committed
9564667
View commit details
Copy full SHA for 9564667
View code at this point
Browse repository at this point
Support python 3 MethodType signature
Neil
committed
abe460e
View commit details
Copy full SHA for abe460e
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Replace new with types module
Neil
committed
f3e919b
View commit details
Copy full SHA for f3e919b
View code at this point
Browse repository at this point
Fix #25 flake8 E502 backslash is redundant between brackets
phdru
committed
272211a
View commit details
Copy full SHA for 272211a
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
Add workaround for python 2.6 urlparse behaviour
Neil
committed
7675141
View commit details
Copy full SHA for 7675141
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Update urllib and urlparse code to support python 3
Neil
committed
1de380e
View commit details
Copy full SHA for 1de380e
View code at this point
Browse repository at this point
Rewrite _parseURI to use urlparse
Neil
committed
325d0da
View commit details
Copy full SHA for 325d0da
View code at this point
Browse repository at this point
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 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
Don't import new on python 3
Neil
authored and
phdru
committed
8e2b506
View commit details
Copy full SHA for 8e2b506
View code at this point
Browse repository at this point
Avoid circular import issues in main.py
Neil
authored and
phdru
committed
706c720
View commit details
Copy full SHA for 706c720
View code at this point
Browse repository at this point
Change to relative imports
Neil
authored and
phdru
committed
ccb2c23
View commit details
Copy full SHA for ccb2c23
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 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
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 9, 2015
Fix #19 flake8 E231 missing whitespace after ',' or ':'
phdru
committed
a19132e
View commit details
Copy full SHA for a19132e
View code at this point
Browse repository at this point
Commits on Jan 6, 2015
Fix #21 flake8 F401: 'name' imported but unused
Show description for 6720c05
phdru
committed
6720c05
View commit details
Copy full SHA for 6720c05
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.