Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710132 - dev-db/cppdb - SQL connectivity library
Summary: dev-db/cppdb - SQL connectivity library
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://cppcms.com/sql/cppdb/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2020-02-19 02:10 UTC by augustin
Modified: 2020-02-20 09:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cppdb ebuild (cppdb-0.3.1-r5.ebuild,1.39 KB, text/plain)
2020-02-19 02:14 UTC, augustin
Details
MySQL 8 compatibility: remove my_bool (cppdb-mysql-removed-1-my_bool.patch,1.81 KB, patch)
2020-02-19 02:15 UTC, augustin
Details | Diff
MySQL 8 compatibility: removed embedded server (mask deprecated flags) (cppdb-mysql-removed-2-embedded-server.patch,1.63 KB, patch)
2020-02-19 02:15 UTC, augustin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description augustin 2020-02-19 02:10:53 UTC
CppDB is an SQL connectivity library that is designed to provide platform and Database independent connectivity API similarly to what JDBC, ODBC and other connectivity libraries do.

This library is developed as part of CppCMS Project - the C++ Web Development Framework.


This package used to be in the Gentoo Tree, but it was recently removed without warning, breaking my most critical application. I am going to attach the ebuild and the patches to make cppdb compatible with MySQL 8.0.

Reproducible: Always
Comment 1 augustin 2020-02-19 02:14:08 UTC
Created attachment 614466 [details]
cppdb ebuild
Comment 2 augustin 2020-02-19 02:15:02 UTC
Created attachment 614468 [details, diff]
MySQL 8 compatibility: remove my_bool
Comment 3 augustin 2020-02-19 02:15:58 UTC
Created attachment 614470 [details, diff]
MySQL 8 compatibility: removed embedded server (mask deprecated flags)
Comment 4 augustin 2020-02-19 02:16:33 UTC
Upstream issue:

cppdb and MySQL 8 #70 
https://github.com/artyom-beilis/cppcms/issues/70