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
cursor.cpp
on
master
User selector
All users
All time
Commit history
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
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
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 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 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 Sep 27, 2012
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
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 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 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 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 Nov 3, 2011
Single source base for Python 2 and 3
mkleehammer
committed
c278e74
View commit details
Copy full SHA for c278e74
View code at this point
Browse repository at this point
Commits on Oct 17, 2011
fix: Function sequence error with prepared execute, SQLTables, same execute.
Show description for 7fdec2f
mkfiserv
committed
7fdec2f
View commit details
Copy full SHA for 7fdec2f
View code at this point
Browse repository at this point
Commits on Jul 8, 2011
Cleaned up compiler warnings
mkleehammer
committed
3c7a9e7
View commit details
Copy full SHA for 3c7a9e7
View code at this point
Browse repository at this point
Commits on Nov 21, 2010
Issue 121: update with large parameter + no rows updated = error
Show description for 2949f23
mkleehammer
committed
2949f23
View commit details
Copy full SHA for 2949f23
View code at this point
Browse repository at this point
Commits on Sep 6, 2010
Issue 84: Raise error if insert fails due to truncation.
mkleehammer
committed
a0fd088
View commit details
Copy full SHA for a0fd088
View code at this point
Browse repository at this point
More Unicode fixes. Updated mysql tests.
Michael Kleehammer
committed
a64f284
View commit details
Copy full SHA for a64f284
View code at this point
Browse repository at this point
Commits on Sep 5, 2010
Issue 91: decimal fix; Completely reworked parameters; added leakcheck
Show description for 523aed0
mkleehammer
committed
523aed0
View commit details
Copy full SHA for 523aed0
View code at this point
Browse repository at this point
Commits on Sep 4, 2010
Added user-defined conversions to the connection.
mkfiserv
authored and
mkleehammer
committed
d19c67b
View commit details
Copy full SHA for d19c67b
View code at this point
Browse repository at this point
Reworked Unicode; changed version format; more Py_ssize_t
Show description for 691b6ba
mkleehammer
committed
691b6ba
View commit details
Copy full SHA for 691b6ba
View code at this point
Browse repository at this point
Commits on Aug 20, 2010
Fixed VARCHAR/LONGVARCHAR comparison bug.
Show description for 1c7aefa
mkfiserv
committed
1c7aefa
View commit details
Copy full SHA for 1c7aefa
View code at this point
Browse repository at this point
Commits on Sep 5, 2009
Issue 67: Populate more elements of Cursor.description
mkleehammer
committed
ea32488
View commit details
Copy full SHA for ea32488
View code at this point
Browse repository at this point
Commits on Aug 8, 2009
Issue 57: Allow Rows to be used as parameters.
mkleehammer
committed
10ac782
View commit details
Copy full SHA for 10ac782
View code at this point
Browse repository at this point
Commits on May 14, 2009
Issue 48: Patch to add SQL Server XML data type
John Chandler
authored and
mkleehammer
committed
31e2fae
View commit details
Copy full SHA for 31e2fae
View code at this point
Browse repository at this point
Commits on Apr 19, 2009
Issue 45: Crash passing sets to executemany
mkleehammer
committed
345c3c3
View commit details
Copy full SHA for 345c3c3
View code at this point
Browse repository at this point
Applied patch from patrik.simons which adds a timeout attribute.
mkleehammer
committed
4ba7b00
View commit details
Copy full SHA for 4ba7b00
View code at this point
Browse repository at this point
Issue 42: cursor.description for decimal fields was float, not decimal.
mkleehammer
committed
5b611be
View commit details
Copy full SHA for 5b611be
View code at this point
Browse repository at this point
Commits on Mar 18, 2009
fix: Cursor.execute is supposed to always return the cursor
Show description for 9c34c6a
mkfiserv
committed
9c34c6a
View commit details
Copy full SHA for 9c34c6a
View code at this point
Browse repository at this point
issue 36: Patch to force results to unicode
Show description for 0f921e3
mkfiserv
committed
0f921e3
View commit details
Copy full SHA for 0f921e3
View code at this point
Browse repository at this point
Commits on Mar 10, 2009
issue 39: cursor.skip(n) only skips 1 not n
Show description for 426051e
mkfiserv
committed
426051e
View commit details
Copy full SHA for 426051e
View code at this point
Browse repository at this point
Commits on Dec 31, 2008
Issues 18, 14, 11, 16, and part of 17.
Show description for f5328cc
mkleehammer
committed
f5328cc
View commit details
Copy full SHA for f5328cc
View code at this point
Browse repository at this point
Commits on Dec 30, 2008
Merge branch 'perf'
mkleehammer
committed
e7009b0
View commit details
Copy full SHA for e7009b0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.