You are not logged in.
Pages: 1
Hello,
I have a backend for an Android app that worked without problems when running this code:
FOrden := TOrdenProduccion.CreateAndFillPrepare(DBController.CMain, 'NroOrden=? AND EsMatriz=0 AND IdMaquina=0 '
+ '/*nocache*/', [lIdOrdenStr])
this doesn't work anymore since the commit of 15-01-21 (fixed TSynTableStatement parsing), and it seems that the /*nocache*/ isn't parsed in the same way as before.
should I avoid using nocache there?
Thanks
Offline
You are right.
This was a regression: the "adapt SQL" feature was not ignoring the comments.
Please check https://synopse.info/fossil/info/56a6ad9508
Offline
Great,
it now works,
Thanks!
Offline
Pages: 1