Skip to content

Commit fa231b1

Browse files
committed
Run all relevant tests using both safe and unsafe API. Fix issues with
MySQLVal and related functions caught by full test runs.
1 parent f700091 commit fa231b1

File tree

12 files changed

+1841
-1459
lines changed

12 files changed

+1841
-1459
lines changed

source/mysql/exceptions.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ debug(MYSQLN_TESTS)
162162
unittest
163163
{
164164
import std.exception;
165-
import mysql.safe.commands;
165+
import mysql.commands;
166166
import mysql.connection;
167167
import mysql.prepared;
168168
import mysql.test.common : scopedCn, createCn;

0 commit comments

Comments
 (0)