Re: [PHP-DEV] SQlite row size

2005-07-19 Thread Andreas Ahlenstorf
Am 19.07.2005 um 22:23 schrieb Wez Furlong: Just because it is the library default; the intention is to make php generate sqlite files compatible with other applications that use sqlite. Ah, that makes sense :) To be honest, support for blob style data in sqlite 2 and below is pretty crappy

Re: [PHP-DEV] SQlite row size

2005-07-19 Thread Wez Furlong
Just because it is the library default; the intention is to make php generate sqlite files compatible with other applications that use sqlite. IIRC, you can happily exceed this "limit", it'll just be slower to access such a row. To be honest, support for blob style data in sqlite 2 and below is p