File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -229,10 +229,6 @@ Waterline.transaction({
229
229
// If `connection` is omitted, a new connection will be acquired
230
230
// from the manager using `getConnection()`.
231
231
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
-
236
232
// (note that if `connection` is not provided, then both `getConnection` AND
237
233
// `releaseConnection()` below are required. And if either of those functions
238
234
// is not provided, then `connection` is required.)
@@ -299,10 +295,6 @@ Waterline.query({
299
295
// If `connection` is omitted, a new connection will be acquired
300
296
// from the manager using `getConnection()`.
301
297
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
-
306
298
// (note that if `connection` is not provided, then both `getConnection` AND
307
299
// `releaseConnection()` below are required. And if either of those functions
308
300
// is not provided, then `connection` is required.)
You can’t perform that action at this time.
0 commit comments