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

BUG: fix invalid layer result when Oracle version is under 12 #34546

Conversation

SebastienPeillet
Copy link
Contributor

Description

Relative to this thread

Since the identity type is handled by oracle providers (cf. #33683), layers are considered as unvalid for users who use Oracle version under 12. Indeed all_tab_identity_cols table doesn't exist before 12 version. In consequence the sql request for identity columns fails.

This PR fix this problem.

@nyalldawson nyalldawson merged commit 4b22623 into qgis:master Feb 19, 2020
@nyalldawson
Copy link
Collaborator

Does this need backporting?

@SebastienPeillet
Copy link
Contributor Author

In my opinion yes, but I didn't mention it because the previous PR about identity type is still waiting for backporting (#34260).

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

2 participants