Versions Compared

Key

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

For a full change log of all the new features and bug fixes for each version of PLINQO be sure to look at the PLINQO Release Blog.

PLINQO 5.2

  • Added support for Generator 7.x.
  • Added support for .NET 4.5 and Visual Studio 2013

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)

...