Skip to content

Conversation

@MalloD12
Copy link
Collaborator

@MalloD12 MalloD12 commented May 8, 2025

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Will fixes #4677

  • New BitType class added.
  • Bit handling support added.
  • Test updates.

Things to be aware of

Things to worry about

Additional Context

- Bit handling support added.
- Test updates.

@Override
public DatabaseDataType toDatabaseDataType(Database database) {
String originalDefinition = StringUtil.trimToEmpty(getRawDefinition());

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
StringUtil.trimToEmpty
should be avoided because it has been deprecated.

Copilot Autofix

AI 6 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

}
}

if ((database instanceof Db2zDatabase)) {

Check notice

Code scanning / CodeQL

Chain of 'instanceof' tests Note

This if block performs a chain of 7 type tests - consider alternatives, e.g. polymorphism or the visitor pattern.

Copilot Autofix

AI 6 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

@mariochampion mariochampion moved this from New to Candidate in Liquibase Community May 13, 2025
@mariochampion mariochampion moved this from Candidate to Planned in Liquibase Community May 23, 2025
@MalloD12 MalloD12 moved this from Planned to Foundation Team Tickets in Liquibase Community Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Foundation Team Tickets

Development

Successfully merging this pull request may close these issues.

PostgreSQL: column is of type bit but default expression is of type boolean

2 participants