Version History

Display:


v3.13

  • Fixed : Exported Aurelius dictionary now also includes parent properties and associations, when the exported entity class is inherited from another entity class. Ref: https://support.tmssoftware.com/t/dictionary-with-inheritance-joined-tables/15429.

v3.12

  • Fixed : Exported dictionary now also exports properties related to many-valued associations. Ref: https://support.tmssoftware.com/t/dictionary-for-one-to-many-relations/17994/9.

v3.11

  • Fixed : Firebird importer was creating domains even for internally created data types. Ref: https://support.tmssoftware.com/t/firebird-reverse-engineering-too-many-domains-created/17595.

v3.10

  • New : TMS Aurelius export now generates the new TMS Aurelius dictionary.
  • New : Customization script now supports creating "var" section and inline variable declaration.
  • New : Customization script now provide much more classes that allow outputting more Pascal constructions: const sections, var declarations, if, for, for each, while, try..finally and try..except structures, parameter default value.
  • Improved : Interbase connection settings dialog now also filters database files by .ib extension.
  • Fixed : ElevateDB importer didn't work correctly with databases when two or more foreign keys (relationships) had the same name.

v3.9

  • Fixed : Singularization of word "Status" was wrong in TMS Aurelius export;
  • Fixed : Singularization of word "Status" was wrong in TMS Aurelius export;
  • Fixed : Firebird 3.0 database importer was incorrectly importing some system domains.
  • Fixed : Firebird 3.0 database importer was incorrectly importing some system domains.

v3.8.0.1

  • Fixed : Could not import SQL Server databases with dot (.) in their names.

v3.8

  • New : "Export Image" button allows exporting the whole diagram to an image file.

v3.7

  • Improved : Project/version comparer now allows user to copy the current diff script to clipboard.
  • Improved : Project check for SQL Server now warns user if there are two or more primary keys in the project with the same name.
  • Fixed : Access Violation when opening a project in a computer with a default printer that has more than 256 paper sizes defined.

v3.6

  • Fixed : SQLite import was failing when types like "NUMERIC(10 , 4)" had a space before the comma in the original SQL.

v3.5

  • New : PostgreSQL connection settings now offers the option to choose the database schema to import structure from.

v3.4

  • New : IsStatic boolean property in TCodeMemberMethod, TCodeMemberField and TCodeMemberProperty objects allow creating static (class) methods, fields and procedures using customization script.

v3.3.9

  • Fixed : SQLite import was failing when -- comments were preceded by parenthesis

v3.3.8

  • Fixed : SQLite trigger procedures were being generated in a single line
  • Fixed : SQLite import was failing when field identifiers had non-Latin characters
  • Fixed : SQLite import was failing when -- comments were preceded by comma
  • Fixed : SQLite import sometimes was incorrectly importing the referenced field in a relationship

v3.3.7

  • Fixed : Error "column reference 'oid' is ambiguous" when importing PostgreSQL 12 databases.

v3.3.6

  • Improved : Support for XMLType data type in Oracle.

v3.3.5

  • Fixed : Before generating DROP COLUMN statements in SQL Server, it's now generating DROP CONSTRAINT statements associated to the column.
  • Fixed : "More colors..." option was not working for fill and text color of diagram objects.

v3.3.4

  • Improved : Added support for range types in PostgreSQL (daterange, int4range, etc.)

v3.3.3

  • Fixed : Firebird 3 did not include data type "Numeric (Identity)"

v3.3.2

  • New : PostgreSQL 11 support, avoiding the error "p.proisagg does not exist. perhaps you meant to reference the column p.prolang"

v3.3.1

  • Improved : Arguments for OnClassGenerated event now includes references to Table and Sequence attribute. Used in the example Adding Schema Name to Table Attribute.
  • Fixed : Performing project checking in ElevateDB projects now reports wrong field size for char/binary fields with size higher than 1024.

v3.3

  • New : "Scripting" button in Tools tab in ribbon, opens a full scripting IDE for low-level and advanced manipulation of the existing data dictionary.

v3.2.6

  • Improved : List of tables in the Generate Script dialog is now sorted.
  • Fixed : PostgreSQL database importer was not correctly retrieving foreign keys with same name in different tables.
  • Fixed : Fields in primary keys were being nullable when using nullable domains. It broke backward compatibility, fields in primary keys should always be not null.

