瀏覽代碼

Update NPGSQL from version 2.0.14.3 to 2.1.3. This is a relatively big update where 2.1.0 has a number of bug fixes, new functionality and improved performance. (see details at https://github.com/npgsql/npgsql/releases/tag/v2.1.0) The binaries supplied are for .NET 4.0 If you need binaries for older versions they can be dowloaded from https://github.com/npgsql/npgsql/releases/tag/v2.1.3. There are also binaries for 4.5.

The performance improvement is particularly evident on terrain load and other repeated queries to the database. This version will automatically generate prepare statements if it sees 5 consecutive identical statements and cache them for later use. The prepare statement will skip the analyze portion of the query planner once a statement has been created.  In addition there are improvements in the connection pool logic that will improve performance once connections get scarce.

Signed-off-by: UbitUmarov <[email protected]>
Geir Nøklebye 7 年之前
父節點
當前提交
7f163e8f76
共有 2 個文件被更改,包括 439 次插入225 次删除
  1. 二進制
      bin/Npgsql.dll
  2. 439 225
      bin/Npgsql.xml

二進制
bin/Npgsql.dll


文件差異過大導致無法顯示
+ 439 - 225
bin/Npgsql.xml


部分文件因文件數量過多而無法顯示