home recent topics recent posts search faq  

Huagati Systems Support Forum



register | lost password   open id sign in with Twitter
Messages in this topic - RSS

Home » Huagati DBML/EDMX Tools Support » Version updates/changes

Support forum for Huagati DBML/EDMX Tools
pages: 1 2 | the topic is closed | show rated messages only |
8/5/2009 7:52:49 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
This thread is for version update notifications and version history.

Subscribe to this thread to receive email notifications whenever it is updated.

Update 14 Oct 2010: Removed version history prior to version 1.91.
edited by Kristofer on 10/14/2010
0 permalink
7/29/2010 9:17:04 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.91
----

- EFv4 (VS2010): Added Model Comparer for Entity Framework 4.0 models (requires a license issued during 2010)
- VS2010: Added button to bring up the Visual Studio data connection dialog from the add-in's connection dialog
0 permalink
8/10/2010 3:20:55 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.92
----

- VS2010 EFv4 Model Comparer: Improved handling of default values, and user-definable settings for mapping default constraints to EF store generated patterns
- VS2010 EFv4 Model Comparer: Saving the connection string for a model with no or invalid connection string will also update app.config/web.config as appropriate
- VS2010 EFv4 Model Comparer: Improved handling of schema namespace aliases in model
- VS2010 EFv4 Model Comparer: Model comparer window persists last window state and position/size
- VS2010 EFv4 Model Comparer: Added settings dialogs for compare options and CSDL naming options
- VS2008/VS2010 L2S Update Model: Added support for 'schema less' mode - stripping schema information from L2S entities
edited by Kristofer on 8/17/2010
0 permalink
8/17/2010 11:53:08 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.93
----

- VS2010 EFv4 Model Comparer: Added 'reports' tab and report templates for generating printable diff-reports
- VS2010 EFv4 Model Comparer: Fix: only apply identity default constraint rules to PK members
- VS2010 EFv4 Model Comparer: Fix: "returnvalue" was not reset if a scalar function was replaced by a stored procedure with the same name
0 permalink
8/23/2010 1:35:41 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.94
----

- VS2010 L2S Update Model from DB: Improved performance and reduced 'chattiness' with significantly fewer DB roundtrips. (VS2010 only)
- L2S Update Model from DB: Fixed issue where FK constraints would not be detected properly and added to model.
- L2S Update Model from DB: Fixed inconsistencies and possible exception when switching back and forth between schema-less mode and normal mode.
0 permalink
8/31/2010 10:02:24 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.95
----

- VS2008 L2S Update Model from DB: Backported performance improvements introduced to the VS2010 version of the add-in (1.94) to the VS2008 version (1.95).
- VS2010 EFv4 Model Comparer: Corrected rendering issue in Model Comparer reports caused by the browser running in IE7 compatibility mode.
- VS2010 EFv4 Model Comparer: Various minor internal fixes and optimizations.
- VS2010 EFv4 Model Comparer: If an table or indexed view has no primary key but has a unique clustered index, the unique clustered index will be treated as the PK when generating SSDL entities.
- VS2010 EFv4 Model Comparer: Corrected mapping resolution issue for TPT inherited entities.
- VS2010: Shuffled around items in the EDMX tools dropdown menu (old features superseded by the model comparer in a separate section)
- EFv4 (VS2010) EDMX file wrapper: Exposing base type and subtype accessors in ModelEntityType class.
0 permalink
10/13/2010 12:37:29 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.97
----
- VS2010 EFv4 Model Comparer: Added additional attribute cleanup when changing data type for entity members (e.g. due to db-column data type changes)
- VS2010 EFv4 Model Comparer: Added setting for what inheritance strategy to use when generating SSDL from CSDL (TPT, TPH, or TPC)
- VS2010 EFv4 Model Comparer: Several fixes and improvements in handling of entity inheritance
- Linq-to-SQL sync: Fixed issue where associations / foreign keys from/to tables using T-SQL keywords, ODBC keywords, or 'T-SQL future keywords' were not properly recognized
- Linq-to-SQL sync: Fixed issue where having entities not associated with a table could cause a NullReferenceException
- Fixed issue where the base type for entities was not identified properly when generating optional/required interfaces.

1.96
----
- VS2010 EFv4 Complex Type Generator: Fixed issue where complex type members on new complex types could get values on attributes irrelevant for their data type (prec/scale/maxlength)
- Linq-to-SQL sync: added exception handling if VS is unable to re-open the DBML-file after updating.
edited by Kristofer on 10/14/2010
0 permalink
10/22/2010 12:59:16 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.98
----


- VS2010 EFv4 Model Comparer: Fixes for handling reversed associations
- VS2010 EFv4 Model Comparer: Fixes for handling independent associations (no exposed FK member)
- VS2010 EFv4 Model Comparer: Fixes for handling associations involving subtypes within inheritance hierarchies
- VS2010 EFv4 Model Comparer: Improved error handling, exception recovery, and exception reporting
0 permalink
10/28/2010 1:29:01 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
1.99
----

