Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 467 Bytes

File metadata and controls

19 lines (10 loc) · 467 Bytes

v0.1.28 - 13 March 2025

  • Replace deprecated (in Node.js 22) util.isDate(val) with val instanceof Date

v0.1.27 - 27 Jun 2018

  • Handle objects & symbols causing crash in driver 'escapeVal' (#54)

v0.1.26 - 16 May 2015

  • Add support for SELECT TOP construct for mssql dialect for limit (#41)

v0.1.25 - 22 Mar 2015

  • Added support for left/right joins (#22)

v0.1.24 - 23 Dec 2014

  • Allow insertion of empty row using default values (#37)