Marcin Kossakowski
Marcin Kossakowski
In order to make it work I had to do the following changes. - in `class Session` data column was changed to `data = self.db.Column(self.db.BLOB)` - in `open_session` method unserializing...
@OlegYch Yes, but would be nice to also read easily from Gists. I would like to be able to access gist list in Scastie, select one of the scripts to...
Ahh this is all I really need thanks!
Sorry, just tried this and `list.get("stuff")` returns `JValue` and there is no `vs` member :( Here's exactly how I use it ``` val parsed = jawn.ast.JParser.parseFromPath(s"${Config.home}/$name/_table.json").get val parsedCols = parsed.get("columns")...
Sorry, could you include more info about how to `using index results, you can just divide the keys`
@stephentu thanks. Do you know of any other Scala based SQL parsers that are more complete?
@fuhrysteve Thanks for quick reply. I am actually using your fork where I'm experiencing this error. Original repo doesn't implement multi-select field and there was additional error with Optional validators....
@fuhrysteve I will reply this issue on your repo, will try to put some time to investigate this. thanks.