![]() |
Sergey Kornilov admin 4/19/2022 |
This feature works for everyone since it was implemented a long tme ago. There must be something specific to your database or project settings. There are many ways to break this functionality i.e. it won't work if datatypes of link fields do not match, varchar vs integer or varchar versus char etc. You can always enable SQL debugging to see the exact SQL query being executed and have a better understanding of why something doesn't work. |
S
|
Steve Seymour author 4/20/2022 |
Cheers, Both fields are of type int. I'll have a look at SQL debugging - something I've never done to date. |
![]() |
fhumanes 4/20/2022 |
To debug SQL and optimize access to MySQL, read this article: https://fhumanes.com/blog/guias-desarrollo/guia-12-phprunner-optimizar-accesos-a-mysql/ Greetings, |
S
|
Steve Seymour author 4/20/2022 |
Thank you. After enabling SQL debugging I see very complex SQL statements that cannot easily be deciphered. I will have a look at downloading MYSQL Workbench. Regards |