Pinned
667 contributions in the last year
Less
More
Contribution activity
March 2021
Created 22 commits in 1 repository
Created a pull request in edgedb/edgedb that received 1 comment
Fix use of contexts for constraint errors
Errors from constraints are missing contexts in most cases (... whenever the expr text isn't subject). Always just use the context we've got. Fixes #…
+4
−9
•
1
comment
Opened 21 other pull requests in 1 repository
edgedb/edgedb
21
merged
- Have _assert_migration_consistency always finish with an empty migration
- Make ordering understand that DROP OWNED will delete refs
- Properly update refs in the schema when a field is deleted by update_obj
- Refactoring of some collection and function deletion stuff
- Delete compound types when links are deleted
- Get rid of DeleteObject.expiring_refs
- Fix some collection type deletion bugs
- Drop two fixed xfails
- Implement DROP OWNED for annotation values
- Fix an ordering issue: implicit ancestors need to be deleted after referrers
- Fix crash on empty sets inside set literals
- Fix SELECT DISTINCT on empty and nested tuples
- Support adding to enums in migrations
- Fix tuples in multi props and IN expressions
- Fix a cluster of constraint and rename issues
- Refactor schema slightly for debugability
- Fix DROP OWNED on pointers with defaults
- Fix SET TYPE on pointers with constraints
- Linearize the deletions generated when rebasing
- Implement get_verb for RebaseInheritingObject
- Fix SDL handling of types with two indexes
Reviewed 3 pull requests in 1 repository
edgedb/edgedb 3 pull requests
Created an issue in edgedb/edgedb that received 2 comments
Lots of failures migrating to empty schemas
After manually having run into issues several times trying to drop everything using a migration, I modified _assert_migration_equivalence to always…
2
comments