Commit Graph

13 Commits (cd25980da931e904793019d0b5c5d546b84cedc1)

Author SHA1 Message Date
iglocska cd25980da9
fix: [sql logs] captured when benchmarking is enabled but debug level is < 2 2024-04-23 15:03:22 +02:00
Jakub Onderka 5247b9cd6d fix: [internal] Check if values is not empty for MysqlExtended 2024-03-24 13:35:00 +01:00
iglocska 7072451d0f
new: [datasource] improvements
- Some datasources updated with the ignoreIndexHint parameter
  - mysqlExtended
  - mysqlObserverExtended

- Also fixed forceIndexHint
2024-03-20 13:04:36 +01:00
Jakub Onderka 87a94a9345 chg: [internal] Slightly optimise Mysql::insertMulti 2024-01-27 13:01:13 +01:00
Jakub Onderka f247571542 chg: [logs] Add SQL queries count to access log 2022-11-13 17:42:40 +01:00
Jakub Onderka f3d0fcebbb chg: [internal] Micro optimisation 2022-10-21 16:45:31 +02:00
Luciano Righetti 39f5a3b556
chg: FORCE index hint instead of USE see #8633 2022-10-04 16:22:34 +02:00
Jakub Onderka c95ff6d29a chg: [internal] Optimise MysqlExtended 2022-05-21 11:40:18 +02:00
Jakub Onderka 0245034373 new: [internal] Experimental MysqlExtended driver 2022-05-21 11:40:18 +02:00
Luciano Righetti 44f7f5c71b fix: do not escape, user cannot have control over this, same as or other options. 2022-05-19 11:22:55 +02:00
Luciano Righetti d72060ec8e chg: remove typehint 2022-05-19 11:10:58 +02:00
Luciano Righetti 2e43a3b051 chg: remove todo, out of scope 2022-05-19 11:10:15 +02:00
Luciano Righetti 217be89e00 new: add MysqlExtended DboSource to support index query hints 2022-05-19 11:08:31 +02:00