Trần Quang Dự
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:  Tested with MySQL 7 
Hi @tati-qalified how should I test this?
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  Validation fails without data type  **MySQL 8:**  **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