mechatroner / RBQL

🦜RBQL - Rainbow Query Language: SQL-like query engine for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions.
https://rbql.org
MIT License
276 stars 13 forks source link

RBQL Query Does Not Show Up in Status Bar #40

Open kupdegrove opened 1 year ago

kupdegrove commented 1 year ago

I have a very large 88,008 line pipe-delimited .csv file. I have turned off the Large file accommodations as indicated here:

https://github.com/mechatroner/vscode_rainbow_csv#working-with-large-files

Highlighting from Rainbow CSV works but Query does not. Is there a limitation to the number of lines RBQL can handle?