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 }}
actuarial-tools
/
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
mysql
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 28, 2019
Fix a bug working with microseconds in `Time` columns
phdru
committed
351ac92
View commit details
Copy full SHA for 351ac92
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Fix(mysql): Fix unicode errors in mysqlclient
phdru
committed
e4cad6d
View commit details
Copy full SHA for e4cad6d
View code at this point
Browse repository at this point
Commits on Jun 3, 2018
Fix(mysql): Fix SSL-related parameters for MySQL-connector
Show description for 5f8e6ec
phdru
committed
5f8e6ec
View commit details
Copy full SHA for 5f8e6ec
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
Feat: Close cursors after using
Show description for d86fbb9
phdru
committed
d86fbb9
View commit details
Copy full SHA for d86fbb9
View code at this point
Browse repository at this point
Commits on Feb 1, 2018
Fix(mysql): Fix oursql
Show description for 9770622
phdru
committed
9770622
View commit details
Copy full SHA for 9770622
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 Oct 3, 2017
Fix for #139: autoreconnect does not work with pymysql driver
Shailesh Mungikar
authored and
phdru
committed
e3e522e
View commit details
Copy full SHA for e3e522e
View code at this point
Browse repository at this point
Commits on Jul 23, 2017
Fix(CI): Disable microseconds for MySQL at Travis
phdru
committed
57316af
View commit details
Copy full SHA for 57316af
View code at this point
Browse repository at this point
Commits on May 4, 2017
Check error codes from ODBC drivers for DuplicateError
Show description for ba4e890
phdru
committed
ba4e890
View commit details
Copy full SHA for ba4e890
View code at this point
Browse repository at this point
Add missing error codes for ODBC drivers
phdru
committed
3077fac
View commit details
Copy full SHA for 3077fac
View code at this point
Browse repository at this point
Set encoding for ODBC connections for MySQL
phdru
committed
70388fa
View commit details
Copy full SHA for 70388fa
View code at this point
Browse repository at this point
Refactor make_odbc_conn_str() to use DB-specific ODBC keywords
phdru
committed
2ca0972
View commit details
Copy full SHA for 2ca0972
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
Add support for PyODBC and PyPyODBC for MySQL
phdru
committed
0d02d45
View commit details
Copy full SHA for 0d02d45
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
Disable microseconds at AppVeyor for MySQL
phdru
committed
0faf966
View commit details
Copy full SHA for 0faf966
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.