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.7
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.8
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 26, 2018

  1. tests: fix for PHP 7.3

    dg committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    89c0671 View commit details
    Browse the repository at this point in the history
  2. travis: added PHP 7.3

    dg committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    7134aef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c20be6 View commit details
    Browse the repository at this point in the history
  4. SqlPreprocessor: refactoring

    dg committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    3b793bd View commit details
    Browse the repository at this point in the history
  5. SqlPreprocessor: enables database parameters only for SELECT, INSERT,…

    … UPDATE, DELETE, REPLACE and EXPLAIN [Closes #211]
    dg committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    ca62678 View commit details
    Browse the repository at this point in the history
  6. PgSqlDriver: uses cache for getColumnTypes() to avoid excessive numbe…

    …r of queries [Closes #212]
    dg committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    b600291 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    388b172 View commit details
    Browse the repository at this point in the history
Loading