Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stablekernel/postgresql-dart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fdad160
Choose a base ref
...
head repository: stablekernel/postgresql-dart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa9807f
Choose a head ref
  • 20 commits
  • 35 files changed
  • 2 contributors

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    1de4f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236c1e0 View commit details
    Browse the repository at this point in the history
  3. Update CI: run dartfmt, analyzer and test. (#79)

    * Update CI: run dartfmt, analyzer and test.
    
    * running dartfmt
    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e2a99c0 View commit details
    Browse the repository at this point in the history
  4. Upgrade sources: Dart 2.2 format, pedantic + other strict linter rul…

    …es. (#81)
    
     Upgrade sources: Dart 2.2 format, pedantic + other strict linter rules.
    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e02d0af View commit details
    Browse the repository at this point in the history
  5. Misc code update (#82)

    Misc code hardening.
    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    365ffb6 View commit details
    Browse the repository at this point in the history
  6. Hardened and more efficient ServerMessages. (#83)

    * Simpler MessageFramer
    
    * Refactor ServerMessage creation.
    
    * Hardened and more efficient ServerMessages.
    
    * Update ErrorResponseMessage parsing
    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8181a89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4d7f20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b8f52c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bab020 View commit details
    Browse the repository at this point in the history
  10. Bump version

    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a7f2b17 View commit details
    Browse the repository at this point in the history
  11. PostgreSQLResult (#90)

    * Bump version
    
    * PostgreSQLResult
    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    0ee0dcd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    795ac04 View commit details
    Browse the repository at this point in the history
  13. Fix pedantic lints. (#95)

    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    723a738 View commit details
    Browse the repository at this point in the history
  14. Refactor mapifyRows (#96)

    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    2e194f6 View commit details
    Browse the repository at this point in the history
  15. Table OIDs are always resolved to table names. (#97)

    * allowReuse is set only in the implementation method
    
    * Table OIDs are always resolved to table names.
    
    * Prevent NPE in certain cases.
    
    * Fix map_return_test.
    
    * Don't reuse OID selects.
    
    * Changelog update.
    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    d32d38a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cb748f6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    238becc View commit details
    Browse the repository at this point in the history
  18. Updated Changelog version

    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    33f9e2c View commit details
    Browse the repository at this point in the history
  19. Deleting ci/script.sh

    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    1e626e5 View commit details
    Browse the repository at this point in the history
  20. Remove unnecessary const.

    isoos committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    aa9807f View commit details
    Browse the repository at this point in the history
Loading