[FLOW3-general] stored procedures in FLOW3/Doctrine?

Karsten Dambekalns karsten at typo3.org
Mon Mar 19 10:47:45 CET 2012


Hi.

On 19.03.12 08:31, Roland wrote:
> thes question may be stupid, but after some discussion with a collegue i
> would like to know if there is any stored procedure in use in FLOW3 or
> Doctrine?

No, FLOW3 doesn't make use of stored procedures (so far).

> if yes: aren't there any issues concerning database indepency?

There would be, but since one can have (and in fact we do have) database
specific migrations, one could tie specific stored procedures to the
database they work with. Thus the problem can be limited in impact.

> if no: why?

Because so far we did not see the need to use them in a way that would
outweigh the extra work needed.

Regards,
Karsten


More information about the FLOW3-general mailing list