Skip to content

Commit d31f094

Browse files
committedOct 26, 2017
Update sip
1 parent 034baf1 commit d31f094

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎python/core/qgsfeaturerequest.sip

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,13 +629,25 @@ Set a subset of attributes by names that will be fetched
629629
%Docstring
630630
The timeout for how long we should wait for a connection if none is available from the pool
631631
at this moment. A negative value (which is set by default) will wait forever.
632+
633+
.. note::
634+
635+
Only works if the provider supports this option.
636+
637+
.. versionadded:: 3.0
632638
:rtype: int
633639
%End
634640

635641
void setConnectionTimeout( int connectionTimeout );
636642
%Docstring
637643
The timeout for how long we should wait for a connection if none is available from the pool
638644
at this moment. A negative value (which is set by default) will wait forever.
645+
646+
.. note::
647+
648+
Only works if the provider supports this option.
649+
650+
.. versionadded:: 3.0
639651
%End
640652

641653
protected:

0 commit comments

Comments
 (0)
Please sign in to comment.