Page MenuHomeSolus

Initial commit of mysql-connector-cpp. Fixes T4281
ClosedPublic

Authored by euoar on Jun 8 2018, 11:39 PM.
Tags
None
Referenced Files
F11047449: D3052.id7533.diff
Thu, Aug 10, 3:26 PM
F11047448: D3052.id.diff
Thu, Aug 10, 3:26 PM
F11047447: D3052.id7556.diff
Thu, Aug 10, 3:26 PM
F11047446: D3052.id7555.diff
Thu, Aug 10, 3:25 PM
F11033245: D3052.diff
Wed, Aug 9, 3:21 PM
F11006374: D3052.diff
Tue, Aug 1, 3:00 PM
F11001684: D3052.id7533.diff
Sun, Jul 30, 12:30 PM
F11001683: D3052.id.diff
Sun, Jul 30, 12:30 PM

Details

Summary
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.
Test Plan

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

euoar requested review of this revision.Jun 8 2018, 11:39 PM

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).

DataDrake added a subscriber: DataDrake.
DataDrake added inline comments.
package.yml
6

Should be GPL-2.0-only

This revision now requires changes to proceed.Jun 9 2018, 7:19 PM

Fix license, as asked by @DataDrake: GPL-2.0-only

This revision is now accepted and ready to land.Jun 9 2018, 7:38 PM
This revision was automatically updated to reflect the committed changes.