8000 Comparing v2.4.6...v2.4.7 · nette/database · GitHub
[go: up one dir, main page]

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: v2.4.6
Choose a base ref
...
head repository: nette/database
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.7
Choose a head ref
  • 14 commits
  • 22 files changed
  • 5 contributors

Commits on Jun 8, 2018

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

Commits on Jun 19, 2018

  1. MySqlDriver: Fix PDO::ATTR_CASE (#199)

    fixed Cannot read an undeclared column 'Type', did you mean 'type'? when you used PDO::ATTR_CASE option
    dennydanek authored and dg committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    40e48b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. OdbcDriver: doesn't support meta

    dg committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    76680b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0675658 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

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

Commits on Sep 13, 2018

  1. travis: uses NCS 2

    dg committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b7e76a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Fixed Helpers::dumpResult with non-string values (#204)

    If you call dump on ResultSet and non-string value (like null) exists, dump will raise TypeError exception on PHP7.1 and newer (maybe even on older version).
    This add new static dumpVar method, that will try to escape value and return always string.
    Radovan Kepák authored and dg committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    66a9865 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. SqlBuilder: added method resetSelect (#146)

    EdaCZ authored and dg committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    c205f9c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Added test for bug 187 (#206)

    EdaCZ authored and dg committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    9844ac9 View commit details
    Browse the repository at this point in the history
  2. Selection: Fixed accidental deletion of referenced cached rows when e…

    …mptyResultSet is called (#187)(#207)
    MartinMystikJonas authored and dg committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    1c1fab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27909d0 View commit details
    Browse the repository at this point in the history
  4. test: fixed test

    dg committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    a559a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. added missing typehints

    dg committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    b7b1b99 View commit details
    Browse the repository at this point in the history
Loading
0