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

MSSQL - Show user defined error messages #19016

Closed
qgib opened this issue Jun 17, 2014 · 4 comments
Closed

MSSQL - Show user defined error messages #19016

qgib opened this issue Jun 17, 2014 · 4 comments
Labels
Data Provider Related to specific vector, raster or mesh data providers Feature Request

Comments

@qgib
Copy link
Contributor

qgib commented Jun 17, 2014

Author Name: Jan Lippmann (@j-lippmann)
Original Redmine Issue: 10612

Redmine category:data_provider/mssql


hello,

it would be useful, if qgis could show the user defined error messages (from the mssql server backend) in the qgis messagebar details.
now are this errors/messages not visible in the messagebar while editing for instance...

MSSQL example for user defined error:

RAISERROR (N'This is my errorstring.', -- Message text.
           18, -- Severity,
           1  -- State
);
</code>

under the postgres dataprovider it works with this defined error/exception, qgis show the 'This is my errorstring.' in the messagebar details.

RAISE EXCEPTION 'This is my errorstring.'
</code>

thanks
jan

@qgib
Copy link
Contributor Author

qgib commented Jun 17, 2014

Author Name: Jürgen Fischer (@jef-n)


  • assigned_to_id removed Jürgen Fischer
  • category_id was changed from Data Provider to Data Provider/MSSQL

@qgib
Copy link
Contributor Author

qgib commented Jun 28, 2014

Author Name: Jürgen Fischer (@jef-n)


  • fixed_version_id was changed from Version 2.4 to Future Release - High Priority

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Jun 23, 2018

Author Name: Jan Lippmann (@j-lippmann)


Now it works with qgis 3.2.


  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Jun 23, 2018
@qgib qgib added Feature Request Data Provider Related to specific vector, raster or mesh data providers labels May 25, 2019
@qgib qgib added this to the Future Release - High Priority milestone May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Provider Related to specific vector, raster or mesh data providers Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant