logstash-input-mongodb icon indicating copy to clipboard operation
logstash-input-mongodb copied to clipboard

[FIX] structure of sqlite

Open kurkop opened this issue 7 years ago • 2 comments

  • Use String type for 'place' column in sqlite fix #38

Thanks to @nebalceroc

kurkop avatar Jun 02 '17 21:06 kurkop

I could use this fix. Running into the same issue. Can you assign this pull request to one of the contributors to get it moving?

thejeff77 avatar Sep 18 '17 16:09 thejeff77

I tested the feasibility of this fix by manually changing my sqlite3 table column to a String (from Int), but I still encountered the same problem. ☹️ I would probably next look at the code that parses the value from the 'placeholder' table to see if there's anything there that's attempting to treat the value as an Integer. Thanks for putting up this PR, at least -- helpful.

melgart avatar Sep 03 '21 13:09 melgart