summaryrefslogtreecommitdiff
path: root/databases/qore-mysql-module
AgeCommit message (Collapse)AuthorFilesLines
2022-10-20revision bump for qore 1.12.0nros2-3/+4
2022-01-27Update qore-mysql-module to version 2.1nros3-31/+23
This update is to make sure the package works correctly qore version 1.2.
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-06-23Revbump for MySQL default changenia1-2/+2
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-3/+4
2019-11-02databases: align variable assignmentsrillig2-5/+5
pkglint -Wall -F --only aligned -r No manual corrections.
2018-06-08Updated databases/qore-mysql-module to version 2.0.2.1 .nros6-48/+21
patch-configure and patch-src_Makefile.in removed since they have applied upstream. Changes from release notes: * updated SQLStatement::fetchColumns() to return an empty hash when no data is available * fixed a bug where DBI-SELECT-ROW-ERROR exceptions were being raised as MYSQL-SELECT-ROW-ERROR exceptions * fixed formatting bugs in invalid value specification error messages * updated configure to find and compile with MariaDB and Percona includes and libs * placeholders and quotes in SQL comments are ignored * fixed time column retrieval; the date component is now set to 1970-01-01 * fixed binary and varbinary column handling * fixed the "optimal-numbers" option with decimal values with decimal points * fixed returning result sets with duplicate column names
2018-01-28recursive bump after mpfr shlib major bumpwiz2-4/+4
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-10-12Revbump and use of c++11 beacuse of lang/qore update.nros2-5/+5
2016-08-07email style fixnros1-2/+2
2016-07-22Correct error in buildlink3.mk done in previous commitnros1-2/+2
2016-07-22Revbump because of lang/qore version update.nros2-5/+5
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-3/+4
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-12-30Import qore-mysql-module-2.0.1nb4 as databases/qore-mysql-module,wiz8-0/+153
packaged for wip by nros. MySQL driver for Qores DBI system that allows Qore programs to MySQL Databases through the Datasource, DatasourcePool and SQLStatement classes.