You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Reason it is trying to execute create table if not exists audit (identifier VARCHAR(200) NOT NULL,timestamp TIMESTAMP NOT NULL,actor VARCHAR(200) NOT NULL,origin VARCHAR(200),action VARCHAR(200) NOT NULL,elements VARCHAR(70000));
in which if not exists is not supported by mssqlserver. Please have a look
The text was updated successfully, but these errors were encountered:
Hi.
I have the same problem. It looks like the whole framework is not working with anything but hsql. Is this correct? It looks like a minor development issue to implement this.
Using audit4j2.4.1 and Audit4j DB 2.4.1 .
.Reason it is trying to execute create table if not exists audit (identifier VARCHAR(200) NOT NULL,timestamp TIMESTAMP NOT NULL,actor VARCHAR(200) NOT NULL,origin VARCHAR(200),action VARCHAR(200) NOT NULL,elements VARCHAR(70000));
in which if not exists is not supported by mssqlserver. Please have a look
The text was updated successfully, but these errors were encountered: