Hi, You are right. I wanted to change it, but then it looks like I forgot... Too bad, now the message is '(Message 08004 not found)'... I will fix this in the next release. I'm sorry about that.
Regards, Thomas On Sun, Apr 10, 2011 at 2:51 AM, litailang xianghou <[email protected]> wrote: > 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. > > -- 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.
