deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

DAO "Create" Function SQL Showing Un-parsed XML #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. Select Table
2. Select Template "PrototypeCFM"
3. Type CFC path
4. Click Generate
5. Click "dao" tab

Expected output:
<cfqueryparam value="#arguments.blah.getAddress3()#"
CFSQLType="cf_sql_varchar" />" null="#not
len(arguments.blah.getAddress3())#" />

Generated output:
<cfqueryparam value="#arguments.blah.getAddress3()#"
CFSQLType="cf_sql_varchar" />" null="#not
len(arguments.blah.get<xsl:value-of select="@name" />())#" />

What version of the product are you using?
rev 122

On what operating system?
Ubuntu Linux 7.10 (client and server)

Please provide any additional information below.
MySQL 5.x DB

Original issue reported on code.google.com by mySpa...@gmail.com on 7 Apr 2008 at 4:54

GoogleCodeExporter commented 9 years ago
this error is fixed in the subversion repository and will be included in the 
next build.

Original comment by brian.ri...@gmail.com on 23 Apr 2008 at 7:12