-
-
Notifications
You must be signed in to change notification settings - Fork 151
Statically link unixodbc and update configurations #1029
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
base: main
Are you sure you want to change the base?
Statically link unixodbc and update configurations #1029
Conversation
Co-authored-by: contact <[email protected]>
Co-authored-by: contact <[email protected]>
Cursor Agent can help with this pull request. Just |
Make sure to run all ci tests locally before pushing changes |
|
I refactored the build process to statically link
Learn more about Cursor Agents |
Co-authored-by: contact <[email protected]>
Co-authored-by: contact <[email protected]>
Statically link
unixODBC
and configurerpath
to simplify distribution and enable placing ODBC drivers in asqlpage/
subdirectory.This change embeds the
unixODBC
driver manager directly into the SQLPage binary, removing the need for separate installation on target systems. The updatedrpath
allows database-specific ODBC drivers to be placed alongside the SQLPage executable in asqlpage/
directory, streamlining self-contained application packaging.