mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
Use JSC::Integrity:: auditCellFully in bindings (#22538)
### What does this PR do? ### How did you verify your code works?
This commit is contained in:
@@ -1350,7 +1350,7 @@ fn advance(this: *PostgresSQLConnection) void {
|
||||
}
|
||||
|
||||
pub fn getQueriesArray(this: *const PostgresSQLConnection) JSValue {
|
||||
return js.queriesGetCached(this.js_value) orelse .zero;
|
||||
return js.queriesGetCached(this.js_value) orelse .js_undefined;
|
||||
}
|
||||
|
||||
pub fn on(this: *PostgresSQLConnection, comptime MessageType: @Type(.enum_literal), comptime Context: type, reader: protocol.NewReader(Context)) AnyPostgresError!void {
|
||||
|
||||
Reference in New Issue
Block a user