Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for src - Programmer7Zilla/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 }}
Programmer7Zilla
/
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
Breadcrumbs
History for
python-cx_Oracle
src
on
7.3
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 29, 2019
Older versions of Python 2.7 don't have PyMem_Calloc() so use PyMem_Malloc()
Show description for 22642e2
anthony-tuininga
committed
22642e2
View commit details
Copy full SHA for 22642e2
View code at this point
Browse repository at this point
Added support for returning the rowid of the last row modified by an operation
Show description for 79902e1
anthony-tuininga
committed
79902e1
View commit details
Copy full SHA for 79902e1
View code at this point
Browse repository at this point
Be consistent and always raise cx_Oracle.InterfaceError when a connection is
Show description for 5f70edd
anthony-tuininga
committed
5f70edd
View commit details
Copy full SHA for 5f70edd
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
Eliminate reference leak when message properties object is destroyed.
anthony-tuininga
committed
2b1bb5c
View commit details
Copy full SHA for 2b1bb5c
View code at this point
Browse repository at this point
Add ORA-40479: internal JSON serializer error to the list of exceptions that
Show description for 0503265
anthony-tuininga
committed
0503265
View commit details
Copy full SHA for 0503265
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
Eliminate reference leak when splitting the password and dsn components out of
Show description for 6f12ea7
anthony-tuininga
committed
6f12ea7
View commit details
Copy full SHA for 6f12ea7
View code at this point
Browse repository at this point
Eliminate reference leak and ensure that memory is properly initialized in case
Show description for c447368
anthony-tuininga
committed
c447368
View commit details
Copy full SHA for c447368
View code at this point
Browse repository at this point
Commits on Nov 13, 2019
Added support for client initiated connections for subscriptions.
anthony-tuininga
committed
3b30618
View commit details
Copy full SHA for 3b30618
View code at this point
Browse repository at this point
A value of T_BOOL must be represented as char and should be treated as such
Show description for 089639c
anthony-tuininga
committed
089639c
View commit details
Copy full SHA for 089639c
View code at this point
Browse repository at this point
Add support for setting maxSessionsPerShard attribute for session pools.
anthony-tuininga
committed
495541c
View commit details
Copy full SHA for 495541c
View code at this point
Browse repository at this point
Eliminate unnecessary check (ODPI-C performs this check already).
anthony-tuininga
committed
9cb9842
View commit details
Copy full SHA for 9cb9842
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
Update ODPI-C and simplify call to get server version.
anthony-tuininga
committed
9b7137f
View commit details
Copy full SHA for 9b7137f
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Restore support for setting numeric bind variables with boolean values.
anthony-tuininga
committed
a16a944
View commit details
Copy full SHA for a16a944
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
Resolve MemoryError exception on Windows when using an output type handler
Show description for d526de1
anthony-tuininga
committed
d526de1
View commit details
Copy full SHA for d526de1
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
Adjusted documentation to follow new API.
anthony-tuininga
committed
e6a825d
View commit details
Copy full SHA for e6a825d
View code at this point
Browse repository at this point
Eliminated deprecation of attribute "id" on subscriptions. It is now populated
Show description for 5f8d24d
anthony-tuininga
committed
5f8d24d
View commit details
Copy full SHA for 5f8d24d
View code at this point
Browse repository at this point
Change name of parameter to match documentation.
anthony-tuininga
committed
ae6164f
View commit details
Copy full SHA for ae6164f
View code at this point
Browse repository at this point
Release the Python GIL while enqueuing and dequeuing messages!
anthony-tuininga
committed
e38b4af
View commit details
Copy full SHA for e38b4af
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Enable PY_SSIZE_T_CLEAN in order to avoid deprecation warning and/or segfault
Show description for df56c7f
anthony-tuininga
committed
df56c7f
View commit details
Copy full SHA for df56c7f
View code at this point
Browse repository at this point
Commits on May 3, 2019
Added support for Advanced Queueing RAW queues and bulk enqueue/dequeue.
anthony-tuininga
committed
d4498cf
View commit details
Copy full SHA for d4498cf
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
Added mode cx_Oracle.DEFAULT_AUTH as requested
Show description for 04a7dec
anthony-tuininga
committed
04a7dec
View commit details
Copy full SHA for 04a7dec
View code at this point
Browse repository at this point
Add support for setting a CLOB attribute on a SQL object, as requested
Show description for 8209789
anthony-tuininga
committed
8209789
View commit details
Copy full SHA for 8209789
View code at this point
Browse repository at this point
Raise an exception when an error takes place
Show description for ce511e2
anthony-tuininga
committed
ce511e2
View commit details
Copy full SHA for ce511e2
View code at this point
Browse repository at this point
Commits on Mar 28, 2019
Adjust formatting of PR #287.
anthony-tuininga
committed
f324757
View commit details
Copy full SHA for f324757
View code at this point
Browse repository at this point
Cursor.callproc method changed with respect to doc (#287)
Show description for a654bef
andribas404
authored and
anthony-tuininga
committed
a654bef
View commit details
Copy full SHA for a654bef
View code at this point
Browse repository at this point
Correct parsing of connect string so that the last @ symbol is searched for
Show description for 3af5e46
anthony-tuininga
committed
3af5e46
View commit details
Copy full SHA for 3af5e46
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
Added support for SODA bulk insert available in Oracle Client 18.5 and higher.
anthony-tuininga
committed
e567eb3
View commit details
Copy full SHA for e567eb3
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
Enable cursor.setinputsizes() and cursor.callfunc() to support specifying an
Show description for c1e1659
anthony-tuininga
committed
c1e1659
View commit details
Copy full SHA for c1e1659
View code at this point
Browse repository at this point
Revert changes to return decimal numbers when the numeric precision was too
Show description for c112af3
anthony-tuininga
committed
c112af3
View commit details
Copy full SHA for c112af3
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
Eliminate memory leak for subscriptions.
anthony-tuininga
committed
8789c6d
View commit details
Copy full SHA for 8789c6d
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
Eliminated memory leak introduced by session tagging changes.
anthony-tuininga
committed
c675d4e
View commit details
Copy full SHA for c675d4e
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
Bump copyright notice into 2019 for changed files.
anthony-tuininga
committed
4097a37
View commit details
Copy full SHA for 4097a37
View code at this point
Browse repository at this point
Added support for a session callback (written in either PL/SQL or Python)
Show description for ed88224
anthony-tuininga
committed
ed88224
View commit details
Copy full SHA for ed88224
View code at this point
Browse repository at this point
Ensure that values that exceed sizeof(long) for Python 2 on Windows when using
Show description for 1860fdb
anthony-tuininga
committed
1860fdb
View commit details
Copy full SHA for 1860fdb
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Add additional check for calling setinputsizes() with an empty dictionary in
Show description for 43a4850
anthony-tuininga
committed
43a4850
View commit details
Copy full SHA for 43a4850
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.