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/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
