Skip to content

Commit f3e7af7

Browse files
committed
Remove incorrect documentation.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent 5fe27a5 commit f3e7af7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/content/overview/schema-collections.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ weight: 80
4444
* `Triggers`
4545
* `UserPrivileges`
4646
* `Views`
47-
48-
The `GetSchema(string, string[])` overload that specifies restrictions is not supported.

tools/SchemaCollectionGenerator/SchemaCollectionGenerator.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ public async ValueTask<DataTable> GetSchemaAsync(IOBehavior ioBehavior, string c
165165
foreach (var schema in schemaCollections)
166166
docWriter.Write($@"* `{schema.Name}`{(schema.Description is not null ? "—[" + schema.Description + "](../schema/" + schema.Name.ToLowerInvariant() + "/)" : "")}
167167
");
168-
docWriter.Write(@"
169-
The `GetSchema(string, string[])` overload that specifies restrictions is not supported.
170-
");
171168

172169
foreach (var schema in schemaCollections.Where(x => x.Description is not null))
173170
{

0 commit comments

Comments
 (0)