Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ossobv/maodbc-deb
(obsolete) Debian/Ubuntu package for the maodbc.so MariaDB SQL ODBC Connector
https://github.com/ossobv/maodbc-deb
debian-packages mariadb-connector unixodbc
Last synced: about 1 month ago
JSON representation
(obsolete) Debian/Ubuntu package for the maodbc.so MariaDB SQL ODBC Connector
- Host: GitHub
- URL: https://github.com/ossobv/maodbc-deb
- Owner: ossobv
- Created: 2018-02-27T18:22:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T13:52:48.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:42:26.956Z (8 months ago)
- Topics: debian-packages, mariadb-connector, unixodbc
- Language: Dockerfile
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: changelog
Awesome Lists containing this project
README
OSSO build of the maodbc.so MariaDB SQL ODBC Connector
======================================================*NOTE: This package is obsolete now that there is odbc-mariadb in vanilla
Debian/Ubuntu.*Docker build
------------Just do::
./Dockerfile.build
And it will create the build files in ``Dockerfile.out/``.
For example::
$ dpkg-deb -c Dockerfile.out/bullseye/maodbc_3.1.16-0osso0+deb11/libmaodbc_3.1.16-0osso0+deb11_amd64.deb
682,624 /usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so
9,357 /usr/share/doc/libmaodbc/COPYING.gz
291 /usr/share/doc/libmaodbc/README
720 /usr/share/doc/libmaodbc/changelog.Debian.gz
96 /usr/share/libmaodbc/odbcinst.ini
0 /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so -> libmaodbc.soTODO
----* Add basic tests at the end of the docker build.
* Check the odbcinst.ini flags (like Threading=0) and whether they
actually do anything in the maodbc driver.
* Check that the SSL we compiled against actually works.