|
Done. Ticket #35. João Fernandes From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Doug Hughes This is probably not a bug with 2005, but with the latest
code. I removed the field cfc and replaced it with a struct to help
performance and memory issues. This is probably a side effect of
that. Please log as a bug in trac. Doug From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes 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

