NOTE: Kudos for this patch is due to @herbmillerjr. Just
trying to finish T243, as there has been no response from
him since november 2017, and expecting that many users can
be interested in having mysql-workbench in the repos.
I've simple changed the formating of the package.yml,
as asked by @JoshStrobl in D1401 and completed a test
to ensure that it works.
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R4310:491875a4e7a4: Initial commit of mysql-connector-cpp. Fixes T4281
- Compiled and run this test file:
https://dev.mysql.com/doc/connector-cpp/en/connector-cpp-examples-complete-example-1.html
Diff Detail
Diff Detail
- Repository
- R4310 mysql-connector-cpp
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
A pair of details:
- Had to modify the file in the link because it contained a pair of illegal characters. Attaching the file that I used
- Instruction used to compile: g++ -Wall -I/usr/include/cppconn -o testapp test.cpp -L/usr/lib -lmysqlcppconn
- Running the compiled file outputs the expected result (keep in mind that you need to adjust the line in the source to match your mariadb root password).
package.yml | ||
---|---|---|
7 | Should be GPL-2.0-only |