Skip to content

v9.1.0

Compare
Choose a tag to compare
@MarkMpn MarkMpn released this 10 Jun 07:26
d4f1403

Changes:

  • d4f1403 Merge pull request #483 from MarkMpn/v9-fixes
  • 84a4bb1 Test fixes
  • b9954e6 Merge remote-tracking branch 'origin/master' into v9-fixes
  • d4b5c52 Include debugger visualizer in published build output
  • a02e85c Collapse lambda invocations for more readable expressions
  • ff17513 Allow deleting records from the bin schema by deleting the related record from the deleteditemreference table instead
  • 514d4dd Do not allow joining between different FetchXML datasources, e.g. dbo and bin schemas
  • 608094d Updated changelogs
  • 01d92ff Convert SqlBoolean to bool and back for logical operators to avoid #484 in .NET Core
  • 7138479 Fixed error message display
See More
  • 0ddf1b7 Updated release notes
  • 1d3558e Merge branch 'v9-fixes' of https://github.com/MarkMpn/Sql4Cds into v9-fixes
  • d00a066 Use column ordering setting to also order TVF/sproc parameters [ #473 ]
  • 869bb0e Added support for partitionid column in elastic lookup values [ #482 ]
  • baf51f0 Added support for partitionid field as part of elastic lookup columns
  • 532c569 Updated MaxLength handling
  • 5ca3c92 Added recycle bin access via bin schema [ #471 ]
  • b240cbd Avoid useraworderby to fix paging issues
  • 18199f9 Improved primary key calculation
  • 63594b1 Updated test to expect more efficient sort folding around index spool
  • 48970b0 Added test for #479
  • 1b87eed Allow visualising more types
  • bcdf02a Added property grid
  • 58e6b0a Use updated debug visualiser system
  • 13a5e3a Use spools for subqueries in join conditions
  • 9d91698 Updated test
  • 7702e46 Added not-null filter to index spool key fields
  • bcfdaf0 Added debugger visualiser for execution plans
  • 56dbf9f Join condition subquery progress
  • ba73e5f Fold subqueries in join conditions to appropriate side of join
  • 62cc0a0 Do not attempt to apply aliases to virtual columns [ #477 ]
  • 2fcfa61 Subquery in join condition progress [ #476 ]
  • 68cb0d6 Fixed error with joins in [NOT] EXISTS subqueries
  • bce25cd Updated test for custom paging fix
  • ddb282f No need to do custom paging for TOP queries
  • fa7b693 Enabled use of custom paging in DISTINCT queries [ #470 ]
  • 5ec2bb2 Store all parameter values as INullable
  • 72a28f8 Enable CUD operations on principalobjectaccess [ #423 ]
  • f521c09 Added duplicate key error code mapping
  • 0a2b862 Do not attempt to use DeleteMultiple except on elastic tables [ #469 ]

This list of changes was auto generated.