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

Update knex to the latest version 🚀 #9

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 6, 2017

Version 0.14.0 of knex was just published.

Dependency knex
Current Version 0.13.0
Type dependency

The version 0.14.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of knex.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 48 commits.

  • 4005615 Bumped version up to 0.14
  • 291bcfd Change log update for 0.14 release
  • 7c1a0d4 mysql stream should support query options (#2301)
  • 74f2a03 Throw error on non-string table comment (#2126)
  • 53314cb Making containsUndefined check for own properties (#1711)
  • f66b524 Call to knex.migrate.currentVersion causes an error #2111 (#2123)
  • 7d18837 Allow update queries in with statements. Fixes #2263. (#2298)
  • 85d088a Update each out-of-date dependency according to david-dm.org. (#2297)
  • f40d69d Update v8flags to version 3.0.0 (#2288)
  • fddfd3b Escape table name in SQLite columnInfo call (#2281)
  • e59cc19 Update interpret version (#2283)
  • d0d22e0 Track the current migration file for use in error message. Print filename of errored migration (#2272)
  • 11536f9 Implemented select syntax: select({ alias: 'column' }) (#2227)
  • b092a27 Allow raw expressions in query builder aggregate methods (#2257)
  • 9658c78 Post processing hook for query result (#2261)

There are 48 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2017

Version 0.14.1 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Nov 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2017

Version 0.14.2 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Feb 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2018

Version 0.14.3 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Feb 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2018

Version 0.14.4 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Apr 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2018

Version 0.14.5 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Apr 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 12, 2018

Version 0.14.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 1, 2018

Version 0.15.0 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jul 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 13, 2018

Version 0.15.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 19, 2018

Version 0.15.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2018

  • The dependency knex was updated from 0.13.0 to 0.16.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 9, 2018

  • The dependency knex was updated from 0.13.0 to 0.16.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2018

  • The dependency knex was updated from 0.13.0 to 0.16.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2018

  • The dependency knex was updated from 0.13.0 to 0.16.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 11, 2019

  • The dependency knex was updated from 0.13.0 to 0.16.4.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 14, 2019

  • The dependency knex was updated from 0.13.0 to 0.20.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2019

  • The dependency knex was updated from 0.13.0 to 0.20.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 8, 2019

  • The dependency knex was updated from 0.13.0 to 0.20.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 28, 2019

  • The dependency knex was updated from 0.13.0 to 0.20.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 29, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 29, 2019

  • The dependency knex was updated from 0.13.0 to 0.20.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 7, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 8, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.9.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 16, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.10.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.11.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.12.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 23, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.13.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 14, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.14.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2020

  • The dependency knex was updated from 0.13.0 to 0.20.15.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 18, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2020

  • The dependency knex was updated from 0.13.0 to 0.21.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 27, 2020

  • The dependency knex was updated from 0.13.0 to 0.21.1.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant