atuttle / Taffy

:candy: The REST Web Service framework for ColdFusion and Lucee
http://taffy.io
Other
226 stars 117 forks source link

Simultaneous access return incorrect data #409

Closed ghendri closed 3 years ago

ghendri commented 3 years ago

When an API is called simultaneously with different arguments, the results are somehow merged together. The issue is not happening when the API is not called simultaneously. I don't think the issue is with database. Have you guys experienced this before? Thanks!

SELECT airSegment.PNRID, carrier, flightNumber, departureDateTime, arrivalDateTime FROM AirSegment WHERE (AirSegment.PNRID = ) ORDER BY AirSegment.segmentNumber;