Using theCode Completionfeature, the following error is generated:
System.NullReferenceException
Object reference not set to an instance of an object.
Stack Trace:
at Quest.Toad.CodeInsight.LanguageDialect.ReadList(IConnection
connection, TrlCollection collection, String partialMatch, String
defaultSchema, IncludeInsight include, List`1 owners, List`1
defaultOwners)
at Quest.Toad.CodeInsight.LanguageDialect.ReadObjectList(IConnection
connection, IncludeInsight include, String schema, List`1 owners, String
partialMatch, Boolean filtering, String defaultSchema, List`1
defaultOwners)
at
Quest.Toad.SqlServer.SqlServerLanguageDialect.ReadObjectList(IConnection
connection, IncludeInsight include, String schema, List`1 owners, String
partialMatch, Boolean filtering, String defaultSchema, List`1
defaultOwners)
at Quest.Toad.CodeInsight.BaseDialect.GetInsight(IConnection
connection, Chunk chunk, Int32 offset, String defaultSchema, Int32&
startOffset, Boolean& hasSecondary, Boolean filtering, Boolean
secondary)
at
Quest.Toad.Editor.Commands.InvokeMemberListCommand.FetchMemberListItems(
Object editorText)
Product defect
WORKAROUND:
Disable theCode Completionfeature.
1. Open theMenu | Tools | Options or Press ALT + T + O
2. Expand Editor | Code Completion
3. Uncheckthe Auto list members option
4. Click Apply
STATUS:
Waiting for fix in a future release of Toad for SQL Server / Toad for Data Analysts