Skip to content

Fix metadata tests on MariaDB 10.2 and 10.3 #186

Closed
@Abscissa

Description

@Abscissa

Travis-ci reports assert failure on the last line in this excerpt from source/mysql/test/integration.d when using MariaDB 10.2 (travis is using 10.2.14) and up:

EDIT: It is NOT this code after all:

	rs = cn.query("select datecol from basetest limit 1").array;
	assert(rs.length == 1);
	Date d = rs[0][0].get!(Date);
	assert(d.year == 2007 && d.month == 1 && d.day == 1);

EDIT: Apparently I read the line number wrong. The above line was never the test failure. This line is where the test failure was.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions