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: DataObjects-NET/dataobjects-net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DataObjects-NET/dataobjects-net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2-command-text-intern
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 46 files changed
  • 1 contributor

Commits on Nov 17, 2025

  1. Configuration menu
    Copy the full SHA
    ddfb983 View commit details
    Browse the repository at this point in the history
  2. Create changelog file

    alex-kulakov committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    06e60c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca0692 View commit details
    Browse the repository at this point in the history
  4. Exclude net7.0 from auto tests, only LTS versions of net left

    *for Firebird 5 only net8.0
    alex-kulakov committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    19baf81 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Intern command strings

    Only one method interns string because it is used during domain work,
    parameterless version is used during domain upgrade and such commands
    will only bloat string cache with single-use strings
    alex-kulakov committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    04a77f9 View commit details
    Browse the repository at this point in the history
  2. string.Intern is applied to command texts only if domain uses paramet…

    …ers for type identifiers
    
    this reduces number of string variations
    alex-kulakov committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    5962d84 View commit details
    Browse the repository at this point in the history
Loading