Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

237
Vistas
How to increase CursorWindow Size, Expo-SQLite?

Expo-SQL

const printSearchTable = () => {
  db.transaction((tx) => {
    tx.executeSql(
      "select * from 'Literature'",
      [],
      (tx, res) =>
        console.log(
          "Succeeded to get Contents From Table 'Literature'--->",
          res
        ),
      (tx, err) =>
        console.log("Failed to get Contents From Table 'Literature'", err)
    );
  });
};

When I do the above I get this error.

Failed to get Contents From Table 'Literature' Error: Row too big to fit into CursorWindow requiredPos=0, totalRows=2

What can I do to make this work? The data type for both rows is text. This is the statement I used to create the table.

create table 'Literature'(abbr text primary key, value text)

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda