audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
125 stars 77 forks source link

Not working for MSSQLserver database Isusse #49

Open kri0290 opened 7 years ago

kri0290 commented 7 years ago

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

mstorfjo commented 7 years ago

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.