Commit 0d8a77f
committed
October 2024 Update. Code Renovation and Improvements. Bug Fixes
Fixed #257
Fixed #255
Fixed #254
Fixed #253
Fixed #252
Fixed #251
Fixed #250
Fixed #249
Fixed #248
Fixed #247
Fixed #246
Fixed #245
Oracle QA: Automate running QA Scripts for standalone tests:
Command Line Tests
Oracle11g , Oracle19c, Oracle21 & Oracle23c
Vertica 9
DB2
Yugabtype
CockroachDB
Snowflake
Code Renovation Projects:
Replace () => {} functiions with YadamuLibrary.NOOP
Replace Object.assign() with deconstruction operator (...)
Improve Parameter Merging in Yadamu and YadamuDBI
Improve Management of Connection Settings and Vendor specific settings
YadamuDBI: Rename #_DBI_PARAMETERS to #DBI_PARAMETER
Improve Handling of JOBS.
Add support for Named JOBS
Remove support for Arraya of JOBs
Add support for Named BATCH operations A Batch has a name and consists of an Array of JOB Names. This replaces the concept of an array of jobs
YadamuServer: Add support for running named JOBS
YadamuServer: Remove support for running an Array of Jobs
YadmauServer: Remove support for running a specific job by index.
YadamuServer: Add support for running a named to Batch
YadamuCLI: Deprecate copy.js in favor of pump.js. Copy Command now runs Pump and expects an extra Parameter TASK which provides the name of the JOB. to be run. Add batch.js with uses TASK parameter to provide the name of a Batch.
OracleDBI: Add workaround for bug 371866784 in Oracle 23ai
OracleDBI: Improve handling of asynchronous handling of LOB content in Oracle Parser
AWSS3DBI: Add support for writing export files to AWS-S31 parent 2189dd2 commit 0d8a77f
File tree
163 files changed
+3964
-1947
lines changed- bin
- docker
- bin
- dockerfiles
- linux
- swarm
- windows
- rdbms
- configuration
- mssql/setup
- mysql/setup
- oracle/setup
- postgres/docker/linux
- regression
- bin
- qa
- cmdLine/settings
- connections
- regression
- src
- node
- cfg
- cli
- core
- dbi
- awsS3
- azure
- base
- cloud
- cockroach
- db2
- example
- file
- loader
- mariadb
- mongodb
- mssql
- mysql
- oracle
- postgres
- redshift
- snowflake
- teradata
- worker
- vertica
- yugabyte
- gui
- lib
- service
- util
- qa
- cfg
- core
- dbi
- awsS3
- azure
- cockroach
- db2
- file
- loader
- mariadb
- mongodb
- mssql
- mysql
- oracle
- postgres
- redshift
- snowflake
- teradata
- worker
- vertica
- yugabyte
- lib
- sql
- mariadb
- oracle
- postgres
- utilities/node
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
163 files changed
+3964
-1947
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments