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: nette/database
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: nette/database
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 10 commits
  • 24 files changed
  • 7 contributors

Commits on Apr 9, 2019

  1. composer: update lower dependency

    dg committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    19f013f View commit details
    Browse the repository at this point in the history
  2. Use phpstan callable format (#220)

    adaamz authored and dg committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    d81e35e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    a45e10a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. ResultSet: only format strings as floats (#228)

    Because with native prepared statements in MySQL, floats are returned as floats, not strings like with emulated prepares
    
    Fixes #227
    spaze authored and dg committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    a418e3f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. tests: rename SQL script

    Miloslav Hůla authored and dg committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4e63728 View commit details
    Browse the repository at this point in the history
  2. Selection: typefix for referencing table primary key

    Miloslav Hůla authored and dg committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a740e3f View commit details
    Browse the repository at this point in the history
  3. Structure::getBelongsToReference() return value fix

    Miloslav Hůla authored and dg committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    cf962df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b6230d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. SqlPreprocessor: generates IS NOT NULL (#226)

    nargotik authored and dg committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    9eeebcc View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    7c7ac13 View commit details
    Browse the repository at this point in the history
Loading