Release Notes - 1.0


  • 1.0.4-funcrel

    1.0.4-funcrel
    Adds support for CREATE Table statements in JEE SQL Queries.
  • 1.0.3-funcrel

    1.0.3-funcrel
    Missing tables and procedures objects generated by this extension have been changed from the “external” to “internal” object type category. As a result of this change, objects are now visible in the Transactions > Data Entities section in CAST Imaging/Console.
    Added support for Missing Tables and Procedures for Java JSP projects.
  • 1.0.2-funcrel

    1.0.2-funcrel
    Fixed missing procedure object created from a CREATE INDEX statement.
    Missing System Objects are now created. They have a specific property named “System object”.Create missing system objects
  • 1.0.1-funcrel

    1.0.1-funcrel
    Added Missing Table objects and links for ORM CRUD operations not linked with a SQL Table.Added support for CRUD ORM operations
  • 1.0.0-funcrel

    1.0.0-funcrel
    First functional release.
  • 1.0.0-beta5

    1.0.0-beta5
    Added common metamodel category for Missing Procedures : CAST_SQLScript_MissingProcedure_Procedure.
  • 1.0.0-beta4

    1.0.0-beta4
    Fixed analysis warning during Run Extension at application level SQL analysis resolving queries:AttributeError: ‘NoneType’ object has no attribute ’lower’.
  • 1.0.0-beta3

    1.0.0-beta3
    Fixed an issue causing missing table objects to be marked as internal for some projects.
  • 1.0.0-beta2

    1.0.0-beta2
    Support has been added in com.castsoftware.sqlanalyzer 3.6.12-funcrel for the “JPQL FETCH JOIN” syntax. As such, for embedded SQL queries containing “SELECT a FROM a join fetch a.x”, the com.castsoftware.jee.missingtable extension will no longer add a Missing Table named “fetch”.
  • 1.0.0-beta1

    1.0.0-beta1
    An improvement has been added to ensure that SQL queries are filtered by language. In addition, system tables and built-in functions will now be ignored.
  • 1.0.0-alpha1

    1.0.0-alpha1
    Initial release of the extension.
    This extension will add missing tables/procedures directly from JEE Embedded SQL Queries. See https://doc.castsoftware.com/display/TECHNOS/Missing+tables+and+procedures+for+JEE+-+1.0external link for details.Add missing tables/procedures