Re: Failed Query

2020-01-14 Thread OCsite via Webobjects-dev
>>> Yes strange >>> >>> A case issue ? May be try Transaction.PAYMENTINTENTID.ilike() >>> Or a encoding utf8/iso issue … >>> >>> >>> >>> De : Webobjects-dev >>> [mailto:webobjects-dev-bounces+pierre.gilquin=hcuge...@list

Re: Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
ebobjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De >> la part de Gino Pacitti via Webobjects-dev >> Envoyé : mardi 14 janvier 2020 13:34 >> À : WebObjects-Dev Mailing List List >> Objet : Re: Failed Query >> >> Thanks I will give it a go… >>

Re: Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
bjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De la > part de Gino Pacitti via Webobjects-dev > Envoyé : mardi 14 janvier 2020 13:34 > À : WebObjects-Dev Mailing List List > Objet : Re: Failed Query > > Thanks I will give it a go… > > Funny thing is tha

Re: Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
janvier 2020 13:04 > À : WebObjects-Dev Mailing List List > Objet : Failed Query > > Hi > Anyone had experience of queries that should return an object as the row > exists but EOF throws a NoSuchElementException? > > This is some code: > > > Transac

RE: Failed Query

2020-01-14 Thread GILQUIN Pierre via Webobjects-dev
Pacitti via Webobjects-dev Envoyé : mardi 14 janvier 2020 13:04 À : WebObjects-Dev Mailing List List Objet : Failed Query Hi Anyone had experience of queries that should return an object as the row exists but EOF throws a NoSuchElementException? This is some code: Transaction transactionEo

Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
Hi Anyone had experience of queries that should return an object as the row exists but EOF throws a NoSuchElementException? This is some code: Transaction transactionEo = QueryDatabase.TransactionForPaymentIntentIdQuery(customCharge.getPayment_intent(), _ec); public static synchronized Tra