We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfec508 commit e02efebCopy full SHA for e02efeb
source/SqliteError.h
@@ -71,7 +71,7 @@ namespace vx::sqlite {
71
Empty = 16, /**< Internal use only */
72
Schema = 17, /**< The database schema changed */
73
TooBig = 18, /**< String or BLOB exceeds size limit */
74
- Consraint = 19, /**< Abort due to constraint violation */
+ Constraint = 19, /**< Abort due to constraint violation */
75
Mismatch = 20, /**< Data type mismatch */
76
Misuse = 21, /**< Library used incorrectly */
77
NoLFS = 22, /**< Uses OS features not supported on host */
0 commit comments