DriverMax

最新版本 dotConnect for PostgreSQL Professional 7.14.1470

dotConnect for PostgreSQL Professional 7.14.1470

dotConnect for PostgreSQL Professional 7.14.1470
DriverMax 是一個新的工具,可以找到並為您的計算機下載最新的驅動程序更新。沒有更多的搜索光盤或網絡上罕見的驅動程序或插入一個安裝 CD 一個接一個。只需創建一個免費帳戶,登錄並開始下載所需的更新。為超過 2,300,000 個設備更新,備份和恢復過期,丟失或錯誤的驅動程序!

您也可以將所有當前的驅動程序(或只是那些工作正常)導出到壓縮文件。重新安裝 Windows 後,你將擁有一個地方的一切! DriverMax 是一個快速的驅動程序更新程序,可以找到並為您的 Windows PC 下載最新的驅動程序更新。Windows 運行速度較慢時的大多數情況是由於驅動程序安裝錯誤導致的。 Windows 存儲所有版本的舊版驅動程序,以防萬一你想回去; 有時會使用較新版本的舊版本。 “驅動程序備份”選項只會將所需的驅動程序複製到壓縮 ZIP 文件中.

重新安裝 Windows 之後,所有驅動程序將在 5 分鐘內回到原位 - 這樣可以避免搜索,將磁盤插入磁盤後丟失時間。 “驅動程序還原”選項允許您安裝先前導出的所有驅動程序。整個操作可能需要 5 -10 分鐘。所有的驅動程序重新安裝後,只需一台計算機重新啟動!

DriverMax 自動測試每個新驅動程序,然後再將其安裝到 PC 上,確保其正常運行。此外,它還備份當前的驅動程序並創建一個系統還原點,以便快速回滾安裝。所有控制器在被提供給用戶之前都會被徹底掃描以查找病毒和威脅.

什麼類型的驅動程序可以更新?

Windows 系統驅動程序,主板,網絡適配器,視頻適配器,數碼相機 / 可攜式攝像機,MP3 播放器,USB 設備,調製解調器,鍵盤,Windows Vista 系統驅動程序,VOIP(IP 語音)電話,CD 和 DVD 驅動器,聲卡,打印機,掃描儀,網絡攝像頭,硬盤,無線設備,鼠標來自不同的製造商,如 3Com,Adaptec,AMD,Atheros,明基, Cisnet,科勝訊,CXT,D-Link,Genius,Hauppauge,Hp,Intel,Leadtek,Lexmark,羅技,邁拓,MPC,尼康,NVidia,奧林巴斯,飛利浦,RealTek,Saitek,藍寶石,夏普,索尼 Ericcson, Western Digital ...

注意:未註冊版本的限制是每天兩個驅動程序下載限制,沒有同時驅動程序下載,沒有下載優先級,也沒有每日驅動程序更新檢查.

ScreenShot

軟體資訊
檔案版本 dotConnect for PostgreSQL Professional 7.14.1470

檔案名稱 dcpostgresql.exe
檔案大小 73 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 未分類
作者 Innovative Solutions
官網 http://www.drivermax.com/
更新日期 2019-09-13
更新日誌

What's new in this version:

dotConnect for PostgreSQL Professional 7.14.1470
- The integration with Visual Studio 2019 is improved: now the installation detects both 2019 Release and 2019 Preview versions
- The bug with throwing System.NullReferenceException instead of actual error in Workflow Foundation is fixed

Entity Developer:
- Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1
- The behaviour is changed: a plural form of names ending with "s" now has a longer version (for example, status -> statuses)
- The bug with applying the new Foreign Key's Delete Rule values SET DEFAULT and SET NULL by the Update Database From Model and Update Model From Database wizards is fixed (Entity Framework)
- The bug with copying a property with Primary Key=True / Entity Key=True to a complex type is fixed (Entity Framework)
- The bug with naming of a composing unique key by Create Model Wizard / Update From Database Wizard in EF Core is fixed (Entity Framework)
- The bug with invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject' is fixed

