maxNumberOfColumns property
powersync-sqlite-core limits the number of columns per table to 1999, due to internal SQLite limits.
In earlier versions this was limited to 63.
Implementation
final int maxNumberOfColumns = 1999;
powersync-sqlite-core limits the number of columns per table to 1999, due to internal SQLite limits.
In earlier versions this was limited to 63.
final int maxNumberOfColumns = 1999;