forked from mkleehammer/pyodbc
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit allows `pyodbc` to build. The following items have been updated. - `pyproject.toml` has been modified to include `numpy` as a hard _build_ dependency, but as an optional install dependency for a user. - `setup.py` has been modified to include `numpy` as it is a hard build requirement as defined in the `pyproject.toml` file. - `src/cursor.cpp` has been updated to move the enum to the corresponding `src/cursor.h` file. - `src/cursor.h` also includes the `Cursor_Validate` object. - `src/npcontainer.{cpp,h}` have been updated to ensure the build happens.
- Loading branch information
Showing
5 changed files
with
14 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters