[Serusers] Writing a module

Jan Janak jan at iptel.org
Tue Oct 11 17:06:54 CEST 2005


On 11-10-2005 14:57, Alan wrote:
> Hi,
> 
> I'm in the process of writing a module and was wondering if it was possible to perform SQL JOINS with the db query method?

  No, but you can use raw_query function instead (it would make your module
  rely on one database unless you use standard SQL query).

    Jan.




More information about the sr-users mailing list