8000 Comparing 2.2...master · ratajs/SuperSQL · 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.
8000 base repository: ratajs/SuperSQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2
Choose a base ref
...
head repository: ratajs/SuperSQL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 6, 2021

  1. Update ssql.php

    Values in certain conditions should be saner, prevents SQL injection caused by encoding errors.
    https://stackoverflow.com/questions/5741187/sql-injection-that-gets-around-mysql-real-escape-string
    ratajs authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    2abe492 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Update ssql.php

    ratajs authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    21a5b59 View commit details
    Browse the repository at this point in the history
  2. Update ssql.php

    ratajs authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    1922c5f View commit details
    Browse the repository at this point in the history
  3. Update ssql.php

    Improved escaping of begins, ends and contains conditions, improved their compatibility with SQLite.
    ratajs authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    cbb8815 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. * You can add a new virtual column or change an existing column using…

    … callbacks
    
    * Added `CASE_INSENSITIVE` flag for advanced conditions
    * Renamed `add` to `addColumn` and `drop` to `removeColumn`
    * Removed `change` method
    * Added `renameColumn` method
    * Added `FETCH_HTML` flag
    * Dropped support for versions below PHP 7.0
    * Various other changes and fixes
    ratajs committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    92d79d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    445b1d3 View commit details
    Browse the repository at this point in the history
  2. Add tests

    ratajs committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f8a47e0 View commit details
    Browse the repository at this point in the history
  3. Update README

    ratajs committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    70a7a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Fix issues with HTML output

    ratajs committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    adc34fb View commit details
    Browse the repository at this point in the history
  2. Fix inserting NULL value

    ratajs committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    114b617 View commit details
    Browse the repository at this point in the history
  3. Allow composite primary keys

    ratajs committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    bdee356 View commit details
    Browse the repository at this point in the history
Loading
0