Skip to content

Implement transactions#3

Merged
itsjoeconway merged 6 commits intomasterfrom
jc/transaction
Oct 14, 2016
Merged

Implement transactions#3
itsjoeconway merged 6 commits intomasterfrom
jc/transaction

Conversation

@itsjoeconway
Copy link
Contributor

This address issue #2

Copy link
Contributor

@anachlas anachlas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, just two documentation changes.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whose value is the returned rows

/// 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]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Errant Subsequent

@itsjoeconway itsjoeconway merged commit 43488eb into master Oct 14, 2016
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants