by websolete | Nov 29, 2007 | ColdFusion, DBX, SQL Server
Fixed minor js issue which prevented DBs without fulltext enabled to render the detail view page.
by websolete | Sep 9, 2007 | ColdFusion, DBX, SQL Server
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...
by websolete | Aug 29, 2007 | ColdFusion, DBX, SQL Server
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...
by websolete | Jul 7, 2007 | ColdFusion, DBX, SQL Server
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...