| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
@rabenhorst Good catch!
Sorry, something went wrong.
Pull Request Test Coverage Report for Build 19428897560Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
There is a bug in the parseCreateDatabase which results in nil pointer when setting the engine for a replicated database, because it sets StatementEnd to onCluster.End() after checking if engineExpr is nil.
clickhouse-sql-parser/parser/parser_table.go
Lines 102 to 104 in c9e8bb4
In this PR this is fixed and test case for replicated database is added.