Trần Quang Dự

Results 25 comments of Trần Quang Dự

I think second approach is good for now. We could consider to populate the list of indices also but at least when the button is enabled, user now knows he...

@siddharthlatest I have created a PR for this issue: https://github.com/appbaseio/dejavu/pull/496 Could you review it? thank you

When [parsing ](https://github.com/questdb/questdb/blob/d470b048c34b8020d3d2cad9d427882e15989f76/core/src/main/java/io/questdb/std/datetime/microtime/Timestamps.java#L787)sample by, we ignore the double/float value and make it default as 1. @nwoolmer @ideoma could you assign this to me? I will try to implement this

Tested with MySQL 8 and Springboot integration: ![image](https://github.com/user-attachments/assets/3bf698aa-23cd-4d72-8dbe-82c25ee4e854) Tested with MySQL 7 ![image](https://github.com/user-attachments/assets/d25aa4b0-d975-4c67-a206-4b38206e8dc1)

Hi @filipelautert, Sorry this was carried away. I just checked the pipeline and `VerifyChangeClassesTest.compareGeneratedSqlWithExpectedSqlForMinimalChangesets` fails cause `mysql.sql` and `mariadb.sql` still has the line ```-- Change Parameter: columnDataType=int``` I remove this...

@filipelautert Manual test is positive: **MySQL 5.7:** SQL generated with data type ![Screenshot 2025-07-08 230830](https://github.com/user-attachments/assets/8f6ba88b-a930-4869-a6b0-ed54b06920fb) Validation fails without data type ![Screenshot 2025-07-08 231108](https://github.com/user-attachments/assets/69e5c089-cb5e-467c-acf0-cecdf4a15b19) **MySQL 8:** ![Screenshot 2025-07-08 231527](https://github.com/user-attachments/assets/3a101e65-761b-4d02-a783-16cd247ea970) **MariaDB 10.4:**...

### Test 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:...

Maybe I can help with this, @dejvu could you please give me more detailed reproduce steps with sample changeset?

Related: https://github.com/liquibase/liquibase/issues/3746