Skip to content

1.7

Choose a tag to compare

@lowlydba lowlydba released this 18 Dec 13:50
7ce0bad

General

  • Upgraded pester to 5.1.0+ and now using BeforeDiscovery to tighten up some of the repetitive commands run in tests
  • Added timeouts to unit test calls after encountering #177 which effectively paused query executions
  • Now setting the max memory and max DOP on the SQL Instances at start to ensure ideal configurations are in use
  • Setting tSQLt as Simple recovery mode at creation
  • Leveraging the latest tSQLt version for non-Azure builds (see #165 for details as to why not Azure)
  • Added In Solidarity Bot as a commit checker

sp_sizeoptimiser

N/A

sp_helpme

N/A

sp_estindex

N/A

sp_doc

  • Improved some variable naming and data type usage
  • add view/table indexes + tests (#176)
  • Removed, then fixed the buggy sensitivity classification test (#177)
  • Added general database info (#171)
  • More usage of object-specific system catalogs as opposed to sys.objects for performance improvements
  • Added lots of NOLOCK statements during (#177) troubleshooting, keeping them just in case they help