Entity Framework support:
- Entity Framework 6.3 Preview 9 is supported
- A new NuGet package Devart.Data.PostgreSql.EF6 with a .NET Standard 2.1 assembly, compatible with .NET Core 3, is added
- The bug with using the same database connection in several EF Core contexts is fixed
- The bug with applying a value converter to .Where expression with .Contains on nullable enum in EF Core 2 is fixed
- The bug with casting the DateTimeOffset value passed to a function as an argument in EF6 is fixed


dotConnect for PostgreSQL Professional 7.13.1437
Entity Framework support:
- The bug with applying a value converter to a nullable column in EF Core 2 is fixed
- The bug with applying config.QueryOptions.ComparisonCollation to the update statements in EF6 is fixed


dotConnect for PostgreSQL Professional 7.13.1422
- The bug with throwing "Operation is not supported" by web providers, when the cookie is used, is fixed

Entity Developer:
- The ability to disable generation of the byte order mark (BOM) in the beginning of code files in a standalone Entity Developer is implemented
- The bug with design time copy/cut/paste functionality for entities is fixed
- The bug with invalid integer to enum conversion by a generated method, which is based on SQL query and returns a collection of entities, in EF Core 2 is fixed

Entity Framework support:
- The bug with applying a filter to the nullable property with implicit EnumToStringConverter via LINQ queries in EF Core 2 is fixed
- The bug with missing brackets around SELECT inside the generated CASE statement in EF Core 2 is fixed
- The bug with nullable parameters in EF Core 2 is fixed
- The bug with reopening connections in EF Core 2 is fixed


dotConnect for PostgreSQL Professional 7.13.1402
- Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017
- The behaviour is changed: now PgSqlDataAdapter performs inserts in a batch with protocol 3 when the UpdateBatchSize property is used and UnpreparedExecute is true for InsertCommand
- The bug with missing schema name in a function return type when the function is backed up via PgSqlDump.Backup is fixed
- The bug with creating foreign key constraints before primary key constraints in a PgSqlDump.Backup result script is fixed
- The bug with adding timestamp(6) instead of timestamp to a PgSqlDump.Backup result script is fixed
- The bug with connecting to a PostgreSQL server on Google Cloud Platform is fixed

LinqConnect (formerly known as LINQ to PostgreSQL):
- The bug with running stored procedure in PostgreSQL Server 11 or higher is fixed
- The bug with executing incorrect SQL request (cached during one of the previous calls), when a variable initialized with an empty collection participates in LINQ query, is fixed

Entity Framework support:
- Entity Framework Core 2.2.4 is supported
- The bug with closing database connection by context.Dispose() in the scope of a distributed transaction in EF Core 2 is fixed
- The bug with using a value converter, when the .NET data type remains the same, within the WHERE clause in EF Core 2 is fixed


dotConnect for PostgreSQL Professional 7.13.1366
- Visual Studio 2019 is supported
- Entity Developer: the bug with processing DBNull returned by the function in EF Core is fixed
- Entity Framework support: the bug with using the "Generate Database from Model" wizard when working with Entity Framework 6 Tools is fixed


dotConnect for PostgreSQL Professional 7.12.1357

- Visual Studio 2019 Release Candidate 4 is supported
- The bug with corrupting not Latin-1 characters by Migration Wizard for files with non-unicode encoding is fixed

Entity Framework support
- Entity Framework Core 2.2.3 is supported
- The translation of DateTimeOffset literal into SQL statement is supported
- The SQL translation of the following method overloads, that accept the StringComparison argument and return bool, in the System.String class is supported in EF Core 2: Contains, StartsWith, EndsWith, Equals
- The bug with removing an empty __EFMigrationsHistory table by EnsureDeleted() in EF Core 2 for PostgreSQL 9.0 and higher is fixed
- The bug with generating the COALESCE expression in EF Core is fixed
- The bug with calling DbExecutionStrategy.ShouldRetryOn(Exception), when the first connection fails to open, is fixed


dotConnect for PostgreSQL Professional 7.12.1328

- The bug with PgSqlLoader.LoadTable(IDataReader) for .NET Standard 1.3 and .NET Standard 2 is fixed
- The bug with applying Convert.IsDBNull() to PgSqlParameter.Value is fixed

