Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more tables #10782

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions xml/Microsoft.SqlServer.Server/SqlMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,19 +176,17 @@

The following are the default values assigned to `dbType`, depending on the `SqlDbType` (the <xref:Microsoft.SqlServer.Server.SqlMetaData.XmlSchemaCollectionDatabase%2A>, <xref:Microsoft.SqlServer.Server.SqlMetaData.XmlSchemaCollectionName%2A>, <xref:Microsoft.SqlServer.Server.SqlMetaData.XmlSchemaCollectionOwningSchema%2A>, and <xref:Microsoft.SqlServer.Server.SqlMetaData.Type%2A> properties are set to `null`):

|SqlDbType|Precision|Scale|Locale|Compare options|
|---------------|---------------|-----------|------------|---------------------|
|Binary|0|0|0|IgnoreCase, IgnoreKanaType, IgnoreWidth|
|Char|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
|Image|0|0|0|None|
|NChar|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
|NText|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
|NVarChar|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
|Text|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|
|VarBinary|0|0||IgnoreCase, IgnoreKanaType, IgnoreWidth|
|VarChar|0|0|\<thread>|IgnoreCase, IgnoreKanaType, IgnoreWidth|


| SqlDbType | Precision | Scale | Locale | Compare options |
|-----------|-----------|-------|-----------|-----------------------------------------|
| Binary | 0 | 0 | 0 | IgnoreCase, IgnoreKanaType, IgnoreWidth |
| Char | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
| Image | 0 | 0 | 0 | None |
| NChar | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
| NText | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
| NVarChar | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
| Text | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |
| VarBinary | 0 | 0 | | IgnoreCase, IgnoreKanaType, IgnoreWidth |
| VarChar | 0 | 0 | \<thread> | IgnoreCase, IgnoreKanaType, IgnoreWidth |

## Examples
The following example creates a new <xref:Microsoft.SqlServer.Server.SqlMetaData> object by specifying the column name, a column data type of <xref:System.Data.SqlDbType>`.NVarChar`, and a maximum length of 12 characters.
Expand Down
1,189 changes: 599 additions & 590 deletions xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions xml/System.Buffers.Text/Utf8Formatter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|122|
|N/n|122|
|X/x|7a|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 122 |
| N/n | 122 |
| X/x | 7a |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -197,12 +197,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|Comments|
|--|--|--|
|G (default)|05/25/2017 10:30:15| |
|R|Tue, 03 Jan 2017 08:08:05 GMT|(RFC 1123)|
|l|tue, 03 jan 2017 08:08:05 gmt|(Lowercase RFC 1123)|
|O|2017-06-12T05:30:45.7680000-07:00|(Round-trippable)|
| Format string | Example result string | Comments |
|---------------|-----------------------------------|----------------------|
| G (default) | 05/25/2017 10:30:15 | |
| R | Tue, 03 Jan 2017 08:08:05 GMT | (RFC 1123) |
| l | tue, 03 jan 2017 08:08:05 gmt | (Lowercase RFC 1123) |
| O | 2017-06-12T05:30:45.7680000-07:00 | (Round-trippable) |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -298,11 +298,11 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|Comments|
|--|--|--|
|G/g (default)| |
|F/f|12.45|Fixed point|
|E/e|1.245000e1|Exponential|
| Format string | Example result string | Comments |
|----------------|-----------------------|-------------|
| G/g (default) | |
| F/f | 12.45 | Fixed point |
| E/e | 1.245000e1 | Exponential |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -355,11 +355,11 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|Comments|
|--|--|--|
|G/g (default)| |
|F/f|12.45|Fixed point|
|E/e|1.245000e1|Exponential|
| Format string | Example result string | Comments |
|----------------|-----------------------|-------------|
| G/g (default) | |
| F/f | 12.45 | Fixed point |
| E/e | 1.245000e1 | Exponential |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -470,12 +470,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|32767|
|N/n|32,767|
|X/x|7fff|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 32767 |
| N/n | 32,767 |
| X/x | 7fff |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -528,12 +528,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|32767|
|N/n|32,767|
|X/x|7fff|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 32767 |
| N/n | 32,767 |
| X/x | 7fff |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -586,12 +586,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|32767|
|N/n|32,767|
|X/x|7fff|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 32767 |
| N/n | 32,767 |
| X/x | 7fff |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -650,12 +650,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|122|
|N/n|122|
|X/x|7a|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 122 |
| N/n | 122 |
| X/x | 7a |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -708,11 +708,11 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|Comments|
|--|--|--|
|G/g (default)| |
|F/f|12.45|Fixed point|
|E/e|1.245000e1|Exponential|
| Format string | Example result string | Comments |
|----------------|-----------------------|-------------|
| G/g (default) | |
| F/f | 12.45 | Fixed point |
| E/e | 1.245000e1 | Exponential |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -828,12 +828,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|32767|
|N/n|32,767|
|X/x|7fff|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 32767 |
| N/n | 32,767 |
| X/x | 7fff |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -892,12 +892,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|32767|
|N/n|32,767|
|X/x|7fff|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 32767 |
| N/n | 32,767 |
| X/x | 7fff |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down Expand Up @@ -956,12 +956,12 @@ If the method fails, iteratively increase the size of the buffer and retry until

Formats supported:

|Format string|Example result string|
|--|--|
|G/g (default)| |
|D/d|32767|
|N/n|32,767|
|X/x|7fff|
| Format string | Example result string |
|---------------|-----------------------|
| G/g (default) | |
| D/d | 32767 |
| N/n | 32,767 |
| X/x | 7fff |

If the method fails, iteratively increase the size of the buffer and retry until it succeeds.

Expand Down
Loading
Loading