Open DorianCoding opened 1 year ago
Bonjour ! Thank you for reporting this issue, I moved it here so we can investigate about it. @iifawzi I am not sure if any of your recent PRs fix this one ?
I bet that we've seen this bug before, I will take a deeper look
The issue is already fixed by https://github.com/phpmyadmin/sql-parser/pull/360#issuecomment-954721943. Kindly @DorianCoding, can you test with the latest version? (5.2.0)
_(phpMyAdmin 5.2+snapshot) also available as a non official docker image_
The issue is already fixed by #360 (comment). Kindly @DorianCoding, can you test with the latest version? (5.2.0)
It seems indeed that the problem is solved using phpmyadmin 5.2 with XAMPP on Windows (with same browser). I guess I just have to wait the update of ubuntu packages then.
The issue is already fixed by #360 (comment). Kindly @DorianCoding, can you test with the latest version? (5.2.0)
It seems indeed that the problem is solved using phpmyadmin 5.2 with XAMPP on Windows (with same browser). I guess I just have to wait the update of ubuntu packages then.
I am the one responsible for the packaging on Ubuntu and Debian, I am quite behind schedule and sorry about that. I will keep you updated
I am the one responsible for the packaging on Ubuntu and Debian, I am quite behind schedule and sorry about that. I will keep you updated
It's been a while, the PPA is updated for Jammy. Can you please check our Wiki for install methods on Ubuntu/Debian
Error is still there in phpMyAdmin 5.2.1
Query :
SELECT *, ROW_NUMBER() OVER(PARTITION BY SUBSTR(`created_at`, 1, 10), SUBSTR(`date`, 1, 10), `customer_id` ORDER BY `id` DESC) AS _row_number_ FROM `wp_8_ava_appointments` WHERE `deleted_at` IS NULL
Thank you for confirming this
I can't reproduce the error using the parser on 5.10.x.
This might be fixed by the fact ROW_NUMBER
is now included in the dictionnaries of functions, which wasn't the case before #572.
@williamdes I let you give it a try to double-check and confirm this is fixed now.
When using ROW_NUMBER and an alias such as :
Phpmyadmin is showing an error but the query works.
It says "An alias was previously found" near the index.
Server configuration
Client configuration