Merged
Conversation
anachlas
approved these changes
Oct 12, 2016
Contributor
anachlas
left a comment
There was a problem hiding this comment.
Looks good to me, just two documentation changes.
lib/src/connection.dart
Outdated
| abstract class PostgreSQLExecutionContext { | ||
| /// Executes a query on this context. | ||
| /// | ||
| /// This method sends the query described by [fmtString] to the database and returns a [Future] whose value returned rows from the query after the query completes. |
Contributor
There was a problem hiding this comment.
whose value is the returned rows
lib/src/connection.dart
Outdated
| /// will be the wrapped in the [Future] returned by this method if the transaction completes successfully. | ||
| /// | ||
| /// If a query or execution fails - for any reason - within a transaction block, | ||
| /// the transaction will fail and previous statements within the transaction will not be committed. Subsequent The [Future] |
j4qfrost
pushed a commit
to j4qfrost/postgresql-dart
that referenced
this pull request
Apr 9, 2021
Support for additional types (varchar, point, integerArray, textArray, doubleArray, jsonArray)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This address issue #2