kiss! Changelog

What's new in kiss! 4.0.0.0

May 8, 2015
  • Connect to MySQL 5.6 (InnoDB) in addition to Microsoft SQL Server (2008-2014).
  • Reverse engineer MySQL 5.6 databases in addition to Microsoft SQL Server.
  • Generate MySQL 5.6 C.R.U.D. stored procedures.
  • Manage MySQL 5.6 patch scripts.
  • Test manually written MySQL 5.6 scripts.
  • Generate WCF Web Services in addition to ASP.NET Web Services.
  • Generate Object Relational Mapping (ORM) based on Data Model database Foreign Keys (Data Access Layer (DAL), Business Logic Layer (BLL) and Web Services.
  • User Interface improvements.
  • C.R.U.D. Wizard configuration storage.
  • SQL ALTER Script generation for most frequent development actions: Add (Table & Field), Drop (Table & Field), Rename (Table & Field) and Change Field Data Type.
  • SQL Transactions added to SQL Templates for MySQL 5.6 (InnoDB) and Microsoft SQL Server (2008-2014).
  • Related Tables now shown in Database Schema form.
  • Various bug fixes and optimization.

New in kiss! 3.0.0.0 (May 6, 2015)

  • Adjust Data Model Database: Changes to the Data Model are implemented in the Data Model Database.
  • Synchronise kiss!: Changes in the Data Model Database must be synchronised in kiss! by Synchronising the Data Model and Validating Table Manifests. ALTER SQL Scripts can be generated for common actions Add (Table & Field), Drop (Table & Field), Rename (Table & Field) and Change Field Data Type.
  • Validate Table Manifest(s): Check Table Manifests shown in red for fields to be added to Data Model.
  • Generate Code & SQL: When kiss! has finished synchronising new Code & SQL can be generated to take account of the Data Model.
  • Execute SQL on Test Database: When Code & SQL have been generated SQL (both generated and manual SQL scripts) can be tested against the Test Database.