|
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 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
- [Reactor for CF] Bug with MSSQL 2005? João Fernandes
- RE: [Reactor for CF] Bug with MSSQL 2005? Doug Hughes
- RE: [Reactor for CF] Bug with MSSQL 2005? João Fernandes
- RE: [Reactor for CF] Bug with MSSQL 2005? Doug Hughes
- RE: [Reactor for CF] Bug with MSSQL 2005? João Fernandes
- RE: [Reactor for CF] Bug with MSSQL 2005? João Fernandes

