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
on
mssql
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 4, 2022
Feat(MSSQL): Use driver `pytds`
phdru
committed
57213a9
View commit details
Copy full SHA for 57213a9
View code at this point
Browse repository at this point
Refactor(mssqlconnection): Use `self.module`
Show description for 55f8596
phdru
committed
55f8596
View commit details
Copy full SHA for 55f8596
View code at this point
Browse repository at this point
Fix: Always close cursor, even in case of errors
phdru
committed
5673fac
View commit details
Copy full SHA for 5673fac
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Fix(compat): Use `.exec_module(.create_module())` instead of `.load_module()`
Show description for 6509ac8
phdru
committed
6509ac8
View commit details
Copy full SHA for 6509ac8
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
Release 3.10.0
phdru
committed
1a0168e
View commit details
Copy full SHA for 1a0168e
View code at this point
Browse repository at this point
Commits on Sep 17, 2022
Fix(mysql-connector): Convert bytearrays
phdru
committed
30ba31d
View commit details
Copy full SHA for 30ba31d
View code at this point
Browse repository at this point
Fix(mysql-connector): Fix dbName under Python 2
phdru
committed
18dbbc6
View commit details
Copy full SHA for 18dbbc6
View code at this point
Browse repository at this point
Fix(MySQL): Convert bytes to unicode
Show description for c38bed3
phdru
committed
c38bed3
View commit details
Copy full SHA for c38bed3
View code at this point
Browse repository at this point
Fix(MySQL): Fix encoding
phdru
committed
b0299a5
View commit details
Copy full SHA for b0299a5
View code at this point
Browse repository at this point
Tests(tox): Stop collecting test coverage
phdru
committed
d2921ea
View commit details
Copy full SHA for d2921ea
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
Style(hashcol): Improve docstring formatting
phdru
committed
50e50dc
View commit details
Copy full SHA for 50e50dc
View code at this point
Browse repository at this point
Style: Fix `flake8` E501 line too long
phdru
committed
71ba79e
View commit details
Copy full SHA for 71ba79e
View code at this point
Browse repository at this point
Style: Fix `flake8` E275 missing whitespace after keyword
phdru
committed
1aed268
View commit details
Copy full SHA for 1aed268
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
Feat(dbconnection): Allow connections in `ConnectionHub` to be strings
Show description for 9f3ca7e
phdru
committed
9f3ca7e
View commit details
Copy full SHA for 9f3ca7e
View code at this point
Browse repository at this point
Commits on Jun 4, 2021
Tests(test_datetime): Fix `test_PendulumDateTime`
Show description for 661f41c
phdru
committed
661f41c
View commit details
Copy full SHA for 661f41c
View code at this point
Browse repository at this point
Add new converter for pendulum.DateTime
jhudsonbbm
committed
1f50e64
View commit details
Copy full SHA for 1f50e64
View code at this point
Browse repository at this point
Commits on Feb 27, 2021
Release 3.9.1
phdru
committed
8bcaa3c
View commit details
Copy full SHA for 8bcaa3c
View code at this point
Browse repository at this point
Commits on Feb 24, 2021
Feat(PostgreSQL): Protect `getuser()`
Show description for 3173e08
phdru
committed
3173e08
View commit details
Copy full SHA for 3173e08
View code at this point
Browse repository at this point
Feat(PostgreSQL): Adapt to the latest `pg8000`
phdru
committed
47307e6
View commit details
Copy full SHA for 47307e6
View code at this point
Browse repository at this point
Commits on Dec 15, 2020
Release 3.9.0
phdru
committed
73ffdca
View commit details
Copy full SHA for 73ffdca
View code at this point
Browse repository at this point
Commits on Dec 14, 2020
Feat(mysql): Support `mariadb`
phdru
committed
8056328
View commit details
Copy full SHA for 8056328
View code at this point
Browse repository at this point
Commits on Dec 12, 2020
Feat(DateTime): Extend/fix support for `DateTime` from `Zope`
Show description for e7b379f
phdru
committed
e7b379f
View commit details
Copy full SHA for e7b379f
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Feat(DateTime): Drop support for very old version of `mxDateTime`
Show description for b6d0201
phdru
committed
b6d0201
View commit details
Copy full SHA for b6d0201
View code at this point
Browse repository at this point
Commits on Nov 28, 2020
Fix(col): Comment out `SOJSONCol._sqlType()`
Show description for 1b9aff1
phdru
committed
1b9aff1
View commit details
Copy full SHA for 1b9aff1
View code at this point
Browse repository at this point
Commits on Nov 21, 2020
Fix(col): Fix `JSONValidator`
Show description for 3a4e35f
phdru
committed
3a4e35f
View commit details
Copy full SHA for 3a4e35f
View code at this point
Browse repository at this point
Test(mysql/json): Test JSON functions
Show description for 6d5d0c2
phdru
committed
6d5d0c2
View commit details
Copy full SHA for 6d5d0c2
View code at this point
Browse repository at this point
Feat(mysql): Check if the server allows to use JSON functions
Show description for ac96456
phdru
committed
ac96456
View commit details
Copy full SHA for ac96456
View code at this point
Browse repository at this point
Update for JSON column and functions
Show description for 470c8f4
Michael S. Root
authored and
phdru
committed
470c8f4
View commit details
Copy full SHA for 470c8f4
View code at this point
Browse repository at this point
Tests: Clear microseconds
Show description for 7ccfeb8
phdru
committed
7ccfeb8
View commit details
Copy full SHA for 7ccfeb8
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Release 3.8.1
phdru
committed
cb7575a
View commit details
Copy full SHA for cb7575a
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Style: Fix `flake8` warnings
Show description for dfedb4e
phdru
committed
dfedb4e
View commit details
Copy full SHA for dfedb4e
View code at this point
Browse repository at this point
Style: Fix `flake8` E741 ambiguous variable name 'l'
phdru
committed
f256021
View commit details
Copy full SHA for f256021
View code at this point
Browse repository at this point
Fix(col.TimeValidator): Remove debug print
phdru
committed
51d3893
View commit details
Copy full SHA for 51d3893
View code at this point
Browse repository at this point
Commits on Dec 7, 2019
Release 3.8.0
phdru
committed
b0b1c9c
View commit details
Copy full SHA for b0b1c9c
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Fix(postgres): Fix a bug in `PostgresConnection.columnsFromSchema`
Show description for 83fd61d
phdru
committed
83fd61d
View commit details
Copy full SHA for 83fd61d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.