RMLNQSQL-170Support for .NET 9
RMLNQSQL-168Removed serialization support on SqlBatchCommandException
RMLNQSQL-167Removed serialization support on UnmappedItemException
RMLNQSQL-166Support for .NET 8
RMLNQSQL-165DateTime.AddDays with property reference may lead to arithmetic overflow in SQL translation
RMLNQSQL-164Integrate Release Process Automation tool
RMLNQSQL-163Support for .NET 7
RMLNQSQL-162Support for SQL Server 2022
RMLNQSQL-161Integrate Moq.VerifiableSequence
RMLNQSQL-160Update to re-motion Build Script 3.0.0-alpha.6
RMLNQSQL-159Integrate SQL syntax check to query generation tests
RMLNQSQL-158Support for .NET 6
RMLNQSQL-157Remove test suites for SQL Server 2012
RMLNQSQL-156Remove test suites for SQL Server 2005, 2008, and 2008R2
RMLNQSQL-155Update Remotion.Linq to v2.2.0
RMLNQSQL-154Ensure DateTimeAddTests work correctly
RMLNQSQL-153Switch RhinoMocks 3.6 to CoreRhinoMocks 3.6.1.2
RMLNQSQL-152IMethodCallTransformer.Transform can cause infinite loop in visitor when the same expression is returned
RMLNQSQL-150Update Remotion.Linq to v2.3.0
RMLNQSQL-149Update unit tests to make the ArgumentException message assertions compatible then .NET 5
RMLNQSQL-148Support for .NET 5.0
RMLNQSQL-147Switch to CPS style projects
RMLNQSQL-146Upgrade BuildScript to Version 3.0.0-alpha.2
RMLNQSQL-145Upgrade BuildScript to Version 2.0.0-alpha.24
RMLNQSQL-144Create own project for NUnit2 only tests
RMLNQSQL-143NUnit3 Upgrade
RMLNQSQL-142Compiler emits unverifiable code which can cause VerificationExceptions at runtime
RMLNQSQL-141Add configuration for MSSQL Server 2019 to build script
RMLNQSQL-140Support for SQL Server 2019
RMLNQSQL-139Upgrade to BuildScript 2.0.0-alpha022
RMLNQSQL-138Replace Rhino.Mocks with Moq
RMLNQSQL-137When using a cast on OrderBy on SubQuery an Exception is thrown
RMLNQSQL-136Extensible SQL Generation
RMLNQSQL-135Review code base to find places that do not properly return unchanged expressions
RMLNQSQL-134Single-Expression inside a sub-select still uses Top(2) but does not fail if there is actually more than one match
RMLNQSQL-133StackOverflowException raised on certain LINQ queries using First(), FirstOrDefault(), Single(), or SingleOrDefault()
RMLNQSQL-132Parametrize SQL Authentification for Database Configuration
RMLNQSQL-131Upgrade to Remotion.Linq 2.2.0
RMLNQSQL-130Update to VS2017
RMLNQSQL-129Update to re-motion Build Script 2.0.0-alpha.18
RMLNQSQL-128Optimize sub queries that are only created by adding a call to AsQueryable()