(FIX): Working on the nil derefs, removed tx's from select queries. #37
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lots of the derefs were from the transactions failing, which meant that
removing most of them, helped prevent them!
Login is still broken, but this usually happens when the DB is switched and when the user data cannot be found, this needs to be fixed (even though its an edge case) to satisfy #28.
Much of the auth issues have been solved at this point, not sure where else I need to look, but not marking the tasks as completed yet.