Thanks for fixing this Doug!! It now means I can fit reactor into my
existing websites.
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Doug Hughes
Sent: 16 January 2007 03:18
To: Reactor Mailing List
Subject: [Reactor for CF] Read-only fields and updates to ObjectDao
 

FYI (in particular to those who wrote database connectors),

To fix bugs #96 and #87 I had to add a new property to field metadata,
readOnly. ReadOnly fields are just what they sound like. 

The purpose is to provide a system where columns that the DBMS allow to
be read, but not updated can not be used within reactor.  Two examples
for MSSQL are rowGuids which are used with replication and computed
columns.  

In the ObjectDao I added a field element, readOnly that is either true
or false depending on the results of the query.  Can developers of
database connectors please be so kind as to mimic what's in the MSSQL
ObjectDao and populate the readOnly field according to your database's
limits? 

Thanks!

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


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

Reply via email to