TUniQuery.CommandTimeout

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
uffek
Posts: 37
Joined: Fri 14 Nov 2014 21:49
Location: Roskilde, DK

TUniQuery.CommandTimeout

Post by uffek » Thu 30 Aug 2018 12:37

For MSSQL the default value of TUniQuery.CommandTimeout is 0, for PostgreSQL it is listed as a property, but with no default value and for Oracle it is not listed at all.

Can someone expand on this for PostgreSQL and Oracle.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: TUniQuery.CommandTimeout

Post by MaximG » Tue 12 Feb 2019 15:39

Indeed, you can use the TUniQuery.CommandTimeout property when working with SQLServerUniProvider and PostgreSQLUniProvider. We will consider the support for this property when using OracleUniProvider.
You can leave your suggestions at our UserVoice page ( https://devart.uservoice.com/forums/104 ... 939-unidac ), and if there are many votes for your suggestion, we will implement it.

uffek
Posts: 37
Joined: Fri 14 Nov 2014 21:49
Location: Roskilde, DK

Re: TUniQuery.CommandTimeout

Post by uffek » Thu 14 Feb 2019 11:54

My suggestion was really about describing the current status in the documentation for all providers. It wasn't about implementing any new features.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: TUniQuery.CommandTimeout

Post by MaximG » Fri 22 Feb 2019 12:15

We will add the necessary description to our product documentation

Post Reply