We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6149817 commit 34fd4d6Copy full SHA for 34fd4d6
lib/src/database_access.dart
@@ -125,7 +125,7 @@ class DatabaseTransactionBase<TABLES extends TablesBase> {
125
126
Future<PostgreSQLResult> query(String fmtString,
127
{Map<String, Object>? values,
128
- bool? allowReuse,
+ bool allowReuse = true,
129
int? timeoutInSeconds}) async {
130
assert(_assertCorrectValues(values));
131
return _conn.query(fmtString,
0 commit comments