Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PLINQO 5.2

  • Added support for Generator 7.x.Added support for .NET .Net 4.5 and Visual Studio 2012/2013.
  • Fixed a bug where an exception would be thrown when trying to add an association that contains a column that was is not a supported db type (E.G., spatial types).
  • Fixed a bug where Visual Studio Solutions wouldn't open automatically.
  • Fixed a bug where a VB Compiler error would occur when generating functions with Xml Serialization enabled.
  • Fixed a issue where VB access modifiers could be incorrectly generated.
  • Fixed a bug where ToPlural could return a lowercased resolved mapped name.
  • Fixed a query extensions compiler error that would occur for non nullable XML columns (Operator '=' is not defined for types 'System.Xml.Linq.XElement' and 'System.Xml.Linq.XElement'.)

PLINQO 5.1

  • Added support for Generator 6.x.
  • Add MemCached Provider to PLINQO.
  • Added IncludeManyToMany option.
  • Updated Entities to support Nullable Composite Key assignment.
  • Updated RuleManager and added Remove method.
  • Added additional ClearCache methods.
  • Updated interfaces for many associations to be IEnumerable instead of IList, this allows for comparability with .NET 3.5
  • Various Performance Improvements when generating.
  • Database columns that have the type of Geography and geometry will now be skipped.
  • Make sure that no lazy loading happens while doing a detach.
  • Fixed a bug with Xml Comments not being escaped and two bugs where invalid syntax was used.
  • Fixed a bug that could cause the CacheManager to remove the wrong cache entry.
  • Fixed a bug with PLINQOS IncludeXmlSerialization support and Binary Columns.
  • Fixed a Compiler Error with Visual Basic Function Support.
  • Fixed a bug in the  Visual Basic Query Extensions.
  • Fixed a bug with the Generated Interfaces not importing the entity namespace. This effected complex column properties..
  • Fixed a bug where existing Member Names starting with a digit where treated as valid names. If a memeber names starts with a digit, we will update it!
  • Fixed a NullReferenceException in LinqToSqlDataContextProvider.GetDataContext(IQueryable query)

...