You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: failing build due to lint error (gajus#264)
* fix lint error
/home/travis/build/gajus/slonik/test/slonik/integration.ts
1097:7 error Expected line before comment lines-around-comment
* fix lint warning
/home/travis/build/gajus/slonik/test/dts.ts
193:21 warning Operands of '+' operation must either be both strings or both numbers @typescript-eslint/restrict-plus-operands
fix: dont close connection after `IMPLICIT_TRANSACTION` query, return…
… in to pool instead (gajus#257)
Co-authored-by: George Skarbovskiy <[email protected]>