Gerald Venzl
Gerald Venzl
As discovered as part of #44, the `execute_batch` facility in `psycopg2` used for Postgres still leaves a lot of room for improvement. The native Postgres `COPY` command is about 55x...
This is a follow-on enhancement of ER #43. It may make sense that if errors should be skipped, that these erroneous rows are logged into an error file so that...
Instead of skipping the entire file when an error occurs, there should be a way to just skip over that error and continue with the load.
`OracleCursor` should be enabled to to be used in the Java for-each loop as well as the Java 8 forEach() streams implementation. The `.getCursor()` operation will return a cursor to...
It can be helpful for developers to know how they can further speed up their container startup time by using a pre-existing volume.
Change Oracle Database Container version to the latest available version (`21-slim`, which is equivalent to `21.3.0-slim`)
### Proposal Mermaid.js should add the attribute key `NN` for erDiagrams to model `NOT NULL` database columns. `NOT NULL` is a widely used concept in relational databases to enforce the...
Hi, I took the liberty to improve the Oracle DB module for Testcontainers Python. The PR has several enhancements: * Leveraging `oracledb` thin Python driver * This makes Oracle DB...
Back in May 2022, Oracle superseded [cx-Oracle](https://pypi.org/project/cx-Oracle/) with [python-oracledb](https://pypi.org/project/oracledb/), see the [release notes](https://python-oracledb.readthedocs.io/en/latest/release_notes.html). The really nice thing about that is that python-oracledb is not only the successor of cx-Oracle with...