Hi there,

I’m using reactorFactory.getxml() to build my custom plugins but reactor is failing on a specific table where I have a default value.

 

I debugged it and the problem is on the ObjectDao when calling

 

                <cfset Field.default = getDefault(qFields.default, Field.cfDataType, Field.nullable) />

 

Which if I dump at the end the Field Object I have for default value: [undefined struct element]

 

The query in readFields function returns for that field the default value (‘PT’) but It’s translated in SQL when inserting new records as PT.

This issue existed previously with the newId() as default value for string type.

 

Can anyone confirm this behavior so it can be logged as a bug?

 

Thanks,

 

João Fernandes
Dep. Informática - Área de Desenvolvimento
Cofina media

Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel (+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]

 


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to