jeudi 4 février 2016

Change SQLITE_LIMIT_SQL_LENGTH for inserting large items at the same time - Sqlite3

I've had difficult to set new limit for sql length in the sqlite (version 3.10.2). I read the sql documentation and I noticed there is a function that allows to change the limit: sqlite3_limit(db,SQLITE_LIMIT_SQL_LENGTH,size)

However, this function is for C interface.

I'd like to know if there is a function can i use in sql to change the sql length because I'll work with large sql statements.

Did anyone get this problem?

Thank you very much.

Carlos

Aucun commentaire:

Enregistrer un commentaire