DBX 10.0.4 Released

Very minor release which adds an option in the code generator to insert a table alias for select and update queries when using owner.table.column naming syntax. Ideally, all queries should be written in the verbose owner.table.column syntax for performance reasons...

DBX 10.0.3 Released

New in this version: Null Handler ———— Added null attribute handler code for cfqueryparam/cfprocparam in code generator. When off, these tags will always contain a null="false" attribute; when on, the null attribute will be injected...

DBX 10.0.1 Released

New in this release: – dropped support for CF5 – dropped support for SQLServer 7 – Much better (complete?) SQLServer 2005 compatibility; both native SQL2005 mode and SQL2000 compatibility mode – Cookie data encrypted (obfuscated) – Look...