libodb-mysql 2.4.0-5ubuntu2 source package in Ubuntu

Changelog

libodb-mysql (2.4.0-5ubuntu2) focal; urgency=medium

  * d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8.
    (LP: #1863026)

 -- Andreas Hasenack <email address hidden>  Thu, 13 Feb 2020 13:53:04 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libodb-mysql_2.4.0.orig.tar.bz2 327.9 KiB ce2fcdb6ab4a02fc0aff263a891c56949fa41b89e65d7a40d8b656d3ebf0d9bc
libodb-mysql_2.4.0-5ubuntu2.debian.tar.xz 3.2 KiB b4945cfbab4d58c5a8bbdede2fb11ac4d8c9dbe508f808e6165b083d78cefc7a
libodb-mysql_2.4.0-5ubuntu2.dsc 2.0 KiB 44a99d792b96b0c6bc7309a639534f915c89bcefe0f0442bc23d97a1478b1256

Available diffs

View changes file

Binary packages built by this source

libodb-mysql-2.4: ODB Runtime Library for MySQL

 ODB is an object-relational mapping (ORM) system for C++. It provides
 tools, APIs, and library support that allow you to persist C++ objects to
 a relational database (RDBMS) without having to deal with tables, columns,
 or SQL and without manually writing any of the mapping code.
 .
 This package contains the MySQL ODB runtime library. Every application
 that includes code generated for the MySQL database will need to link to
 this library.

libodb-mysql-2.4-dbgsym: No summary available for libodb-mysql-2.4-dbgsym in ubuntu impish.

No description available for libodb-mysql-2.4-dbgsym in ubuntu impish.

libodb-mysql-dev: ODB Runtime Library for MySQL (development)

 ODB is an object-relational mapping (ORM) system for C++. It provides
 tools, APIs, and library support that allow you to persist C++ objects to
 a relational database (RDBMS) without having to deal with tables, columns,
 or SQL and without manually writing any of the mapping code.
 .
 This package contains libraries and header files for developing
 applications that use libodb-mysql .