quartznet / quartznet

Quartz Enterprise Scheduler .NET
http://www.quartz-scheduler.net/
Apache License 2.0
6.51k stars 1.69k forks source link

Quartznet not working with npgsql 4.0 #626

Closed shenzhigang closed 6 years ago

shenzhigang commented 6 years ago

Quartznet 3.0.4 will throw exceptions when any trigger getting fired. JobStore is postgres(9.6) and the npgsql version is 4.0rc-1.

Exception thrown: 'System.IndexOutOfRangeException' in Npgsql.dll
Exception thrown: 'System.IndexOutOfRangeException' in mscorlib.dll
Exception thrown: 'Quartz.JobPersistenceException' in Quartz.dll

But it works fine with Npgsql3.x.

lahma commented 6 years ago

The RTM version of npgsql should work as discussed in https://github.com/npgsql/npgsql/issues/1951 , so you just need to wait for that.