As time permits I'm one by one knocking off the problems I've discovered with Oracle and Reactor/Model Glue.

Before requesting this change in Track this I want to make sure there isn't a good reason for the way the way the code is currently.

In Model Glue Unity Scaffolding the views were ordering the fields alphabetically instead of in the order that they appear in the table only for Oracle.

The fix to this problem is in
D:\Inetpub\wwwroot\reactor\data\oracle\ObjectDao.cfc
readFields()

qFields needs to have
ORDER BY COLUMN_ID
at the end of it.

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

Reply via email to