Primary Key Column Specification
Written by Peter McKane   
Monday, 04 December 2006
The ability to choose the columns in which to make the UPDATE WHERE clauses work has been added. You can now simply specify which column that you want to make comparisons to in your Update queries. The option to produce queries where you can INSERT new rows where they dont exist but UPDATE existing rows is also in development and should be complete in the next few days, as well as composite keys recognition for UPDATE queries.