Re: Quick query question

From: Michael Gentry (mgentr..asslight.net)
Date: Mon Apr 06 2009 - 09:10:10 EDT

  • Next message: John Armstrong: "Re: API wish(es)"

    Maybe instead of:

    Expression expr = ExpressionFactory.inExp("db:" + pkName, idValues);

    Use:

    Expression expr = ExpressionFactory.inDbExp("db:" + pkName, idValues);

    I've never used inDbExp() before, though. It may automatically assume
    the "db:" part, so you might have to omit it.

    mrg



    This archive was generated by hypermail 2.0.0 : Mon Apr 06 2009 - 09:10:44 EDT