Pinned
1,568 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 6 commits in 2 repositories
Opened 2 pull requests in 1 repository
edgedb/edgedb
1
open
1
merged
Reviewed 4 pull requests in 2 repositories
edgedb/edgedb 3 pull requests
edgedb/edgedb-js 1 pull request
Created an issue in edgedb/edgedb that received 3 comments
Recursive function DDL results in an infinite loop
create type SomeThing { create link child -> SomeThing;
}; create function get_all_children_ordered(parent: SomeThing) -> SET OF SomeThing Using (S…
3
comments