Socket
Socket
Sign inDemoInstall

knex

Package Overview
Dependencies
13
Maintainers
4
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
2224
26Next

0.4.9

Diff

Changelog

Source

0.4.9 - Oct 7, 2013

  • Fix for documentation of hasColumn, ensure that hasColumn works with MySQL (#87).
  • More cleanup of error messages, showing the original error message concatenated with the sql and bindings
tgriesser
published 0.4.8 •

Changelog

Source

0.4.8 - Oct 2, 2013

  • Connections are no longer pushed back into the pool if they never existed to begin with (#85)
tgriesser
published 0.4.7 •

Changelog

Source

0.4.7 - Sep 27, 2013

  • The column is now a documented method on the builder api, and takes either an individual column or an array of columns to select
tgriesser
published 0.4.6 •

Changelog

Source

0.4.6 - Sep 25, 2013

  • Standardizing handling of errors for easier debugging, as noted in (#39)
tgriesser
published 0.4.5 •

Changelog

Source

0.4.5 - Sep 24, 2013

  • Fix for hasTable always returning true in MySQL (#82), fix where sql queries were duplicated with multiple calls on toSql with the schema builder
tgriesser
published 0.4.4 •

Changelog

Source

0.4.4 - Sep 22, 2013

  • Fix for debug method not properly debugging individual queries
tgriesser
published 0.4.3 •

Changelog

Source

0.4.3 - Sep 18, 2013

  • Fix for underscore not being defined in various grammar files
tgriesser
published 0.2.7-alpha •

tgriesser
published 0.4.2 •

Changelog

Source

0.4.2 - Sep 17, 2013

  • Fix for an error being thrown when an initialized ClientBase instance was passed into Knex.initialize. pool.destroy now optionally accepts a callback to notify when it has completed draining and destroying all connections
tgriesser
published 0.4.1 •

Changelog

Source

0.4.1 - Sep 16, 2013

  • Cleanup from the 0.4.0 release, fix a potential exploit in "where" clauses pointed out by Andri Möll, fix for clients not being properly released from the pool #70, fix for where("foo", "<>", null) doing an "IS NULL" statement
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc