Skip to content

Commit c23aa14

Browse files
committed
Update SYNTAX_NOTES.js
1 parent 29bbf15 commit c23aa14

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

SYNTAX_NOTES.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ Waterline.transaction({
229229
// If `connection` is omitted, a new connection will be acquired
230230
// from the manager using `getConnection()`.
231231
connection: someConnection,
232-
//
233-
// (note that `getConnection` and `releaseConnection` below are always
234-
// required, even if `connection` is provided. This is just for predictability.)
235-
236232
// (note that if `connection` is not provided, then both `getConnection` AND
237233
// `releaseConnection()` below are required. And if either of those functions
238234
// is not provided, then `connection` is required.)
@@ -299,10 +295,6 @@ Waterline.query({
299295
// If `connection` is omitted, a new connection will be acquired
300296
// from the manager using `getConnection()`.
301297
connection: someConnection,
302-
//
303-
// (note that `getConnection` and `releaseConnection` below are always
304-
// required, even if `connection` is provided. This is just for predictability.)
305-
306298
// (note that if `connection` is not provided, then both `getConnection` AND
307299
// `releaseConnection()` below are required. And if either of those functions
308300
// is not provided, then `connection` is required.)

0 commit comments

Comments
 (0)