Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
Commits · kuangzhilun/python-cx_Oracle · GitHub
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 }}
kuangzhilun
/
python-cx_Oracle
Public
forked from
oracle/python-cx_Oracle
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 20, 2020
Update ODPI-C.
anthony-tuininga
committed
ba9a3ea
View commit details
Copy full SHA for ba9a3ea
Browse repository at this point
Update release notes.
anthony-tuininga
committed
d39ceb3
View commit details
Copy full SHA for d39ceb3
Browse repository at this point
Remove redundant decrement and return from cxoTransform_toPython (#423)
Show description for bd9d775
alexhenrie
authored
bd9d775
View commit details
Copy full SHA for bd9d775
Browse repository at this point
Commits on Apr 19, 2020
Remove redundant assignment from cxoCursor_setBindVariables (#421)
Show description for af1281e
alexhenrie
authored
af1281e
View commit details
Copy full SHA for af1281e
Browse repository at this point
Fix memory leak on error path in cxoObjectType_initialize (#422)
Show description for 528dec6
alexhenrie
authored
528dec6
View commit details
Copy full SHA for 528dec6
Browse repository at this point
Commits on Apr 18, 2020
Use return value of snprintf instead of calling strlen unnecessarily (#420)
Show description for ca363be
alexhenrie
authored
ca363be
View commit details
Copy full SHA for ca363be
Browse repository at this point
Commits on Apr 17, 2020
The database types CLOB, NCLOB, BFILE and BLOB no longer compare equal to
Show description for fbe929d
anthony-tuininga
committed
fbe929d
View commit details
Copy full SHA for fbe929d
Browse repository at this point
Consolidate string handling in cxoTransform_toPython (#419)
Show description for 5ad2408
alexhenrie
authored
5ad2408
View commit details
Copy full SHA for 5ad2408
Browse repository at this point
Commits on Apr 13, 2020
Modify documentation based on change to comparison between database types and
Show description for 6dc0263
anthony-tuininga
committed
6dc0263
View commit details
Copy full SHA for 6dc0263
Browse repository at this point
Eliminate treating BLOB and BFILE as BINARY and CLOB and NCLOB as STRING as
Show description for c3561f3
anthony-tuininga
committed
c3561f3
View commit details
Copy full SHA for c3561f3
Browse repository at this point
Commits on Apr 6, 2020
Improve DBMS_OUTPUT example, as suggested
Show description for 54ab4b1
anthony-tuininga
committed
54ab4b1
View commit details
Copy full SHA for 54ab4b1
Browse repository at this point
And an examples section header and link to the tutorial.
anthony-tuininga
committed
5071278
View commit details
Copy full SHA for 5071278
Browse repository at this point
Update tutorial links.
anthony-tuininga
committed
c710fb8
View commit details
Copy full SHA for c710fb8
Browse repository at this point
Use with clause when acquiring connections from a pool so that they are
Show description for c513b71
anthony-tuininga
committed
c513b71
View commit details
Copy full SHA for c513b71
Browse repository at this point
Documentation improvements.
anthony-tuininga
committed
9377a9a
View commit details
Copy full SHA for 9377a9a
Browse repository at this point
Update ODPI-C.
anthony-tuininga
committed
3a4ee32
View commit details
Copy full SHA for 3a4ee32
Browse repository at this point
Commits on Apr 3, 2020
Added sample demonstrating the use of sharding capabilities.
anthony-tuininga
committed
dd31b41
View commit details
Copy full SHA for dd31b41
Browse repository at this point
Commits on Feb 21, 2020
Ensure that the new DbType objects are hashable
Show description for 8a30172
anthony-tuininga
committed
8a30172
View commit details
Copy full SHA for 8a30172
Browse repository at this point
Commits on Feb 14, 2020
Add missing release note.
anthony-tuininga
committed
52035c3
View commit details
Copy full SHA for 52035c3
Browse repository at this point
Added support for specifying the fetch array size when fetching documents from
Show description for 4ffbc9c
anthony-tuininga
committed
4ffbc9c
View commit details
Copy full SHA for 4ffbc9c
Browse repository at this point
Added support for SODA collection truncate, available in Oracle Client 20 and
Show description for 9beb4aa
anthony-tuininga
committed
9beb4aa
View commit details
Copy full SHA for 9beb4aa
Browse repository at this point
Add support for saving SODA documents into a collection, available in Oracle
Show description for 44be257
anthony-tuininga
committed
44be257
View commit details
Copy full SHA for 44be257
Browse repository at this point
Update ODPI-C.
anthony-tuininga
committed
b897106
View commit details
Copy full SHA for b897106
Browse repository at this point
Commits on Feb 10, 2020
Reworked type management to clarify and simplify code (see release notes for
Show description for f7b7785
anthony-tuininga
committed
f7b7785
View commit details
Copy full SHA for f7b7785
Browse repository at this point
Use named field structure initialization in order to clarify code and reduce
Show description for 0834600
anthony-tuininga
committed
0834600
View commit details
Copy full SHA for 0834600
Browse repository at this point
Commits on Jan 27, 2020
Correct doc example (https://github.com/oracle/python-cx_Oracle/issues/390).
anthony-tuininga
committed
53a9f41
View commit details
Copy full SHA for 53a9f41
Browse repository at this point
Remove self-referencing link.
anthony-tuininga
committed
31f73b6
View commit details
Copy full SHA for 31f73b6
Browse repository at this point
Commits on Jan 21, 2020
Add a second CQN example to demonstrate how to fetch modified rows inside the
Show description for 4874f68
anthony-tuininga
committed
4874f68
View commit details
Copy full SHA for 4874f68
Browse repository at this point
Remove unnecessary imports.
anthony-tuininga
committed
4fd326b
View commit details
Copy full SHA for 4fd326b
Browse repository at this point
Show how to reduce round trips with session callbacks.
anthony-tuininga
committed
f743d02
View commit details
Copy full SHA for f743d02
Browse repository at this point
Update ODPI-C.
anthony-tuininga
committed
8d18997
View commit details
Copy full SHA for 8d18997
Browse repository at this point
Commits on Jan 20, 2020
Remove duplicate word.
anthony-tuininga
committed
60fa25e
View commit details
Copy full SHA for 60fa25e
Browse repository at this point
Commits on Jan 7, 2020
Remove commented out code
anthony-tuininga
committed
e85a03b
View commit details
Copy full SHA for e85a03b
Browse repository at this point
Change default Doc issue category to Enhancement
anthony-tuininga
committed
3666a4a
View commit details
Copy full SHA for 3666a4a
Browse repository at this point
Commits on Dec 4, 2019
Check the minimum supported Python version and raise an exception if an older
Show description for face13b
anthony-tuininga
committed
face13b
View commit details
Copy full SHA for face13b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.