Giter Club home page Giter Club logo

Comments (14)

greenkeeper avatar greenkeeper commented on June 26, 2024

After pinning to 0.13.0 your tests are passing again. Downgrade this dependency 📌.

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.14.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 8 commits ahead by 8, behind by 2.

  • aeec0a2 Updated package version and changelog
  • c0ac107 More pool tests and test on borrow default (#2341)
  • 95e5cf8 Support multiple searchPaths while preserving case-sensitive feature … (#2340)
  • e405d66 Fixed passing connection errors directly to the query (#2336)
  • 211a611 Fixed typo in issue template
  • 4b9e44f Added issue template and runkit example.
  • 69cccdc add link to objection ORM (#2252)
  • bf8aa4d Release 0.14 change log and version bump (#2310)

See the full diff

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.14.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • aac0565 Updated change log + version for 0.14.2
  • b5ba51a Fix truncate() on sqlite3 dialect (#2348)

See the full diff

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.14.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 17 commits.

  • ca702cf Updated changelog and bumped version up
  • 44ccb33 Fixes #1303 (#2458)
  • 8771bd4 Use tarn as pool (#2450)
  • 053736f Added info about new dialect and about minimal test cases
  • 5f81e8a Add redshift support without changing cli or package.json (#2233)
  • bf1fa63 Add queryContext to schema and query builders (#2314)
  • 09eb126 Update dependencies and fix ESLint warnings accordingly (#2433)
  • c1997e9 Fixing issue with add columns on tables failing if using both after and collate (#2432)
  • 15706c0 2351 CLI sets exit-code 1 if the command supplied was not parseable (#2358)
  • 9f8d2ed Update dependencies (#2422)
  • 59f6cba Set toNative() to be not enumerable (#2388)
  • 45f5ffb Use wrapIdentifier in columnInfo. fixes #2402 (#2405)
  • 82bfdba Disable oracledb tests from non LTS nodes (#2407)
  • 3f89701 Shifted returning before joins for updates (MSSQL) (#2399)
  • 6ffcaed fixes #2373 (#2374)

There are 17 commits in total.

See the full diff

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.14.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 13 commits.

  • aa78edc Updated changelog and bumped version for 0.14.4
  • ec75f02 Added test for Event 'start' (#2488)
  • a0abdd0 Changed babel preset and use latest node as target when running dev (#2484)
  • 6d52ee7 Removed obsolete comment
  • 2ed490c Changed rm to rimraf in 'npm run dev' (#2483)
  • 3bec266 Removed unused property __cid on the base client (#2481)
  • 074ceae Allow calling lock procedures (such as forUpdate) outside of transaction. Fixes #2403. (#2475)
  • d4a85db Removed old docker tests, new stress test setup tests are testing the same stuff (#2474)
  • 7ff766f Removed unnecessary createTableIfNotExist and replaced with createTable (#2473)
  • e250260 Added stress test, which uses TCP proxy to simulate flaky connections (#2460)
  • 543e92f Throw an error if .update() results in an empty sql (#2472)
  • f1faaf9 Add warning when using .returning() in sqlite3. Fixes #1660 (#2471)
  • f78ee07 containsUndefined should only validate plain objects. Fixes #1898 (#2468)

See the full diff

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.14.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 15 commits.

  • c89119b Fixed running tape tests when DB variable not set
  • bde621c Updated changelog and bumped version for npm
  • 9db6c5e Update dependencies (#2561)
  • ee8cc35 Fix #2545, bring redshift wrapIdentifier custom hook up to date with postgres (#2551)
  • 843a167 Support DB schema for migrations - fixes #2499 (#2559)
  • a85b3a4 GH-2550 Add support to wrap returning column (#2554)
  • 0a1976d add clearOrder method fix #2360 (#2553)
  • fbef9fc feat: countDistinct with multiple columns (#2449)
  • ad1062b Added error if chaining update/insert/etc with first() (#2506)
  • 965542d Support multi-column whereIn with query (#1390)
  • 397104c Added knexTxId to query events and debug calls (#2476)
  • 07485db Fix "maxLength is not defined" error in sqlite3 query compiler
  • ce0946e Runnin mssql tests in docker (#2496)
  • 522ccba Checks for an empty, undefined or null object on transacting (#2494)
  • ece2da1 Added npm run test:oracledb command that runs oracledb tests in docker (#2491)

See the full diff

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.14.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

See the full diff

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.15.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 30 commits.

  • 2a2cad3 Updated changelog and version
  • e2f617b Drop mariadb support (#2681)
  • b349ac4 Various fixes to mssql dialect (#2653)
  • ec85502 Make the stream catch errors in the query (#2638)
  • 933d570 add homepage field to package.json (#2650)
  • d76cbff Remove WebSQL dialect (#2647)
  • 0a0ce35 Removed semicolon from rollback stmt for oracle (#2564)
  • ae1245e Fix mssql driver crashing (#2637)
  • 1a6aa56 chore: add Node.js 10 (#2594)
  • 27250b6 Timeout errors shouldn't silently ignore the passed errors, but rather reject with original error. Fixes #2582 (#2626)
  • 1c65e69 fixes 2630 (#2642)
  • d9cd54b Remove readable-stream and safe-buffer (#2640)
  • 3e95405 fix wrapIdentifier not being called in postgres alter column (#2612)
  • 4d4e4ca Add json support to the query builder for mysql (#2635)
  • 5f8584c Remove babel-plugin-lodash (#2634)

There are 30 commits in total.

See the full diff

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.15.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024

Version 0.15.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The dependency knex was updated from 0.15.2 to 0.16.0.

Your tests are still failing with this version. Compare changes

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The dependency knex was updated from 0.15.2 to 0.16.1.

Your tests are still failing with this version. Compare changes

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The dependency knex was updated from 0.16.1 to 0.16.2.

Your tests are still failing with this version. Compare changes

from knex-db-manager.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The dependency knex was updated from 0.16.2 to 0.16.3.

Your tests are still failing with this version. Compare changes

from knex-db-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.