Hi.

ErrorCode.java still returns 8004 for WRONG_USER_OR_PASSWORD.

I think following constants shoud be 28000.

ErrorCode.java (rev 3556)
line 74:    public static final int WRONG_USER_OR_PASSWORD = 8004;

and following case statement should return "28000" too.

ErrorCode.java (rev 3556)
line 1907:        case WRONG_USER_OR_PASSWORD: return "08004";


Regards,
litailang

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to