Skip to content

Commit a502b2d

Browse files
mrmekuclaude
andcommitted
Regenerate process_plugin_sqlc_gen_json golden file
Update the golden file for the process plugin test to include the new parameter context field values. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cb008b5 commit a502b2d

File tree

1 file changed

+8
-4
lines changed
  • internal/endtoend/testdata/process_plugin_sqlc_gen_json/gen

1 file changed

+8
-4
lines changed

internal/endtoend/testdata/process_plugin_sqlc_gen_json/gen/codegen.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65076,7 +65076,8 @@
6507665076
"original_name": "id",
6507765077
"unsigned": false,
6507865078
"array_dims": 0
65079-
}
65079+
},
65080+
"context": "PARAMETER_CONTEXT_WHERE"
6508065081
}
6508165082
],
6508265083
"comments": [],
@@ -65288,7 +65289,8 @@
6528865289
"original_name": "name",
6528965290
"unsigned": false,
6529065291
"array_dims": 0
65291-
}
65292+
},
65293+
"context": "PARAMETER_CONTEXT_SET"
6529265294
},
6529365295
{
6529465296
"number": 2,
@@ -65317,7 +65319,8 @@
6531765319
"original_name": "bio",
6531865320
"unsigned": false,
6531965321
"array_dims": 0
65320-
}
65322+
},
65323+
"context": "PARAMETER_CONTEXT_SET"
6532165324
}
6532265325
],
6532365326
"comments": [],
@@ -65363,7 +65366,8 @@
6536365366
"original_name": "id",
6536465367
"unsigned": false,
6536565368
"array_dims": 0
65366-
}
65369+
},
65370+
"context": "PARAMETER_CONTEXT_WHERE"
6536765371
}
6536865372
],
6536965373
"comments": [],

0 commit comments

Comments
 (0)