| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gitbase_v0.21.0_darwin_amd64.tar.gz | 2019-06-20 | 16.6 MB | |
| gitbase_v0.21.0_linux_amd64.tar.gz | 2019-06-20 | 16.8 MB | |
| gitbase_v0.21.0_static_linux_amd64.tar.gz | 2019-06-20 | 10.6 MB | |
| README.md | 2019-06-19 | 1.9 kB | |
| v0.21.0.tar.gz | 2019-06-19 | 4.9 MB | |
| v0.21.0.zip | 2019-06-19 | 5.0 MB | |
| Totals: 6 Items | 54.0 MB | 0 | |
Known bugs
Added
- Added
json_unquotefunction. - Added
commit_file_statsfunction. - Added documentation about
commit_stats. - Add metrics (engine, analyzer, regex, pilosa) based on go-kit interface. (#744)
commit_filesis now squashable withblobs.- Moved to Go modules.
- Add COMMIT_STATS function
- sql: implement EXPLODE and generators (#720)
Changed
- Removed vendor folder.
- Upgrade
enryto versionv2.0.0. - Switch
goclocto versionv0.3.0. - Upgrade vitess to v1.8.0 (#738)
- Upgrade bblfsh to v4.1.0.
- Upgrade gocloc to latest master 764f3f6ae21e.
Fixed
- bblfsh aliases are now handled correctly (#728).
- sql: correctly handle nulls in SQL type conversion (#753)
- sql/parse: error for unsupported distinct on aggregations (#869)
- internal/function: gracefully handle errors in commit_stats.
- internal/function: take into account if repository is resolved in commit_stats (#863)
- internal/function:
Filesfield incommit_statscontains now proper results. - Fix parsing of quoted identifiers in SHOW CREATE TABLE queries (#737)
- sql/analyzer: back-propagate expression names after adding convert (#739)
- sql/expression: allow null literals in case branches (#741)
- sql/plan: make LEFT and RIGHT join work as expected (#743)