roxen.lists.roxen.general

Subject Author Date
Bug in emit tag? Marc Dirix <marc[at]electronics-design[dot]nl> 14-04-2008
I'm using Roxen 5.0.0

I might have found a bug in the emit sql plugin.

I use the folloming query:

<emit source="sql" query="SELECT replace(name,' ','&nbsp;') as name from
iitems;
" >
&_.name;
</emit>


The database gets!:

SELECT replace(name,' ',' ') as name from iitems;

How is this possible?

Marc