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 test - ankitcs03/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 }}
ankitcs03
/
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
test
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 30, 2018
Use the built-in type SYS_REFCURSOR instead of creating a new one.
anthony-tuininga
committed
85a0ad3
View commit details
Copy full SHA for 85a0ad3
View code at this point
Browse repository at this point
Correct handling of statements and rowids in DML returning statements.
anthony-tuininga
committed
c31eef5
View commit details
Copy full SHA for c31eef5
View code at this point
Browse repository at this point
Commits on May 24, 2018
Added support for binding decimal.Decimal values to cx_Oracle.NATIVE_FLOAT as
Show description for 9781810
anthony-tuininga
committed
9781810
View commit details
Copy full SHA for 9781810
View code at this point
Browse repository at this point
Commits on May 20, 2018
Ensure that binding a boolean value outside of PL/SQL simply binds the integer
Show description for 8cc7b89
anthony-tuininga
committed
8cc7b89
View commit details
Copy full SHA for 8cc7b89
View code at this point
Browse repository at this point
Commits on May 10, 2018
Added additional test cases and corrected test case for ltxid when
Show description for 005a00c
anthony-tuininga
committed
005a00c
View commit details
Copy full SHA for 005a00c
View code at this point
Browse repository at this point
Added checks on passing invalid parameters to cursor.var(),
Show description for 756442e
anthony-tuininga
committed
756442e
View commit details
Copy full SHA for 756442e
View code at this point
Browse repository at this point
Add support for specifying an integer for the parameters argument to
Show description for 2272af1
anthony-tuininga
committed
2272af1
View commit details
Copy full SHA for 2272af1
View code at this point
Browse repository at this point
Added test cases for AQ transformations and trimming collections.
anthony-tuininga
committed
d9c5057
View commit details
Copy full SHA for d9c5057
View code at this point
Browse repository at this point
Commits on May 5, 2018
Added additional test to verify case when a DML returning statement returns
Show description for 355d7f3
anthony-tuininga
committed
355d7f3
View commit details
Copy full SHA for 355d7f3
View code at this point
Browse repository at this point
Commits on May 1, 2018
Ensure that the behavior in cx_Oracle 6.3 with __future__.dml_ret_array_val not
Show description for f39ebf8
anthony-tuininga
committed
f39ebf8
View commit details
Copy full SHA for f39ebf8
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
Ensure that decreasing number of rows returned from a DML returning statement
Show description for e763419
anthony-tuininga
committed
e763419
View commit details
Copy full SHA for e763419
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
Added support for DML returning of multiple rows using cursor.executemany().
anthony-tuininga
committed
c61973c
View commit details
Copy full SHA for c61973c
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
Correct the handling of ANSI types REAL and DOUBLE PRECISION as implemented by
Show description for e158512
anthony-tuininga
committed
e158512
View commit details
Copy full SHA for e158512
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Add test demonstrating that binding of long data using cursor.executemany()
Show description for 4857185
anthony-tuininga
committed
4857185
View commit details
Copy full SHA for 4857185
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
Add support for binding integers and floats as cx_Oracle.NATIVE_FLOAT.
anthony-tuininga
committed
813728a
View commit details
Copy full SHA for 813728a
View code at this point
Browse repository at this point
Commits on Feb 27, 2018
Added support for closing the connection when reaching the end of a code block
Show description for 1bd8e95
anthony-tuininga
committed
1bd8e95
View commit details
Copy full SHA for 1bd8e95
View code at this point
Browse repository at this point
Add additional test cases.
anthony-tuininga
committed
07b3b93
View commit details
Copy full SHA for 07b3b93
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
Ensure that the number of elements in the array is not lost when the buffer
Show description for 46e3aff
anthony-tuininga
committed
46e3aff
View commit details
Copy full SHA for 46e3aff
View code at this point
Browse repository at this point
Added support for creating a temporary LOB directly.
anthony-tuininga
committed
9b1ce30
View commit details
Copy full SHA for 9b1ce30
View code at this point
Browse repository at this point
Correct binding of LOB values.
anthony-tuininga
committed
d9cf469
View commit details
Copy full SHA for d9cf469
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
Added test cases for recent ODPI-C bug fixes.
anthony-tuininga
committed
54dcf86
View commit details
Copy full SHA for 54dcf86
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
Restore support for binding a date value to datetime variable.
anthony-tuininga
committed
99c019d
View commit details
Copy full SHA for 99c019d
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
Added test cases for AQ visibility and delivery modes.
anthony-tuininga
committed
6558022
View commit details
Copy full SHA for 6558022
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
The attribute connection.dbop is only valid with Oracle 12.1 and higher.
anthony-tuininga
committed
6a99860
View commit details
Copy full SHA for 6a99860
View code at this point
Browse repository at this point
Additional test cases to improve code coverage.
anthony-tuininga
committed
ef60884
View commit details
Copy full SHA for ef60884
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
Use "wait" mode for acquiring connections from the pool in order to avoid
Show description for ab4cde0
anthony-tuininga
committed
ab4cde0
View commit details
Copy full SHA for ab4cde0
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
Added test for creating a connection using an existing connection's handle.
anthony-tuininga
committed
0b40825
View commit details
Copy full SHA for 0b40825
View code at this point
Browse repository at this point
Added preliminary test cases for subscriptions.
anthony-tuininga
committed
a8d9b74
View commit details
Copy full SHA for a8d9b74
View code at this point
Browse repository at this point
Use safer queries for verifying connection properties.
anthony-tuininga
committed
1fe14c6
View commit details
Copy full SHA for 1fe14c6
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
Additional test cases for AQ.
anthony-tuininga
committed
fb71f11
View commit details
Copy full SHA for fb71f11
View code at this point
Browse repository at this point
Added test cases for autocommit, changing passwords and the end-to-end tracing
Show description for 011e062
anthony-tuininga
committed
011e062
View commit details
Copy full SHA for 011e062
View code at this point
Browse repository at this point
Commits on Nov 14, 2017
Added test cases for validating object types and for preventing an attempt to
Show description for 9377175
anthony-tuininga
committed
9377175
View commit details
Copy full SHA for 9377175
View code at this point
Browse repository at this point
Correct test suite when CHAR encoding is not capable of handling unicode data.
anthony-tuininga
committed
02c5f5e
View commit details
Copy full SHA for 02c5f5e
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
Added test cases for rowids.
anthony-tuininga
committed
d4b13eb
View commit details
Copy full SHA for d4b13eb
View code at this point
Browse repository at this point
Commits on Oct 14, 2017
Added additional LOB function tests; skip supplemental characters test if
Show description for ef201bd
anthony-tuininga
committed
ef201bd
View commit details
Copy full SHA for ef201bd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.