LinqConnect (formerly known as LINQ to PostgreSQL):
- The bug with executing incorrect SQL request (cached during one of the previous calls), when .Contains() is invoked in the multithreaded application, is fixed

Entity Developer:
- The bug with generating fluent mapping for the one-to-one association by the DbContext template in EF4/EF5/EF6 is fixed

Entity Framework support:
- The translation of single-char literal into SQL statement in EF Core is supported
- The bug with SQL generation, when optionsBuilder.UseLoggerFactory() is used, in EF Core is fixed
- The bug with using a value converter for the property used in .Contains() in EF Core 2 is fixed
- The bug with translating String.IndexOf() into SQL statement in EF Core is fixed
- The bug with updating a null value of the concurrency check column with some non-null value in EF Core is fixed


dotConnect for PostgreSQL Professional 7.12.1307
- PostgreSQL 11 is supported
- The bug with connecting to database with .NET Standard 1.3 compatible assemblies on .NET Framework 4.6.0 run-time is fixed

LinqConnect (formerly known as LINQ to PostgreSQL):
- The new overload DataContext.Refresh(bool ignoreErrors, RefreshMode mode, object entity) is added for ignoring errors during refresh
- The existing overload DataContext.Refresh(RefreshMode mode, object entity) is improved: its check avoids the try to refresh the entity that is added to the context but not submitted to the database
- The type and text of the error generated by the DataContext.Refresh(RefreshMode mode, object entity) method, when the passed entity doesn't exist in database, is fixed

Entity Developer:
- The multiple select functionality in EF Core Model is improved: now it allows setting PrimaryKey, ValueGenerated, Concurrency for several properties simultaneously
- The bug with detecting order of columns in composite primary key with two or more columns by Update To Database and by Update From Database wizards in EF Core is fixed
- The bug with using ASP.NET Core Web Application (.NET Framework) and Azure Functions v1 (.NET Framework) projects in Visual Studio 2017 is fixed

Entity Framework support:
- Entity Framework Core 2.2.1 is supported
- The new extension method Database.IsPostgreSql() in EF Core 2 is implemented
- The bug with applying config.Workarounds.IgnoreSchemaName=true to the .ToTable() functionality in EF Core 2 is fixed
- The bugs with using the GuidToStringConverter, EnumToStringConverter, ValueConverter classes in EF Core 2 are fixed
- The bug with constructing the LIKE clause in EF Core 2 is fixed
- The bug with generating a subselect within the SELECT list in EF Core 2 is fixed
- The bug with applying an aggregate function to the result of a subselect in EF Core 2 is fixed

dotConnect for PostgreSQL Professional 7.14.1470 相關參考資料
dotConnect for PostgreSQL - Editions - Devart

dotConnect for PostgreSQL editions: Express (Free), Standard, Professional, and Mobile (with .NET Compact Framework support)

https://www.devart.com

dotConnect for PostgreSQL - FAQ - Devart

Here you can find answers on dotConnect for PostgreSQL frequently asked ... What is the difference between the Standard and Professional editions? What is ...

https://www.devart.com

dotConnect for PostgreSQL Download (2019 Latest) for ...

Download dotConnect for PostgreSQL for Windows PC from FileHorse. ... dotConnect for PostgreSQL Professional 7.13.1437 LATEST.

https://www.filehorse.com

Download dotConnect for PostgreSQL - Devart

dotConnect for PostgreSQL 7.14 Professional Trial. Note: This package supports ... The latest version 7.14.1470; Release date 13-Sep-2019. 30 days free trial.

https://www.devart.com

FAQ on License Agreement - dotConnect for PostgreSQL

Are we allowed to distribute dotConnect for PostgreSQL with our software to our .... LinqConnect support and Entity Developer are included only to Professional ...

https://www.devart.com

Free Windows Downloads

dotConnect for MySQL Professional 8.14.1470. A data provider for ... dotConnect for SQLite Professional 5.13.1470 ... dotConnect for PostgreSQL 7.14.1470.

https://win.softpedia.com

Order dotConnect for PostgreSQL - Devart

dotConnect for PostgreSQL comes in the following editions: Express Edition — FREE, Standard, Professional, and Mobile.

https://www.devart.com