DataTypeMisuse
All SWE patterns tagged with Weakness Pattern: DataTypeMisuse
2
SWE Patterns
Weakness Pattern
SWE-0002
ℵ₀
Insufficient Integer Size for Growth
Using 32-bit integers for auto-incrementing primary keys or counters that will exceed 2.14 billion, causing complete write failures when the limit is ...
SWE-3002
ℵ₀
JSON Blob Misuse in Relational Database
Storing significant structured data as JSON blobs inside relational database tables instead of using proper columns and relationships. While modern da...