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
mysql
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 13, 2017
Add debug print in _executeRetry in MySQLConnection
phdru
committed
6795def
View commit details
Copy full SHA for 6795def
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
Fix mysql-connector driver: encode unicode query with surrogate escape
phdru
committed
0c039e4
View commit details
Copy full SHA for 0c039e4
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
MySQL: call set_character_set(dbEncoding) for all drivers
Show description for 09c0d9a
phdru
committed
09c0d9a
View commit details
Copy full SHA for 09c0d9a
View code at this point
Browse repository at this point
MySQL: use driver instead of module.__name__
phdru
committed
707461a
View commit details
Copy full SHA for 707461a
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
Add support for PyMySQL
phdru
committed
f0b0085
View commit details
Copy full SHA for f0b0085
View code at this point
Browse repository at this point
Do not ping using oursql driver
phdru
committed
c3b6d4c
View commit details
Copy full SHA for c3b6d4c
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
Add support for mysql-connector
phdru
committed
afcbff1
View commit details
Copy full SHA for afcbff1
View code at this point
Browse repository at this point
Add support for oursql MySQL driver
phdru
committed
2f477e9
View commit details
Copy full SHA for 2f477e9
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Prepare MySQLConnection to use different drivers
phdru
committed
a631ca2
View commit details
Copy full SHA for a631ca2
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
Add ``driver`` keyword for MySQLConnection
Show description for 52b2e9d
phdru
committed
52b2e9d
View commit details
Copy full SHA for 52b2e9d
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 Mar 5, 2015
Bump MySQLdb requirement to at least 1.2.2
Neil
committed
12f98cc
View commit details
Copy full SHA for 12f98cc
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Ensure we encode bytes as required by mysqlclient on python 3
Neil
committed
63d714a
View commit details
Copy full SHA for 63d714a
View code at this point
Browse repository at this point
Update exception syntax
Neil
committed
84201d5
View commit details
Copy full SHA for 84201d5
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
fix E131 (and F403 outside tests)
lukmdo
committed
972ccbf
View commit details
Copy full SHA for 972ccbf
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
Fix #50 flake8 E401 multiple imports on one line
phdru
committed
2f5512c
View commit details
Copy full SHA for 2f5512c
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Use relative imports in database connectors
Neil
committed
7c664fb
View commit details
Copy full SHA for 7c664fb
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 #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
Commits on Jan 6, 2015
Merge branch '2.1' into flake8-fixes
phdru
committed
5fd2cc1
View commit details
Copy full SHA for 5fd2cc1
View code at this point
Browse repository at this point
MySQLConnection has got a new method listTables
phdru
committed
8d8b4ec
View commit details
Copy full SHA for 8d8b4ec
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Merge branch '2.1' into flake8-fixes
phdru
committed
7974c0c
View commit details
Copy full SHA for 7974c0c
View code at this point
Browse repository at this point
MySQLConnection has got a new method listDatabases
phdru
committed
46c7a9e
View commit details
Copy full SHA for 46c7a9e
View code at this point
Browse repository at this point
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 Jan 2, 2015
Use new-style exception handling syntax
sigmavirus24
committed
9f41303
View commit details
Copy full SHA for 9f41303
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
Microseconds on MariaDB and MySQL require special handling
Show description for 0b6de54
phdru
committed
0b6de54
View commit details
Copy full SHA for 0b6de54
View code at this point
Browse repository at this point
Microseconds are not supported by old version of MariaDB and MySQL
Show description for 65510b0
phdru
committed
65510b0
View commit details
Copy full SHA for 65510b0
View code at this point
Browse repository at this point
Commits on May 8, 2011
Decorators @classmethod and @staticmethod are used everywhere.
Show description for 721ead2
phdru
committed
721ead2
View commit details
Copy full SHA for 721ead2
View code at this point
Browse repository at this point
Commits on Feb 21, 2011
DB URI parser was changed to use urllib.split*() and unquote().
Show description for 84d2911
phdru
committed
84d2911
View commit details
Copy full SHA for 84d2911
View code at this point
Browse repository at this point
Commits on Aug 21, 2009
Imported DB API drivers are stored as connection instance variables, not in global variables.
Show description for ee81315
phdru
committed
ee81315
View commit details
Copy full SHA for ee81315
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.