mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 14:51:52 +00:00
feat(ENG-21362): Environment Variables Store (#23930)
This commit is contained in:
@@ -984,7 +984,7 @@ pub fn hasQueryRunning(this: *PostgresSQLConnection) bool {
|
||||
}
|
||||
|
||||
pub fn canPipeline(this: *PostgresSQLConnection) bool {
|
||||
if (bun.getRuntimeFeatureFlag(.BUN_FEATURE_FLAG_DISABLE_SQL_AUTO_PIPELINING)) {
|
||||
if (bun.feature_flag.BUN_FEATURE_FLAG_DISABLE_SQL_AUTO_PIPELINING.get()) {
|
||||
@branchHint(.unlikely);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user