- Mar 31, 2016
-
-
akwizgran authored
The database's transaction lock is reentrant, meaning that a thread that's already holding the lock can acquire it again. This would allow a thread that already has a transaction in progress to start another transaction, which could cause transaction isolation issues and/or lock timeouts on the database's internal locks. Check that the current thread isn't already holding the lock when starting a transaction.
-
- Mar 30, 2016
-
-
akwizgran authored
-
- Mar 29, 2016
- Mar 28, 2016
- Mar 22, 2016
-
-
akwizgran authored
-
- Mar 15, 2016
-
-
akwizgran authored
-
- Mar 14, 2016
-
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
Modified the project structure, removed module extension and went instead for a non-complete core dependency graph
-
Ernir Erlingsson authored
Semi-encapsulated the core/api dependency graphs and created a proper structure to load eager singletons
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
- Mar 11, 2016
-
-
akwizgran authored
-
- Mar 08, 2016
- Mar 07, 2016
- Mar 04, 2016
- Mar 03, 2016
-
-
akwizgran authored
-
- Feb 29, 2016