[Owncloud] Commiting Oracle support tomorrow, beware of SQL without escaped identifiers

Thomas Müller thomas.mueller at tmit.eu
Tue Aug 28 09:05:54 UTC 2012


Am Dienstag, dem 28.08.2012 um 10:57 schrieb eMerzh:
> Please no orm ....
> or at least one that is easily by-passable ... if we use an orm doing
> complex query other than select ...  where a=b is really hard...
> but i agree that it's really easier to do things like update, insert
> or simple selects the problem is to find a light, powerfull and
> bypassable orm.

Have a look at the doctrine query language:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html

I think this empowers us to write even complex queries in an easy way.

Tom



More information about the Owncloud mailing list