Skip to content

Fix tools#3420

Merged
ErikEJ merged 4 commits intomasterfrom
reset-tools
Apr 21, 2026
Merged

Fix tools#3420
ErikEJ merged 4 commits intomasterfrom
reset-tools

Conversation

@ErikEJ
Copy link
Copy Markdown
Owner

@ErikEJ ErikEJ commented Apr 21, 2026

fixes #3402

Copilot AI review requested due to automatic review settings April 21, 2026 07:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates packaged reverse-engineering tools and adjusts Postgres routine scaffolding code generation to produce valid C# in more edge cases.

Changes:

  • Updated bundled efreveng*.exe.zip tool artifacts under src/GUI/lib/.
  • Fixed Postgres procedure scaffolding to generate a correctly-typed (and empty-safe) parameters array.
  • Fixed async method signature generation to avoid emitting an invalid leading comma when there are no procedure parameters.

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/GUI/lib/efreveng90.exe.zip Updated bundled reverse engineering executable package (binary).
src/GUI/lib/efreveng80.exe.zip Updated bundled reverse engineering executable package (binary).
src/GUI/lib/efreveng100.exe.zip Updated bundled reverse engineering executable package (binary).
src/Core/RevEng.Core.80/ServiceProviderBuilder.cs No functional change; whitespace-only formatting in SQLite provider setup block.
src/Core/RevEng.Core.80/Routines/Procedures/PostgresStoredProcedureScaffolder.cs Ensures generated Postgres routine code compiles with zero parameters and produces valid async signatures.

@ErikEJ ErikEJ merged commit 20f50f0 into master Apr 21, 2026
4 checks passed
@ErikEJ ErikEJ deleted the reset-tools branch April 21, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Supports PostgreSQL's citext type in function

2 participants