Menu

#162 "Copy-paste" bug in wxSQLite3FunctionContext::ExecAuthorizer()

Subversion_TRUNK
closed-fixed
wxsqlite (1)
5
2013-08-29
2013-08-29
madnut_ua
No

Seems, like should be:
return (int) ((wxSQLite3Authorizer*) func)->Authorize(localType, locArg1, locArg2, locArg3, locArg4);

instead of:
return (int) ((wxSQLite3Authorizer*) func)->Authorize(localType, locArg1, locArg2, locArg3, locArg3);

Discussion

  • Ulrich Telle

    Ulrich Telle - 2013-08-29
    • status: open --> closed-fixed
     
  • Ulrich Telle

    Ulrich Telle - 2013-08-29

    Thanks for reporting this bug. Obviously it was there right from the beginning when this method was implemented years ago. As far as I know the authorizer is fortunately not used frequently. So I assume it's not a critical bug. Nevertheless I have already fixed it in the wxCode SVN.

     

Log in to post a comment.

MongoDB Logo MongoDB