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

[pull] master from OSGeo:master #145

Merged
merged 1 commit into from
Mar 21, 2025
Merged

[pull] master from OSGeo:master #145

merged 1 commit into from
Mar 21, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 21, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

The query was testing whether [dbo].[geometry_columns] exists,
but then attempting to create just [geometry_columns] (without
"dbo").

This fails if the table will be created in any schema other then
"dbo".

Adjust to check whether just [geometry_columns] exists, so that
we are checking whether the table exists in the ACTUAL schema
we'll be creating it in.
@pull pull bot added the ⤵️ pull label Mar 21, 2025
@pull pull bot merged commit a2a1ae5 into kp-forks:master Mar 21, 2025
30 of 31 checks passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 13983845892

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • 70 unchanged lines in 32 files lost coverage.
  • Overall coverage decreased (-0.004%) to 70.46%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ogr/ogrsf_frmts/mssqlspatial/ogrmssqlspatialdatasource.cpp 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
frmts/ctg/ctgdataset.cpp 1 84.65%
frmts/gtiff/gtiffdataset_read.cpp 1 91.3%
frmts/gtiff/gtiffdataset_write.cpp 1 91.69%
frmts/gtiff/libtiff/tif_lzw.c 1 84.26%
frmts/jpegxl/jpegxl.cpp 1 78.33%
frmts/msgn/msgndataset.cpp 1 6.54%
frmts/nitf/nitfdrivercore.cpp 1 95.1%
frmts/safe/safedataset.cpp 1 55.91%
frmts/wms/gdalhttp.cpp 1 84.38%
frmts/zarr/zarr_v3_array.cpp 1 84.86%
Totals Coverage Status
Change from base Build 13977514877: -0.004%
Covered Lines: 554442
Relevant Lines: 786888

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

2 participants