- VS2010 EFv4 Model Comparer: Changed member order in storage entities generated from conceptual model entities with inheritance
- VS2010 EFv4 Model Comparer: Added new context menus to the root elements in the CSDL and SSDL trees, allowing quick access to clearing SSDL+MSL or CSDL+MSL from the model ("start from scratch")
- VS2010 EFv4 Model Comparer: Added new 'model first' settings: split database object names with underscore, make names all lowercase, default schema, table names based on set or type name
- VS2010 EFv4 Model Comparer: Improved handling of situations where matching SSDL and CSDL exist, but MSL mappings are missing
- VS2010 EFv4 Model Comparer: Fixed null reference exception when generating CSDL many-to-many associations from SSDL junction entitysets
- VS2010 EFv4 Model Comparer: Added protection against overlapping navigation properties
- Naming rules (L2S and EF): adjustments to pluralization rules for some words
- Linq-to-SQL sync: new option allowing alphabetical sort order for member properties
- General: fixed null reference exception that could occur if project config file couldn't be located
0 permalink
11/9/2010 8:24:33 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.10
----

- VS2010 EFv4 Model Comparer: Fixed null reference exception that could occur when removing SSDL entities corresponding to dropped tables
- VS2010 EFv4 Model Comparer: Fixed issue where navigation properties could get orphaned when the corresponding associations were dropped
- VS2010 EFv4 Model Comparer: Fixed issue where association set mappings could get orphaned in MSL when corresponding associations were dropped from the model
- VS2010 EFv4 Model Comparer: Fixed issue where function import mappings could get orphaned in MSL when corresponding functions/functionimports were dropped from the model
0 permalink
11/29/2010 11:55:58 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.11
----

- EFv4 (VS2010) EDMX file wrapper: added documentation (xml doc, and mshelp file) for 3rd party consumption of the library
- VS2010 EFv4 Model Comparer: Improved visual feedback on differences and unsupported types/unsupported functions
- VS2010 EFv4 Model Comparer: Removing old update-comments to avoid filling the EDMX file header with update comments.
- VS2010 EFv4 Model Comparer: Fixed issue where navigation properties for multiple identical recursive relationships on a single table couldn't be added to the model
- VS2010 EFv4 Model Comparer: Fixed issues where navigation properties for changed FKs wasn't updated properly
- VS2010 EFv4 Model Comparer: Various UI adjustments when showing modified members, modified FKs/associations etc
- VS2010 add-in: reduced the interactions with .csproj/.vbproj project files to avoid unnecessary checkouts
- VS2010: Workaround for .net 4.0 framework bug that could cause the license signature verification to fail
0 permalink
12/1/2010 12:01:39 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.12
----

- VS2010 add-in: Added support for SQL Azure
- VS2010 EFv4 Model Comparer: Changed new added entities to show up as expanded instead of collapsed/minimized in the designer
0 permalink
12/13/2010 10:31:14 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.14
----

- Displaying additional column information (default value, key membership, collation etc) in addition to name and type the db tree
- Fixed regression issue where the model comparer would show independent associations as changed, even if not changed.
- Adjusted model comparer report templates to include additional details about changed associations
0 permalink
12/17/2010 11:03:00 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.15
----

- New WiX-based installer: the add-in files are now installed under Program Files [(x86)] instead of Visual Studio's default add-in location to avoid .net assembly trust issues
- Changed the location of add-in config files from the add-in directory to %localappdata%\huagati
0 permalink
12/21/2010 11:01:57 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.16
----

- Added new feature for inferring foreign keys in EFv4 models generated from DBs with missing FKs. Described in more detail at http://huagati.blogspot.com/2010/12/inferring-foreign-key-constraints-in.html
edited by Kristofer on 12/21/2010
0 permalink
1/7/2011 10:25:01 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.17
----

- VS2010 EFv4 Model Comparer: Added a regex-based matching option for the FK inference feature in the Model Comparer
- VS2010 EFv4 Model Comparer: Added sub-item count in the model comparer's diff trees
- VS2010 EFv4 Model Comparer: Fixed issue where foreign key constraints with space in the name could result in a model validation error
0 permalink
1/7/2011 10:25:14 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.18
----

- VS2010 EFv4 Model Comparer: Added 'create schema ...' statements to model-first SQL-DDL output for missing schemas.
- VS2010 EFv4 Model Comparer: Tweaked regex matching option in the FK inference feature.
- VS2010 EFv4 Model Comparer: Added role name as prefix to key columns in junction tables for many-to-many associations generated in model first scenarios.
- VS2010 EFv4 Model Comparer: Fixed issue where adding a foreign key constraint to the model without adding the principal and referenced tables could result in an exception.
- VS2010 L2S model sync: Fixed issue where connection string for file based datasources was persisted with absolute path instead of relative path
0 permalink
1/17/2011 12:47:55 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.19
----

- EDMX file wrapper: Fixed issue where CSDL associations with uneven key definitions could trigger an exception during key enumeration
0 permalink
1/17/2011 12:48:20 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.20
----

- EDMX file wrapper: Additional model info is now attached to exceptions thrown by various EDMX DOM methods
- EDMX file wrapper: Added support for redistribution licenses
0 permalink
1/27/2011 12:28:40 PM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 331
2.21
----

- External name tool interfaces: added parent object name to the external name tool method calls.
- VS2010 EFv4 Model Comparer: Fixed issue where invalid role names in associations or roles pointing to the wrong entity could result in an exception.
- VS2010 EFv4 Model Comparer: Fixed issue where changed scalar members in TPH structures was repeated (duplicated) once for every type the member belong to.
0 permalink
pages: 1 2 | show rated messages only | the topic is closed |

Home » Huagati DBML/EDMX Tools Support » Version updates/changes





Powered by Jitbit Forum 7.1.0.0 © 2006-2011 Jitbit Software