| Modified |
Daniel Nauck |
src/NauckIT.PostgreSQLProvider/PgSessionStateStoreProvider.cs |
Bug #16: CreateUninitializedItem(...) throws ProviderException
PostgreSQL is missing a InsertOrUpdate method so
try to insert first. If the insert failed due an already existing session id try
to update the database record. if this also fails, e.g. due session cleanup tasks, try
insert a new record again.
Try the whole process 10 times before give up.
Fixes #16 |
2010-01-28 16:12:46 |
|
| nauckit.postgresqlprovider.dll: 14 Errors, 5 Warnings |
|
| NauckIT.PostgreSQLProvider, Version=1.3.10.137, Culture=neutral, PublicKeyToken=e179b4c7dfb3984c: 52 defects |
NDepend installation not found at 'D:\Build\Projects\AspSQLProvider\SCM\Tools\NDepend\NDepend.Console.exe'. Please install NDepend! Target canceled.
|
| No Tests Run |
| This project doesn't have any tests |
|