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: ebean-orm/ebean-datasource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.2
Choose a base ref
...
head repository: ebean-orm/ebean-datasource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.3
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 5, 2025

  1. Version 10.2

    rbygrave committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    f392671 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. On Connection initialisation, setAutoCommit() mode later (after clien…

    …tInfo etc)
    
    This change means that autoCommit true will be active while clientInfo is being
    set and initSql executed.
    
    Specifically, clientInfo is not supposed to need autoCommit true (or an explicit
    commit) but it does seem so for Postgres, and for a very idle database using
    autoCommit false and setting clientInfo ApplicationName.
    rbygrave committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    db124aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from ebean-orm/feature/init-autocommit-later

    On Connection initialisation, setAutoCommit() mode later (after clientInfo etc)
    rbygrave authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    11278eb View commit details
    Browse the repository at this point in the history
  3. Version 10.3

    rbygrave committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    b31615d View commit details
    Browse the repository at this point in the history
Loading