libodb-mysql 2.4.0-5.1ubuntu1 source package in Ubuntu

Changelog

libodb-mysql (2.4.0-5.1ubuntu1) noble; urgency=medium

  * Merge with Debian; remaining changes:
    - d/p/mysql-8.0: do not declare things defined by mysql.h as those
      definitions have changed in MySQL 8.0. This fixes the FTBFS.
    - d/p/mysql8_my_bool.patch: Reintroduce my_bool to fix build with MySQL 8.
      (LP #1863026)

libodb-mysql (2.4.0-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062490

 -- Matthias Klose <email address hidden>  Thu, 07 Mar 2024 15:20:21 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libodb-mysql_2.4.0.orig.tar.bz2 327.9 KiB ce2fcdb6ab4a02fc0aff263a891c56949fa41b89e65d7a40d8b656d3ebf0d9bc
libodb-mysql_2.4.0-5.1ubuntu1.debian.tar.xz 3.6 KiB 456625bc95fed90a2c441b229731568ae8a48ea280a013cf4784b83d29de8134
libodb-mysql_2.4.0-5.1ubuntu1.dsc 2.0 KiB d4551456e142dcbe30f30b0e7f03d774b773c1d2634628662bfd8a8522dd025d

View changes file

Binary packages built by this source

libodb-mysql-2.4t64: 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.4t64-dbgsym: debug symbols for libodb-mysql-2.4t64
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 .