An open API service providing commit metadata for open source projects.

GitHub / oracle/python-oracledb / commits

Python driver for Oracle Database conforming to the Python DB API 2.0 specification. This is the successor to cx_Oracle, which is now obsolete.

SHA Message Author Date Stats
53c83005 If the main schema does not exist the initialization will fail, but we Anthony Tuininga <a****a@g****m> 25 days ago
ed5a4c4f Fixed bug when using bind variables with scrollable cursors. Anthony Tuininga <a****a@g****m> 25 days ago
131e065e Fixed segfault on some platforms when trying to execute queries Anthony Tuininga <a****a@g****m> 26 days ago
18e67dad Fixed bug that caused "ORA-03137: malformed TTC packet from client Anthony Tuininga <a****a@g****m> 26 days ago
5cef50be Fix test for thick mode. Anthony Tuininga <a****a@g****m> 26 days ago
cd83f7b0 Bump version in preparation for new changes. Anthony Tuininga <a****a@g****m> 26 days ago
a7146823 Preparing to release python-oracledb 3.4. Anthony Tuininga <a****a@g****m> 27 days ago
4a414d8b Fixed bug causing hang due to blocked task cancellation during asyncio Anthony Tuininga <a****a@g****m> 27 days ago
2e23ab6a Updated to released ODPI-C 5.6.3. Anthony Tuininga <a****a@g****m> 27 days ago
a71d1aa2 Ensure that the environment is initialized before establishing an Anthony Tuininga <a****a@g****m> 28 days ago
5b4c6c46 Add missing issue links. Anthony Tuininga <a****a@g****m> about 1 month ago
5c2aefb4 Raise meaningful error when maximum size of a direct path load is exceeded. Anthony Tuininga <a****a@g****m> about 1 month ago
1e93cf20 Remove old question template. Discussions are preferred. Anthony Tuininga <a****a@g****m> about 1 month ago
003fc2e3 Ensure that a helpful error message is raised when using Apache Arrow Anthony Tuininga <a****a@g****m> about 1 month ago
0a978ade Doc updates. Anthony Tuininga <a****a@g****m> about 1 month ago
7c6bd6cd Ensure that a proper error messsage is raised for unsigned integers in Anthony Tuininga <a****a@g****m> about 1 month ago
0ac1c65c Satisfy static analysis tools. Anthony Tuininga <a****a@g****m> about 1 month ago
5177a8aa Swap default Apache Arrow type to large_string and large_binary. Anthony Tuininga <a****a@g****m> about 1 month ago
dc161f89 Improve error message when data structure overflow is detected (#536). Anthony Tuininga <a****a@g****m> about 1 month ago
f1551b86 Use the term Apache Arrow consistently in error messages. Anthony Tuininga <a****a@g****m> about 1 month ago
9a652b82 Ensure that the value of __module__ for all clases is left untouched in Anthony Tuininga <a****a@g****m> about 1 month ago
e2344c1b Simplify tests. Anthony Tuininga <a****a@g****m> about 1 month ago
0304898b Doc updates. Anthony Tuininga <a****a@g****m> about 1 month ago
e92bc7b5 Support type mapping in Dataframe queries (#494). Anthony Tuininga <a****a@g****m> about 1 month ago
e3ac3338 Doc updates. Anthony Tuininga <a****a@g****m> about 1 month ago
7f06f264 Add support for direct path load in thin mode. Anthony Tuininga <a****a@g****m> about 1 month ago
7b54dbc3 Reorder errors to be consistently in alphabetical order. Anthony Tuininga <a****a@g****m> about 1 month ago
59b8b492 Tweak tests. Anthony Tuininga <a****a@g****m> about 1 month ago
9f59b228 Added a batch_size parameter to executemany() to let it operate on data Anthony Tuininga <a****a@g****m> about 1 month ago
168c39d3 Migrate to using pytest as test runner. Anthony Tuininga <a****a@g****m> about 1 month ago
57e5b9c1 Samll documentation changes. Anthony Tuininga <a****a@g****m> about 1 month ago
4c4a2f57 Refactor: add list of Arrow schema implementations to the data frame. Anthony Tuininga <a****a@g****m> about 1 month ago
a9c11fc3 Fixed bug when attempting to append an element to a DbObject which is Anthony Tuininga <a****a@g****m> about 1 month ago
72993e86 Fixed bug with error wrapping which could result in garbage characters Anthony Tuininga <a****a@g****m> about 1 month ago
71341ffc Ensure that host response check is only performed when using o5logon. Anthony Tuininga <a****a@g****m> about 1 month ago
87908fe4 Refactor: rename method to be more accurate. Anthony Tuininga <a****a@g****m> about 1 month ago
d4c10171 Fix link to point to issue instead of discussion (#535). Anthony Tuininga <a****a@g****m> about 2 months ago
9dbecea4 Update ODPI-C. Anthony Tuininga <a****a@g****m> about 2 months ago
21b7dadb Added support for ingesting Arrow data types date32 and date64 (#534). Anthony Tuininga <a****a@g****m> about 2 months ago
a13093a4 Documentation updates. Anthony Tuininga <a****a@g****m> about 2 months ago
7a1e9e0b Fixed bug when attempting to convert an integer that cannot be Anthony Tuininga <a****a@g****m> about 2 months ago
597a4d4a Added support for all of the signed and unsigned fixed width integer Anthony Tuininga <a****a@g****m> about 2 months ago
4dd92aba Internal change: refactoring of Arrow schema handling. Anthony Tuininga <a****a@g****m> about 2 months ago
331a33b8 Added missing cdef declaration. Anthony Tuininga <a****a@g****m> about 2 months ago
8f498c64 Fixed bug validating the database host during connection. Anthony Tuininga <a****a@g****m> about 2 months ago
98a9db4d Refactored encoding of Oracle data types; fixed bug when binding values Anthony Tuininga <a****a@g****m> about 2 months ago
1390babd Documentation improvements. Anthony Tuininga <a****a@g****m> about 2 months ago
efc76ff3 Internal change: small performance improvement sending bytes on the Anthony Tuininga <a****a@g****m> about 2 months ago
47208ff3 Pin Cython to 3.1.x instead of 3.1.0 as requested (#530). Anthony Tuininga <a****a@g****m> 2 months ago
d463b33b Add link to release note. Anthony Tuininga <a****a@g****m> 2 months ago
63bd8f78 Added optional dependencies [oci_config], [azure_config], [oci_auth] and Anthony Tuininga <a****a@g****m> 3 months ago
23ac3207 Constants and other module attributes now use autodoc as well. Anthony Tuininga <a****a@g****m> 3 months ago
50b32ac2 Documentation improvements. Anthony Tuininga <a****a@g****m> 3 months ago
2475d9b9 Clarify helper function returnes desired mode and not current mode. Anthony Tuininga <a****a@g****m> 3 months ago
f1b35e8d Add typing_extensions as a dependency. Anthony Tuininga <a****a@g****m> 3 months ago
3b108605 Fixed bug when attempting to execute an empty statement (#525). Anthony Tuininga <a****a@g****m> 3 months ago
0489c7ea Added support for explicitly specifying whether to fetch LOBs or decimal Anthony Tuininga <a****a@g****m> 3 months ago
d349d846 Doc improvements. Anthony Tuininga <a****a@g****m> 3 months ago
857fafa3 Ensure defaults are included on a separate line in order to avoid having Anthony Tuininga <a****a@g****m> 3 months ago
cd28b18f Small tweaks to the links for the oracledb.defaults attributes. Anthony Tuininga <a****a@g****m> 3 months ago
054e9070 Bump copyright on modified files. Anthony Tuininga <a****a@g****m> 3 months ago
7b27d75f Update copyrights for files changed in PR #479. Anthony Tuininga <a****a@g****m> 3 months ago
869a8878 Update remaining API documentation to use autodoc. Anthony Tuininga <a****a@g****m> 3 months ago
de8f3ad9 Fix configuration. Anthony Tuininga <a****a@g****m> 3 months ago
da16c31f Tell ReadTheDocs to include submodules. Anthony Tuininga <a****a@g****m> 3 months ago
a79c0fff Use a build of the current code, not an installation of the last Anthony Tuininga <a****a@g****m> 3 months ago
141caea2 See if additional requirements make autodoc happy! Anthony Tuininga <a****a@g****m> 3 months ago
8af7d76a Start process of migrating API documentation to source code. Anthony Tuininga <a****a@g****m> 3 months ago
4b7be110 Bump version in preparation for new changes. Anthony Tuininga <a****a@g****m> 3 months ago
94a94408 Preparing to release python-oracledb 3.3. Anthony Tuininga <a****a@g****m> 3 months ago
71cc3d4b Correct issue with fetching data frames that contain multiple packets Anthony Tuininga <a****a@g****m> 3 months ago
a43a8123 Doc and sample improvements. Anthony Tuininga <a****a@g****m> 3 months ago
fc40c526 Make it easier to use Instant Client for Mac & Windows testing. Anthony Tuininga <a****a@g****m> 3 months ago
cb464ab2 Test improvements. Anthony Tuininga <a****a@g****m> 3 months ago
1c747ee3 Fixed bug when fetching numeric data with precision that exceeds 38 as Anthony Tuininga <a****a@g****m> 3 months ago
6b15d7be Update ODPI-C to released 5.6.2. Anthony Tuininga <a****a@g****m> 3 months ago
1a5bea2d Simplify build action. Anthony Tuininga <a****a@g****m> 3 months ago
ffb6407f Update ODPI-C. Anthony Tuininga <a****a@g****m> 3 months ago
ba350dc5 Fixed bug with connect strings containing "SOURCE_ROUTE=YES" where the Anthony Tuininga <a****a@g****m> 3 months ago
2d9f577d Migrated build configuration completely to pyproject.toml and added test Anthony Tuininga <a****a@g****m> 3 months ago
a6089226 Added support for Python 3.14. Anthony Tuininga <a****a@g****m> 3 months ago
f7e12955 Further doc improvements. Anthony Tuininga <a****a@g****m> 3 months ago
ecd44d3b Avoid syntax that isn't supported by Python 3.9. Anthony Tuininga <a****a@g****m> 3 months ago
aed092f5 Added tests for ingestion of data frames. Anthony Tuininga <a****a@g****m> 3 months ago
d11d1faf Added support for ingestion of vectors in thick mode. Anthony Tuininga <a****a@g****m> 3 months ago
a6d99ca8 Fixed bug when fetching dates that are in the year 2038 or later. Anthony Tuininga <a****a@g****m> 3 months ago
f402975e Simplified code and fixed bug when fetching numeric data that has no Anthony Tuininga <a****a@g****m> 3 months ago
767be685 Simplify code in test suite. Anthony Tuininga <a****a@g****m> 3 months ago
e1fc085c Simplify code by making use of new function available in nanoarrow Anthony Tuininga <a****a@g****m> 3 months ago
0e779c37 Update container info. Anthony Tuininga <a****a@g****m> 3 months ago
f8341a13 Added support for sessionless transactions available in Oracle Database Anthony Tuininga <a****a@g****m> 3 months ago
d014f86d Simplify extended suite test conditions. Anthony Tuininga <a****a@g****m> 3 months ago
4001b93c Doc improvements. Anthony Tuininga <a****a@g****m> 3 months ago
a692f74b Added support for being able to bind a data frame to Anthony Tuininga <a****a@g****m> 3 months ago
96fa1222 Update ODPI-C. Anthony Tuininga <a****a@g****m> 3 months ago
968da54c Fixed bug when deciding Arrow datatype for numeric expressions (#510). Anthony Tuininga <a****a@g****m> 4 months ago
997bfc32 Doc updates. Anthony Tuininga <a****a@g****m> 4 months ago
600feca1 Fixed regression resulting in cursor leak (#513). Anthony Tuininga <a****a@g****m> 4 months ago
6885890d Ensure that the GIL is held when releasing references to ArrowArray Anthony Tuininga <a****a@g****m> 4 months ago
35b82f6b Fix code comments. Anthony Tuininga <a****a@g****m> 4 months ago

← Back to repository