[TYPO3-core] RFC: #9620: Missing function SELECT_mm_query

David Bruchmann typo3-team-core at bruchmann-web.de
Sat Aug 15 18:20:52 CEST 2009


----- Ursprüngliche Nachricht -----
Von:        Steffen Kamper <info at sk-typo3.de>
Gesendet:   Samstag, 15. August 2009 18:08:52
An:         typo3-team-core at lists.netfielders.de
CC:
Betreff:    Re: [TYPO3-core] RFC: #9620: Missing function SELECT_mm_query
> Hi,
> 
> David Bruchmann schrieb:
>> Sorry, I found another point:
>>
>> $res = mysql_query($query, $this->link);
>>
>> in exec_SELECT_mm_query()
>>
>> should be
>>
>> $res = $this->sql_query($query, $this->link);
>>
>> Shouldn't it?
>>
> 
> no, see other functions like exec_SELECTquery, exec_DELETEquery etc., 
> all simular code.
> 

makes it harder to maintain in dbal.
The mentioned functions should be changed too, in my opinion.
Wrappers should be used as far as possible, I think.

Best Regards
David


More information about the TYPO3-team-core mailing list