deanlaw / cfcgenerator

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

MSSQL.CFC should exclude MSREPL_TRAN_VERSION from tables list #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Apperently, MSREPL_TRAN_VERSION is an internal column and shouldn't be messed 
with.

I altered line 270:
<cfloop query="variables.tableMetadata"><cfif 
variables.tableMetadata.column_name is not 'MSREPL_TRAN_VERSION'>
and 278: 
</cfif></cfloop>

Original issue reported on code.google.com by tom.chiv...@gmail.com on 10 Sep 2010 at 1:15

GoogleCodeExporter commented 9 years ago
Fixed in next release.

Original comment by tom.chiv...@gmail.com on 13 Oct 2010 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by tom.chiv...@gmail.com on 13 Oct 2010 at 3:25