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: sqlpage/SQLPage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: sqlpage/SQLPage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 16 commits
  • 22 files changed
  • 5 contributors

Commits on Aug 21, 2023

  1. tests

    lovasoa committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c0fe40a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Bump rustls-webpki from 0.101.3 to 0.101.4

    Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
    - [Release notes](https://github.com/rustls/webpki/releases)
    - [Commits](rustls/webpki@v/0.101.3...v/0.101.4)
    
    ---
    updated-dependencies:
    - dependency-name: rustls-webpki
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d1a607f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from lovasoa/dependabot/cargo/rustls-webpki-0.…

    …101.4
    
    Bump rustls-webpki from 0.101.3 to 0.101.4
    lovasoa authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d82d83b View commit details
    Browse the repository at this point in the history
  3. update sql parser

    fixes #31 (cannot use CURRENT_TIMESTAMP in sqlite)
    fixes transaction handling on databases with a "BEGIN TRANSACTION" syntax (instead of START TRANSACTION) such as SQLite
    
    See https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md#0370-2023-08-22
    lovasoa committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9328352 View commit details
    Browse the repository at this point in the history
  4. in the debug component, display top-level pareameters as well as row-…

    …level ones.
    
    This also fixes a surprising behavior when starting a file without a component selection.
    lovasoa committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    88a96cf View commit details
    Browse the repository at this point in the history
  5. update dashmap

    lovasoa committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    295eb81 View commit details
    Browse the repository at this point in the history
  6. dependencies update

    lovasoa committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    404d939 View commit details
    Browse the repository at this point in the history
  7. blog post update

    lovasoa committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4aa029e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix #67

    lovasoa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a6334ab View commit details
    Browse the repository at this point in the history
  2. fix table sorting

    lovasoa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5fc00bd View commit details
    Browse the repository at this point in the history
  3. Fix broken search in shell template

    The shell template was using a "target" attribute on the search <form> element, instead of an "action" attribute
    maaxleq authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e5d9ac1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from maaxleq/main

    Fix broken search in shell template
    lovasoa authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7912bfb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Fix ErrorWithStatus bubbling

    Since 0.10.0 ErrorWithStatus show as html error rendering.
    This leads to breaking Basic Auth mechanism for instance.
    The fix considers every ErrorWithStatus must not show details as html.
    edgrip committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    43f5758 View commit details
    Browse the repository at this point in the history
  2. fmt

    edgrip committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e100ff0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from edgrip/main

    Fix ErrorWithStatus bubbling
    lovasoa authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    b409e08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62bd001 View commit details
    Browse the repository at this point in the history
Loading