Name: | mysql++ |
---|---|
Version: | 3.1.0 |
Release: | 12.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 564335 |
License: | LGPLv2 |
RPM: | mysql++-3.1.0-12.el7.aarch64.rpm |
Source RPM: | mysql++-3.1.0-12.el7.src.rpm |
Build Date: | Mon Jul 23 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://tangentsoft.net/mysql++/ |
Summary: | C++ wrapper for the MySQL C API |
Description: | MySQL++ is a C++ wrapper for MySQL’s C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container. MySQL++ relieves the programmer of dealing with cumbersome C data structures, generation of repetitive SQL statements, and manual creation of C++ data structures to mirror the database schema. If you are building your own MySQL++-based programs, you also need to install the -devel package. |
- fix for ARM 64 support, #926188
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for c++ ABI breakage
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- rebuild for new MySQL client library
- arch specific requires
- update patch for gcc 4.6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- rebuild against MySQL 5.5.8 - add missing files in the "examples" provided