about summary refs log tree commit diff
path: root/pkgs/development/libraries/libmysqlconnectorcpp
AgeCommit message (Collapse)AuthorFilesLines
2024-01-24libmysqlconnectorcpp: 8.2.0 -> 8.3.0R. Ryantm1-2/+2
2023-11-07libmysqlconnectorcpp: 8.1.0 -> 8.2.0R. Ryantm1-2/+2
2023-09-05libmysqlconnectorcpp: 8.0.33 -> 8.1.0R. Ryantm1-2/+2
2023-05-11libmysqlconnectorcpp: 8.0.32 -> 8.0.33R. Ryantm1-2/+2
2023-02-16libmysqlconnectorcpp: 8.0.31 -> 8.0.32R. Ryantm1-2/+2
2022-11-09libmysqlconnectorcpp: 8.0.30 -> 8.0.31ajs1241-2/+2
2022-08-23libmysqlconnectorcpp: 8.0.29 -> 8.0.30R. Ryantm1-2/+2
2022-08-01libmysqlconnectorcpp: 8.0.28 -> 8.0.29R. Ryantm1-2/+2
2022-02-17libmysqlconnectorcpp: 8.0.27 -> 8.0.28R. RyanTM1-3/+3
* libmysqlconnectorcpp: 8.0.27 -> 8.0.28 (#159648) * libmysqlconnectorcpp: use SPDX3 license identifier Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-07libmysqlconnectorcpp: 8.0.23 -> 8.0.27R. RyanTM1-2/+2
(#153186)
2021-02-11libmysqlconnectorcpp: 8.0.21 -> 8.0.23Jan Tojnar1-2/+2
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html - https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html Binary distribution now ships plug-ins and and users will have to set path to them as if they want to use LDAP since it cannot really be installed to this package (where it will likely look for plug-ins).
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-07-17libmysqlconnectorcpp: 8.0.20 -> 8.0.21R. RyanTM1-2/+2
2020-05-06libmysqlconnectorcpp: 8.0.19 -> 8.0.20R. RyanTM1-2/+2
2020-03-12libmysqlconnectorcpp: 1.1.9 → 8.0.19Jan Tojnar1-7/+26
This has been seriously outdated: * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-10.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-11.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-12.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-13.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-1.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-2.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-3.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-4.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-8-through-10.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-14.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-15.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-18.html * https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html Expression changes: * Format with nixpkgs-fmt. * Move cmake to nativeBuildInputs. * Use OpenSSL from the system as using the bundled version is now optional. * Use MysQL 8.0 since this is supposed to be used with that version. * Explicitly enable the now legacy JDBC library used by mysql-workbench. * Remove unnecessary MYSQL_LIB_DIR flag. MySQL will be found automatically. * We just need the build script know it is not a static library.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-03-31libmysqlconnectorcpp: 1.1.7 -> 1.1.9Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.1.9 with grep in /nix/store/vj6fm6qlsf14jlmlhwdyla240jqa6i4h-libmysqlconnectorcpp-1.1.9 - found 1.1.9 in filename of file in /nix/store/vj6fm6qlsf14jlmlhwdyla240jqa6i4h-libmysqlconnectorcpp-1.1.9
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2016-09-19Add MySQL Connector C++, a mysql server client library.Karn Kallio1-0/+22