v3.2.5

  • Improved : There is now a check box "Specific" for the "Not null" field. When the field has a domain associated to it, this new check box allows explicitly control if the NOT NULL flag should come from domain or you would want to ignore the domain setting and use a specific value for the field.

v3.2.4

  • Fixed : Foreign keys with multiple fields (relationships with composite keys) not being correctly imported from Oracle databases.

v3.2.3

  • Fixed : Project window maximizing automatically in some situations.
  • Fixed : Null/NotNull checkbox was disabled for fields associated with logical domains.

v3.2.2

  • Fixed : SQL Server ALTER TABLE ADD COLUMN statement was not including constraint name for default values.

v3.2.1

  • Fixed : Firebird behavior with domains: size, not null and constraint was not being retrieved from domain.

v3.2

  • New : Support for Interbase 2017
  • Fixed : Firebird/Interbase connection was not working in some situations
  • Fixed : Error when importing MySQL 8 databases (Table 'mysql.proc' doesn't exist)

v3.1.2

  • Fixed : Data Modeler version information in VCL Subscription Manager showing incorrect after automatic update.

v3.1.1

  • Fixed : SQLite database import was wrongly considering SQLite "TEXT" datatype as a (char) blob. Now it's considered as regular string (VARCHAR).
  • Fixed : Importing SQLite tables with field names starting with number was raising error.

v3.1

  • New : Database metadata objects available in customization script events.

v3.0.3

  • Fixed : Connecting to MS SQL Server LocalDB was raising an error "SQL Server does not exist or access is denied"

v3.0.2

  • Fixed : Exporting descriptions with single quotes to Aurelius classes was generating invalid Pascal code. The single quotes are now duplicated to form valid Pascal strings.

v3.0.1

  • New : OnUnitGenerated event in TMS Aurelius Export customization script.
  • Improved : Table list in Mappings Tab of TMS Aurelius Export Dialog is now sorted in alphabetical order.
  • Improved : Added OID type for PostgreSQL databases.

v3.0

  • New : Source code preview in Aurelius export.
  • New : Option to export TMS Aurelius classes to several different units.
  • New : Modern User Interface.
  • New : Model names in TMS Aurelius export.
  • New : Customization scripts in TMS Aurelius export.
  • Improved : Documentation has received a significant review.
  • Fixed : Checkboxes for defining specific default and check constraint were not being enabled correctly.
  • Fixed : "Access Violation" error when clicking Exit or double click menu button.

v2.8.1

  • Fixed : SQL Server primary key constraint ignoring field order (asc/desc)

v2.8

  • Improved : Register entities option checked by default (Aurelius Export)
  • Improved : Installers for trial and registered versions now signed to minimize Windows warnings and false antivirus alerts
  • Improved : AllButRemove is default option for association cascade type (Aurelius Export)
  • Fixed : Data Modeler not appearing as "installed" in TMS Subscription Manager

v2.7

  • New : Firebird 3 support

v2.6.1

  • Fixed : When generating Aurelius classes, constructor implementation is now calling inherited constructor

v2.6

  • Improved : PostgreSQL support for data types JSON and JSONB

v2.5

  • New : Option to explicitly define the type of the field/property when exporting model to Aurelius classes

v2.4

  • New : Support for PostgresSQL

v2.3

  • New : Zoom tab in ribbon makes it easier to define diagram zoom, zoom to 100% or zoom to fit all
  • New : Export to Aurelius allows defining cascade types for associations
  • New : Advanced connection options for ElevateDB databases
  • Improved : Trigger editor now expands to the whole window area making it easier to write trigger code
  • Fixed : Several errors reported by automatic error report (mostly Access Violations in some specific situations)

v2.2

  • New : Diagram navigator allows overview of entire diagram and easy navigation/zooming using navigation cursor
  • Improved : Automatic selection of last used connection when importing database structure
  • Fixed : Timestamp fields correctly imported from Oracle databases
  • Fixed : Rare AV when generating Aurelius classes unit
  • Fixed : Oracle reverse engineering was retrieving wrong size for NVarchar2 fields
  • Fixed : MySQL reverse engineering was not correctly importing multi-column foreign keys
  • Fixed : Import SQLite tables with /*..*/ comments in DDL command
  • Fixed : ElevateDB reverse engineering was retriving foreign keys incorrectly when composed of more than one field

v2.1

  • New : Support for ElevateDB Unicode Server (in addition to existing support to ANSI servers)
  • Improved : Support for Windows 8
  • Improved : ElevateDB server name configuration can accept both IP address and host name
  • Improved : Connection settings in NexusDB reverse engineering now displays available servers automatically
  • Fixed : Incorrect NexusDB reverse engineering when connecting to 3.10 and 3.11 databases using internal server

v2.0

  • New : TMS Aurelius Export: option to define Sequence attribute for each entity class
  • New : Licensing tool which provides a much better, easier way to register Data Modeler
  • New : Find toolbar button makes easy to find a table in diagram by name
  • New : "Duplicate table" feature available in diagram toolbar button and popup menu in table list
  • Improved : Id properties exported to TMS Aurelius are now read-write instead of read-only.
  • Improved : Better error message when exporting to Aurelius source code fails due to file system error

v1.9.1

  • New : Support for TGuid properties and Guid/Uuid generators in Aurelius export
  • New : Option to display relationship description/caption in diagram
  • Improved : SQLite reverse engineering sets a default size for varchar and decimal data types, when not specified
  • Improved : Firebird now differentiates unique indexes from unique constraints
  • Improved : Clearer message when updating Data Modeler to avoid confusion with Windows/Data Modeler restart
  • Improved : Better error message when trying to use unsupported versions of MySQL server
  • Improved : Better detection of Firebird/Interbase database server version
  • Fixed : Wrong Alter Table statement in Firebird databases (add non-nullable column)
  • Fixed : When adding new trigger, syntax was incorrect for Firebird database
  • Fixed : Uncommon error when importing Firebird databases (RDB$DESCRIPTION column unknown)
  • Fixed : Script viewer window now being presented correctly in multi-monitor desktops
  • Fixed : Multi-line descriptions now handled correctly when exporting to Aurelius classes
  • Fixed : Issues with SQLite reverse engineering (incorrect SQL parsing)
  • Fixed : Aurelius source generator now generates Int64 properties for database fields of type BIGINT and equivalents
  • Fixed : Aurelius exporting foreign key fields that were part of primary key was incorrect when the property name was being changed manually by the user
  • Fixed : All reproduceable automatic error reports up to release date
  • Fixed : Access Violation in Aurelius source code generator (automatic report)

v1.9.0.0

  • New : Support for SQLite 3.7 databases
  • New : Option for specifying dynamic properties in class when exporting to TMS Aurelius
  • New : Aurelius export now has an option to singularize table names (convert plural table names into singular class names)
  • Improved : Project check now checks if fields in a relationship have the same size, besides being of same type
  • Improved : Hint for recent files in menu makes it easier to see full file name
  • Improved : Better saving of form position and state (maximized/minimized)
  • Fixed : Parent and child fields in relationship could have different data types in some cases (varchar with different sizes)
  • Fixed : MySQL drop index and drop foreign key statements had incorrect syntax
  • Fixed : Issue with ribbon menu when windows is set to use big-sized fonts
  • Fixed : Internal issue with having duplicated id's for objects
  • Fixed : Duplicated drop constraints in sql server when both default value and constraint default name were changed
  • Fixed : Double data types were being imported incorrectly in MySQL
  • Fixed : Automatic reports 0001187, 0001162, 0001238
  • Fixed : 0001084 [Comparer] Firebird-Merge Function-Stored Procedure-No input parameters generate a header with an integer type but no variable name
  • Fixed : 0001083 [Comparer] Firebird - Using Merge Function - Stored Procedure scripts Terminator missing
  • Fixed : 0000748 [SQL Script] Check creation order of objects in SQL Script (firebird)

v1.8.0.0

  • New : Window to find a table in diagram using Ctrl+F
  • New : New diagram popup menu options "All Keys and Indexes" in diagram context menu
  • New : Import field descriptions from SQL Server
  • New : Export classes to TMS Aurelius framework
  • New : Diagram popup menu option to create relationship using selected table
  • New : Automatically selects a child field when creating a new relationship if same field name and type as parent
  • New : "Find in Diagram" popup menu option in table list makes it easy to find a table in the diagram
  • New : "Find field..." option to search for fields in field grid in table editor. Can also use Ctrl+Shift+F
  • Improved : Put close button on tabs
  • Improved : Deleting a field causes grid flickering and scrolling
  • Fixed : Dragging a table to a scrolled or zoomed diagram puts the table at wrong position

v1.7.1.0

  • New : Script generation and comparison for object comments (Firebird)
  • New : Object comments imported from Firebird databases in reverse engineering
  • Fixed : Minor bug fixes

v1.7.0.0

  • New : ElevateDB support added
  • Fixed : Various smaller improvements & fixes

v1.6.0.0

  • New : Support for MS SQL Azure
  • New : Check version of database server before perform reverse engineering
  • Fixed : Window state not restored when main form is maximized

v1.5.1

  • New : Persistence of size and position of windows
  • New : Option to set text colour on notes.
  • New : Option "Select all" in diagram context menu.
  • New : Option "Close all except this" in tabs context menu.
  • New : Keyboard shortcuts and context options on interface.
  • Improved : Resizing of controls in table editor.
  • Fixed : Use of NULL/NOT NULL constraints in SQL script for computed columns (SQL Server).
  • Fixed : Not null option in child field created automatically for a non-identifying relationship
  • Fixed : Issues with suggestion of fields in Child Table when creating a relationship.
  • Fixed : Issues with editing of domain fields.
  • Fixed : Issues with editing of check constraint fields.
  • Fixed : Issues in reverse engineering from MySQL databases.
  • Fixed : Issue importing UTF8 defined fields from Firebird databases.

Pricing

Single Developer License Small Team License
 

TMS Data Modeler


€ 105

80 yearly renewal
license for 1 developer


Includes
check  Access to the TMS Support Center
check  Free updates and new releases
MOST POPULAR

TMS BIZ Premium


€ 595

180 yearly renewal
license for 1 developer


Includes
check  Access to the TMS Support Center
check  Free updates and new releases
check  TMS Data Modeler
check  All TMS BIZ products
more_horiz  Discover more
BEST VALUE

TMS ALL-ACCESS


€ 1,795

575 yearly renewal
license for 1 developer


Includes
check  Access to the TMS Support Center
check  Free updates and new releases
check  TMS Data Modeler
check  All TMS BIZ products
check  All TMS products
more_horiz  Discover more
All prices excl. VAT. Renewal price is subject to change and only valid up to 30 days after license has expired. After renewal period a discount price is offered to renew the license.

TMS ALL-ACCESS

key
Get unlimited access to all TMS products
local_offer
One money and time saving bundle

Free Trial

Start a free TMS Data Modeler evaluation today!
arrow_circle_down


What our customers say

I am very excited about the data modeler and how well it creates the Aurelius script. I have just started learning Aurelius and with FMX UI components, Aurelius, the Data modeler and John's new book on MVVM in Delphi I look forward to the next couple of weeks! I believe this to be my breakthrough in producing better applications quicker. I come from a strong database modeling background but have never lost my love for programming. Up to now I always struggled to make the bridge to creating easy cool looking applications fast as I keep on getting tied down in the detail of the GUI as soon as I start. The components you are creating makes a beautiful picture and makes logical sense in my mind to work together as a complete solution for the application layer.

- Johan Swart

- Your product is by far the most pleasant tool to use. No other product even comes close to its ease of use. - It is currently the easiest to use especially for those who neither want or need to have to spend lots of time learning some of the competitor's products. - Data Modeler makes this an almost pleasant experience where you can work with a minimum of technical knowledge or be able to delve deeper where necessary.

- Bill Marshall

I am very happy with you product, it meets just about all of my needs and is great value for money.

- Mike Hamilton

As a developer for 30+ years, and a Delphi developer since 1996, I've a solid foundation on desktop development. But I was skeptical of indulging in web development. Though the market was demanding a switch, it seemed too difficult to make the transition. TMS Software was my "magic bullet" to get me started with zero intimidation. Love their Web Core and XData products. Now I can develop powerful web applications using Delphi. TMS Software has renewed my love for Delphi and won my heart for their innovators. Thanks to the team for great products and a large volume of demos and manuals. You ROCK!

- Larry

In the past I have purchased other components from other parties. I will say proudly that TMS is the best in support, price and style. Whenever I need a help your team is always there to help me. Keep up the good work

- Mohamed Thooloon

TMS WEB Core

language
Create modern web apps in Delphi & VSC
build_circle
Use Object Pascal code to build JavaScript apps