Skip to content
Advertisement

Doctrine 2: Update query with query builder

Hi I’ve got the following query but it doesn’t seem to work.

JavaScript

This returns the following error message:

Fatal error: Uncaught exception ‘DoctrineORMQueryQueryException’ with message ‘[Semantical Error] line 0, col 38 near ‘testusername WHERE’: Error: ‘testusername’ is not defined.’ in …

I would be glad of any help

Advertisement

Answer

I think you need to use ->set() It’s much safer to make all your values parameters:

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement