소스 검색

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
      bin/Npgsql.dll
  2. 439 225
      bin/Npgsql.xml

BIN
bin/Npgsql.dll


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 439 - 225
bin/Npgsql.xml


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.