Anton Kuzmin

Results 15 comments of Anton Kuzmin

I just use these 2 directly without random-data-generator: ``` import org.scalacheck.Arbitrary import org.scalacheck.Gen ``` https://booksites.artima.com/scalacheck/examples/html/ch06.html

FYI, logQuerySlow can be completely inaccurate at least with mysql2 driver https://github.com/typeorm/typeorm/issues/10180

Any chance for a fix? I had a look, and it seems that mysql2 driver doesn't currently provide any callbacks for TypeORM to measure the startTime correctly. TypeORM remembers queryStartTime...

I also encountered this. Seem like the jdbc friver for Java is doing a better job at this https://github.com/awslabs/aws-mysql-jdbc#the-aws-jdbc-driver-failover-process