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

Database connection utility #44200

Merged
merged 3 commits into from
Jul 22, 2021
Merged

Conversation

elpaso
Copy link
Contributor

@elpaso elpaso commented Jul 16, 2021

Followup #44051 by adding more methods and tests and replaces DB Manager custom legend action for SQL layers with C++ implementation.

@github-actions github-actions bot added this to the 3.22.0 milestone Jul 16, 2021
@elpaso
Copy link
Contributor Author

elpaso commented Jul 16, 2021

CC @nyalldawson since you asked for it 😸

src/gui/qgsqueryresultwidget.cpp Outdated Show resolved Hide resolved
src/core/qgsmaplayerutils.h Outdated Show resolved Hide resolved
src/core/providers/qgsabstractdatabaseproviderconnection.h Outdated Show resolved Hide resolved
src/app/qgsapplayertreeviewmenuprovider.cpp Outdated Show resolved Hide resolved
src/app/qgsapplayertreeviewmenuprovider.cpp Show resolved Hide resolved
@elpaso elpaso force-pushed the database-connection-utility branch from bca3cf4 to 0edd64f Compare July 19, 2021 08:45
@elpaso elpaso closed this Jul 21, 2021
@elpaso elpaso reopened this Jul 21, 2021
@nyalldawson nyalldawson merged commit 276d198 into qgis:master Jul 22, 2021
@elpaso elpaso deleted the database-connection-utility branch July 22, 2021 11:20
* \throws QgsProviderConnectionException if any errors are encountered or if SQL layer creation is not supported.
* \since QGIS 3.22
*/
virtual SqlVectorLayerOptions sqlOptions( const QString &layerSource ) SIP_THROW( QgsProviderConnectionException );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrylov We should implement that for HANA as well.

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

Successfully merging this pull request may close these issues.

None yet

3 participants