We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a24a1 commit 50a88e2Copy full SHA for 50a88e2
src/main/java/io/github/utplsql/api/reporter/Reporter.java
@@ -17,6 +17,7 @@ public abstract class Reporter implements SQLData {
17
public Reporter() {}
18
19
public Reporter init(Connection conn) throws SQLException {
20
+ setSelfType(getSQLTypeName());
21
setStartDate(new java.sql.Date(Calendar.getInstance().getTimeInMillis()));
22
setReporterId(DBHelper.newSysGuid(conn));
23
return this;
0 commit comments