Perfect-MySQL icon indicating copy to clipboard operation
Perfect-MySQL copied to clipboard

Add the ability to use libmysql-dev beyond 5.7 (Perfect-MySQL work around in the comments)

Open carlsondev opened this issue 4 years ago • 2 comments

Can you please update this repo for any version of libmysql-dev beyond 5.7 (preferably 8)? I have to downgrade every day when I try to run since I am running it on an ubuntu 20.0.4 version of AWS. PLEASE FIX THIS. It is super annoying and way behind the times.

carlsondev avatar Jan 18 '21 18:01 carlsondev

By the way, if anyone finds this issue when trying to fix it, the solution is to add typealias my_bool = CBool to the top (below the imports and above the class declaration in MySQLStmt.swift. I am leaving this open in the hopes that they might still find it and fix it (since they don't seem to want to accept pull requests since its dead)

carlsondev avatar Jan 24 '21 00:01 carlsondev

references to #58 ? Nice will try that out, thanks a lot

Fabio1988 avatar Mar 04 '22 10:03 Fabio1988