Class: SQLite::Exceptions::TooBigException
- Inherits:
-
Object
- Object
- SQLite::Exceptions::TooBigException
- Defined in:
- ext/sqlite-api.c
Overview
From the SQLite documentation:
“SQLite will not store more than about 1 megabyte of data in a single row of a single table. If you attempt to store more than 1 megabyte in a single row, this is the return code you get.”