File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
## 2.3.0-null-safety.0
4
4
5
5
- Migrate to null safety. (Thanks to [ j4qfrost] ( https://github.com/j4qfrost ) , [ #153 ] ( https://github.com/stablekernel/postgresql-dart/pull/153 ) ).
6
+ - Documentation fix (by [ saward] ( https://github.com/saward ) ).
6
7
7
8
## 2.2.0
8
9
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ class PostgreSQLConnection extends Object
204
204
/// Queries within a transaction may be executed asynchronously or be awaited on. The order is still guaranteed. Example:
205
205
///
206
206
/// connection.transaction((ctx) {
207
- /// var rows = await ctx.query("SELECT id FROM t);
207
+ /// var rows = await ctx.query("SELECT id FROM t" );
208
208
/// if (!rows.contains([2])) {
209
209
/// ctx.query("INSERT INTO t (id) VALUES (2)");
210
210
/// }
You can’t perform that action at this time.
0 commit comments