Trần Quang Dự

Results 25 comments of Trần Quang Dự

I may help with this too @tati-qalified

@rpsandiford Hi Robert, I am quite confused about how to reproduce the issue: This is the changeset to create a table using liquibase `boolean` type: ``` databaseChangeLog: - changeSet: id:...

1. I use the master branch, build it and use it locally 2. MySQL 8 For the other points, I will try to use workbench to see what happens. But...

Test with MySQL 5, MySQL 8, MySQL Connector/J 8.3.0, 9.3.0 Changeset: ``` databaseChangeLog: - changeSet: id: create-table-users author: YourName changes: - createTable: tableName: users columns: - column: name: id type:...

I can help with this since the solution is quite straightforward. we need to check the version of the MySQL server and append the correct keyword in the rename column...

> [@quangdutran](https://github.com/quangdutran) thanks! The fix would be around https://github.com/liquibase/liquibase/blob/master/liquibase-standard/src/main/java/liquibase/sqlgenerator/core/RenameColumnGenerator.java#L54 . We have a Mysql version check example in https://github.com/liquibase/liquibase/blob/master/liquibase-standard/src/main/java/liquibase/snapshot/JdbcDatabaseSnapshot.java#L228 , I hope it helps when creating the PR. Oh that...

@filipelautert Draft [PR ](https://github.com/liquibase/liquibase/pull/6920)is here, could you take a look at my implementation? Also, when I published to maven local to test, even when I use Mysql v8, the query...

@Haarolean If you think that this bug is valid, I would suggest a fix like this: Instead of counting as 0 if consumer lag is not set: https://github.com/kafbat/kafka-ui/blob/main/frontend/src/components/ConsumerGroups/Details/ListItem.tsx#L36 I could...

Based on the detailed requirement, it seems like this is very first-contributor-friendly. Could I take this @vigyasharma ? My approach is: - Return a `Optional` since the spec could be...

The cause is obvious but to solve it is quite a challenge. Every request is intercepted with 401 Error so I am not sure how we could exclude this interception...