firebird
firebird copied to clipboard
Copy-pasted code in engine
Hello. During JSON type implementation, I encountered multiple code duplications in the engine. To simplify future work, I decided to create several PRs with proposed improvements. There are 3 of them:
- putType and putDType merge https://github.com/FirebirdSQL/firebird/pull/8610
- Use a method for impure string allocation https://github.com/FirebirdSQL/firebird/pull/8609
- More csb_repeat::getName usage https://github.com/FirebirdSQL/firebird/pull/8611
Why this issue for feature/bug if there are the pull requests (that is same thing as an issue) that already tracks the change?
Why this issue for feature/bug if there are the pull requests (that is same thing as an issue) that already tracks the change?
I wanted to address the issue of copypasta code in general and track related PRs. If you think it's a bad idea, I'll close this issue.