Re: [sqlite] SQLITE_MAX_COLUMN should be a runtime knob for Machine Learning

2019-06-16 Thread Dan Kaminsky
facebookresearch/InferSent On Sat, Jun 15, 2019 at 6:42 AM Dan Kaminsky wrote: > Sqlite3 has something of a normative declaration in its source code: > > * > ** This is the maximum number of > ** > *** Columns in a table > *** Columns in an index > *** Colu

[sqlite] SQLITE_MAX_COLUMN should be a runtime knob for Machine Learning

2019-06-15 Thread Dan Kaminsky
Sqlite3 has something of a normative declaration in its source code: * ** This is the maximum number of ** *** Columns in a table *** Columns in an index *** Columns in a view *** Terms in the SET clause of an UPDATE statement *** Terms in the result set of a SELECT statement