mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
fix(sql) fix flush (#19177)
This commit is contained in:
@@ -2057,6 +2057,10 @@ pub const PostgresSQLConnection = struct {
|
||||
this.updateHasPendingActivity();
|
||||
return .undefined;
|
||||
}
|
||||
pub fn doFlush(this: *PostgresSQLConnection, _: *JSC.JSGlobalObject, _: *JSC.CallFrame) bun.JSError!JSC.JSValue {
|
||||
this.flushData();
|
||||
return .undefined;
|
||||
}
|
||||
|
||||
pub fn deref(this: *@This()) void {
|
||||
const ref_count = this.ref_count;
|
||||
|
||||
Reference in New Issue
Block a user