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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ZeusbasePython
/
pyodbc
Public
forked from
mkleehammer/pyodbc
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
pyodbc
src
on
master
User selector
All users
All time
Commit history
Commits on Oct 26, 2015
Added functions for setting the decimal separator character.
José Alberto Goncalves
committed
c81ad64
View commit details
Copy full SHA for c81ad64
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Add Connection.set_attr
mkleehammer
committed
3a2fe35
View commit details
Copy full SHA for 3a2fe35
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
SQLFreeHandle(stmt) can now raise an error if necessary. Closes #74
Show description for a703e39
mkleehammer
committed
a703e39
View commit details
Copy full SHA for a703e39
View code at this point
Browse repository at this point
Commits on Apr 30, 2015
Merge pull request #23 from geota/master
Show description for f61c7a4
mkleehammer
committed
f61c7a4
View commit details
Copy full SHA for f61c7a4
View code at this point
Browse repository at this point
Create error before freeing HSTMT.
Show description for f790dfe
mkleehammer
committed
f790dfe
View commit details
Copy full SHA for f790dfe
View code at this point
Browse repository at this point
Correctly trap errors triggered by a call to nextset()
tjguk
authored and
mkleehammer
committed
f5b94a1
View commit details
Copy full SHA for f5b94a1
View code at this point
Browse repository at this point
Merge pull request #34 from jcristau/binary-description
mkleehammer
committed
b48807e
View commit details
Copy full SHA for b48807e
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
Fix for 64-bit int problems and decimal problems.
Show description for eb94345
mkleehammer
committed
eb94345
View commit details
Copy full SHA for eb94345
View code at this point
Browse repository at this point
More SQLWCHAR to ODBCCHAR.
Show description for b126ffb
mkleehammer
committed
b126ffb
View commit details
Copy full SHA for b126ffb
View code at this point
Browse repository at this point
Switch from SQLWCHAR to our own type.
Show description for 311333f
mkleehammer
committed
311333f
View commit details
Copy full SHA for 311333f
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
Fix Windows compile error.
mkleehammer
committed
6e30aab
View commit details
Copy full SHA for 6e30aab
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Clear extra error during decimal import.
Show description for 58577f0
mkleehammer
committed
58577f0
View commit details
Copy full SHA for 58577f0
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
Fix cursor.description for SQL_*BINARY columns
Show description for 274d51d
jcristau
committed
274d51d
View commit details
Copy full SHA for 274d51d
View code at this point
Browse repository at this point
Commits on Aug 19, 2014
Merge pull request #26 from jbq/master
Show description for 826b41d
mkleehammer
committed
826b41d
View commit details
Copy full SHA for 826b41d
View code at this point
Browse repository at this point
Fix overflow in GetDataDecimal
Jean-Baptiste Quenot
committed
48e6732
View commit details
Copy full SHA for 48e6732
View code at this point
Browse repository at this point
Use cdecimal to speedup
Jean-Baptiste Quenot
committed
2f8ec61
View commit details
Copy full SHA for 2f8ec61
View code at this point
Browse repository at this point
Commits on Mar 7, 2014
Fixes #22 - Increase number of loop iterations to fully pull in data from VARCHAR 65000 fields.
LadyBirdLake
committed
1772786
View commit details
Copy full SHA for 1772786
View code at this point
Browse repository at this point
Commits on Oct 13, 2013
Invalid parameter values passed in, due to size mismatch.
maparent
committed
916c69e
View commit details
Copy full SHA for 916c69e
View code at this point
Browse repository at this point
Commits on May 19, 2013
Added support for pickling Row objects.
mkfiserv
authored and
mkleehammer
committed
68803af
View commit details
Copy full SHA for 68803af
View code at this point
Browse repository at this point
Commits on Nov 1, 2012
Use SQL_DATA_AT_EXEC instead of SQL_DATA_LEN_AT_EXEC when possible.
Show description for f4856c4
mkleehammer
committed
f4856c4
View commit details
Copy full SHA for f4856c4
View code at this point
Browse repository at this point
Commits on Sep 27, 2012
Issue 242: Added include of windows.h for cygwin.
mkleehammer
committed
fae1ef1
View commit details
Copy full SHA for fae1ef1
View code at this point
Browse repository at this point
Cursor.executemany now accepts an iterator or a generator. closes #12
mkleehammer
committed
c29b04f
View commit details
Copy full SHA for c29b04f
View code at this point
Browse repository at this point
Eliminated warnings on OS/X
Show description for 6463a91
mkleehammer
committed
6463a91
View commit details
Copy full SHA for 6463a91
View code at this point
Browse repository at this point
Commits on Sep 26, 2012
Issue 280: Compile failure on FreeBSD due to alloca
mkleehammer
committed
9423193
View commit details
Copy full SHA for 9423193
View code at this point
Browse repository at this point
Commits on Aug 17, 2012
Issue 278: Pad str read buffer for driver bug.
Show description for a0bab2c
mkleehammer
committed
a0bab2c
View commit details
Copy full SHA for a0bab2c
View code at this point
Browse repository at this point
Commits on Jul 1, 2012
Added context manager support to Cursor object.
Show description for 738cd01
mkleehammer
committed
738cd01
View commit details
Copy full SHA for 738cd01
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
Issue 239: Memory error reading SQL Server XML 4K
mkleehammer
committed
66c5136
View commit details
Copy full SHA for 66c5136
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Added Cursor.commit and Cursor.rollback
mkfiserv
committed
b456b9f
View commit details
Copy full SHA for b456b9f
View code at this point
Browse repository at this point
Commits on May 23, 2012
Issue 264: Parameters leaked if an exception is raised.
mkfiserv
committed
244e84a
View commit details
Copy full SHA for 244e84a
View code at this point
Browse repository at this point
Commits on Feb 14, 2012
Added readonly keyword to connect.
mkleehammer
committed
7555f7d
View commit details
Copy full SHA for 7555f7d
View code at this point
Browse repository at this point
Commits on Jan 17, 2012
fix: Function sequence error with prepared execute, SQLTables, same execute. (Lost fix)
Show description for dc35242
mkfiserv
committed
dc35242
View commit details
Copy full SHA for dc35242
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Issue 227: Fix Python 2.5 compatability
mkleehammer
committed
6a457c3
View commit details
Copy full SHA for 6a457c3
View code at this point
Browse repository at this point
Commits on Dec 28, 2011
Issue 178: Fixed compilation issues with 4.6.2
Show description for b2dfac9
mkleehammer
committed
b2dfac9
View commit details
Copy full SHA for b2dfac9
View code at this point
Browse repository at this point
Commits on Dec 18, 2011
Issue 198: Added binaryNull object for binding NULL binary parameters.
mkleehammer
committed
892d79e
View commit details
Copy full SHA for 892d79e
View code at this point
Browse repository at this point
Issue 211: Workaround for MemoryError when selecting NULL values with FreeTDS.
mkleehammer
committed
d30bcd3
View commit details
Copy full SHA for d30bcd3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.