Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Working in oracle tests #1

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

[WIP] Working in oracle tests #1

wants to merge 13 commits into from

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    1cf2795 View commit details
    Browse the repository at this point in the history
  2. test: drop tables with oracledb

    truncate() only deletes lines and not sequences/incrementals, its a problem with tests
    gabolera committed May 10, 2024
    Configuration menu
    Copy the full SHA
    73198ad View commit details
    Browse the repository at this point in the history
  3. test: the returns from oracle is a string

    the library of `oracledb` returns ids with a string! discussion about this in knex#3134
    gabolera committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4dbc18e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3172b7b View commit details
    Browse the repository at this point in the history
  5. fix: this function has a causing error in tests

    the test failed is `should replace undefined keys in multi insert with DEFAULT`
    gabolera committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fc4cc7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f2c6ee View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. test: drop table test_foreign_table_two

    drop this table before because error on `test_table_two`. Error is `ORA-02449: unique/primary keys in table referenced by foreign keys`
    gabolera committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1f3bb9c View commit details
    Browse the repository at this point in the history
  2. test: change message error NJS-003

    in official repository from `node-oracledb` has a commit changing this message \n[Commit](oracle/node-oracledb@8206eb6#diff-0af7067b49efcaf7dae9a3707f2e79638b336e72780d2b834e007f80ef9a5fa0R196)
    gabolera committed May 11, 2024
    Configuration menu
    Copy the full SHA
    18e2f05 View commit details
    Browse the repository at this point in the history
  3. test(oracledb): change .truncate() to drop and create tables for re…

    …set auto sequences
    
    `.truncate()` in oracle clear data rows but not clear sequences that's why this tests dosen't work with oracle. let's drop table and recreate for restart sequences
    gabolera committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d985501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e76967 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    1b87721 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    963b04c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfc3cb View commit details
    Browse the repository at this point in the history