Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error message when SQL query failed #3084

Open
nboisteault opened this issue Jun 24, 2022 · 2 comments
Open

Add error message when SQL query failed #3084

nboisteault opened this issue Jun 24, 2022 · 2 comments

Comments

@nboisteault
Copy link
Member

@rldhont @mdouchin
I think we should an error message for the user here.
I just had a case where an update query did not return $pkvals because some triggers avoided the update. Any suggestion?

@Gustry
Copy link
Member

Gustry commented Aug 10, 2023

We got some progress in #3831

@Gustry Gustry modified the milestones: 3.7.0, 3.7.1 Dec 13, 2023
@Gustry Gustry modified the milestones: 3.7.1, 3.7.2, 3.7.3 Jan 17, 2024
@Gustry Gustry modified the milestones: 3.7.3, 3.7.4 Feb 7, 2024
@Gustry Gustry modified the milestones: 3.7.4, 3.7.5, 3.7.6 Feb 26, 2024
@Gustry Gustry modified the milestones: 3.7.6, 3.7.7 Mar 22, 2024
@Gustry Gustry modified the milestones: 3.7.7, 3.7.8 May 14, 2024
@Gustry Gustry modified the milestones: 3.7.8, 3.7.9 May 27, 2024
@Gustry Gustry modified the milestones: 3.7.9, 3.7.10 Jul 4, 2024
@Gustry Gustry modified the milestones: 3.7.10, 3.7.11 Aug 1, 2024
@Gustry Gustry modified the milestones: 3.7.11, 3.7.12, 3.9.0 Oct 2, 2024
@Gustry
Copy link
Member

Gustry commented Dec 11, 2024

@nboisteault Did you still replicate this issue ?
I made a very very quick fix in #5118, it just to add a log, even if we don't know the reason at this stage. But looking at the source code of saveToDb, we should have some logs if I'm not wrong.

public function saveToDb($feature = null, $modifiedControls = array())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants