-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
HANA database driver #5107
HANA database driver #5107
Conversation
|
@rouault, I've taken all your points above into account.
The only issue that was not resolved is: To fix that I need to contact another team responsible for the HANA driver. |
@rouault, I have taken all your points into account. Could you please review this pull request again? |
ok, seems ready for me to merge. |
@rouault, thank you so much. I've added my name to the maintainers list. |
actually I see there's no build testing for CMake builds. Would you mind adding at least build-time testing of the driver to the build-linux-ubuntu-focal job of .github/workflows/cmake_builds.yml (and a note as a commented line that there's no runtime checking of it for now if not adding it) ? There will be some more work in a couple month to rationalize a bit all those CI setups when we'll drop nmake & autoconf support. |
@rouault, I did some experiments with cmake_builds.yml, see here 11b213d0fabea0a5c3a2d3ed28744a1e3ec9afe5. Unfortunately, there is a failure in https://github.com/mrylov/gdal/runs/5767841355?check_suite_focus=true#step:14:1092. Is it an infrastructure issue or my GA profile simply does not have required credentials? |
I assume this is just a temporary unrelated failure while retrieving https://gitlab.eumetsat.int/open-source/PublicDecompWT.git for the frmts/msg driver. |
merged! |
@rouault, excellent! Many thanks for your help! |
Dear GDAL/OGR community,
We, the SAP HANA Spatial Team, would like to add HANA support to the GDAL library. SAP HANA is an in-memory database with an OGC-compliant spatial engine. A free community edition of SAP HANA is available here.
Our previous attempt to get an approval from the PSC was not successful. For some reason, the PSC Members were rather inactive, except Even, and the decision has not been made. Therefore, we decided to take a chance with a pull request, hoping to find a community reviewer who will be interested to do the review.
Content
This pull request includes:
Requirements
The HANA driver requires the open-source odbc-cpp-wrapper library that is going to be used only during the compilation phase and linked statically. Thus, end users will get only one dynamic/shared library of the HANA driver.
License
The HANA driver is licensed under an MIT/X style license.
Responsibilities
We promise to keep tracking of new issues/bugs, CI runs, API changes, documentation
improvements related to the HANA driver and make sure that they are fixed/implemented promptly.
There will be a contact person at SAP responsible for the maintenance.