Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Upgrade libraries and some bug fixes#29

Open
dgchurchill wants to merge 44 commits intomasterfrom
unknown repository
Open

Upgrade libraries and some bug fixes#29
dgchurchill wants to merge 44 commits intomasterfrom
unknown repository

Conversation

@dgchurchill
Copy link
Collaborator

This is a bit ugly and not sure if you want it all, but it gets everything up-to-date with where we currently are. It's mostly package version updates but also has a couple of bug fixes which could be worth cherry-picking if you don't take the whole thing:

  • b57fc7f Catches errors thrown by wakeup handlers
  • 243a539 Fixes a bug in the way we're chaining multiple Neo4j queries

There are also a couple of commits that add some extra logging

adbrowne and others added 30 commits January 15, 2015 14:06
Also typed the parameter as TimeSpan instead of int.
Conflicts:
	src/Eventful.CsTests/packages.config
	src/Eventful.EventStore/packages.config
dgchurchill and others added 14 commits July 16, 2015 14:56
Conflicts:
	src/Eventful.CsTests/packages.config
	src/Eventful.EventStore/packages.config
	src/Eventful.Neo4j/packages.config
	src/Eventful.RavenDb/packages.config
	src/Eventful/packages.config
Previously, subqueries would be executed once for each row in result from
the parent query. This mean that when, e.g., replacing all relationships
on a permission where we'd delete all the relationships first, the newly
added relationships would be added once per relationship that was deleted.

Using an aggregate fuction (here, `count(*)`), we ensure we only get one
result row from the parent query and thus run the subquery only once.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants