Commit Graph

5 Commits

Author SHA1 Message Date
Arne Schubert
130f8c921f Sqlite3 fix nullChecks in static test (#14098)
* Improove typing to the new guidelines

* Replace Function type
2017-01-19 09:36:13 -08:00
Ryan Cavanaugh
b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
Jan Rapp
934e591c7a sqlite3: add overloads with params and callback (#10040)
from: https://github.com/mapbox/node-sqlite3/wiki/API
> Database#run(sql, [param, ...], [callback])
> ... There are three ways of passing bind parameters: directly in the
function's arguments, as an array, and as an object for named
parameters. ...

We can support the last two parameter passing options even if a callback
is given.
2016-07-24 00:09:35 -07:00
Ryan Cavanaugh
fa204a87d1 Remove obsolesced reference comments 2016-04-27 21:53:46 -07:00
Nick Malaguti
100b96f98f Added typings for sqlite3 2014-05-25 16:50:42 -04:00