NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
863 stars 171 forks source link

First pass at configuring PostgreSQL. #66

Closed stephenmichaelf closed 7 years ago

stephenmichaelf commented 8 years ago

Trying to write an ErrorStore for PostgreSQL. This is my first pass.

I am getting an issue in the LogError method of my implementation. When the code reaches the var count = c.Execute line it tries to jump out to the base class, not sure why.

Any thoughts?

Thanks

NickCraver commented 7 years ago

I'm just getting to v2 here (new branch). If you had the time to rebase this against V2, (really just the .cs file and a close-to-copy of the MySQL .csproj), I'd love to keep credit in here and complete it out. Any chance you're still around and using VS 2017?

NickCraver commented 7 years ago

Closing this out as the divergence is too much and no activity, ping me if Postgres is still of interest!