Skip to content

Commit

Permalink
Add enum value for error: 2312 ER_WARN_DATA_OUT_OF_RANGE_UNSPECIFIC: …
Browse files Browse the repository at this point in the history
…Out of range value (#5)

* Add WarningDataOutOfRangeUnspecific as to SingleStoreErrorCode

Signed-off-by: Joël Zhu <[email protected]>

* Update error order in documentation

Signed-off-by: Joël Zhu <[email protected]>

---------

Signed-off-by: Joël Zhu <[email protected]>
  • Loading branch information
zhujoel authored Nov 28, 2024
1 parent 234e776 commit 18b98d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/SingleStoreConnector/SingleStoreErrorCode.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3285,6 +3285,11 @@ public enum SingleStoreErrorCode
/// </summary>
TempFileWriteFailure = 1878,

/// <summary>
/// ER_WARN_DATA_OUT_OF_RANGE_UNSPECIFIC
/// </summary>
WarningDataOutOfRangeUnspecific = 2312,

/// <summary>
/// ER_EXPLAIN_NOT_SUPPORTED
/// </summary>
Expand Down

0 comments on commit 18b98d0

Please sign in to comment.