jokedst / CsvQuery

Plugin for Notepad++ that treats CSV files as (read only) SQL tables
152 stars 28 forks source link

set bytebuffer size #20

Closed BdR76 closed 4 years ago

BdR76 commented 4 years ago

The bytebuffer size shouldn't be fixed, but be the same as parameter

jokedst commented 4 years ago

Thanks for the PR! I'm fully aware of this bug, there are more like it in there, but I don't use these APIs. I use the ScintillaStreams instead to not run out or RAM when reading big files.

I like your CsvLint plugin BTW! If you ever solve the date problem I might borrow that code ;)

BdR76 commented 4 years ago

Thanks, I couldn't have made the CsvLint plugin without the CsvQuery example source code. If I work out the dateformat problem, feel free to use the code :)

jokedst commented 4 years ago

I'm not going to merge this since it fixes unused code. :/