Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing nested #366

Merged
merged 61 commits into from
Dec 14, 2023
Merged

Parsing nested #366

merged 61 commits into from
Dec 14, 2023

Commits on Feb 6, 2023

  1. or operator

    fogelito committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b3e5b0e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'between' of github.com:utopia-php/database into test-or

    � Conflicts:
    �	src/Database/Adapter/MariaDB.php
    �	src/Database/Query.php
    fogelito committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f5416e4 View commit details
    Browse the repository at this point in the history
  3. bind param error

    fogelito committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    50a6a0e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Nested conditions

    fogelito committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c309434 View commit details
    Browse the repository at this point in the history
  2. remove nesting entry

    fogelito committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2d3e8ea View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Oct 15, 2023

  1. Merge branch 'main' of github.com:utopia-php/database into test-or

    � Conflicts:
    �	src/Database/Adapter/MariaDB.php
    �	src/Database/Adapter/Postgres.php
    �	src/Database/Adapter/SQL.php
    �	src/Database/Query.php
    �	tests/Database/Adapter/MongoDBTest.php
    fogelito committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    111c30d View commit details
    Browse the repository at this point in the history
  2. Query OR

    fogelito committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    58fe422 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Query OR

    fogelito committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fe25d3c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Some changes

    fogelito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    252321d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. cleanFilters tests

    fogelito committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2829975 View commit details
    Browse the repository at this point in the history
  2. mongo blocker

    fogelito committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    110da1f View commit details
    Browse the repository at this point in the history
  3. Second try

    fogelito committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b818706 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Fix Mongo tests

    fogelito committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    0da0dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b252a View commit details
    Browse the repository at this point in the history
  3. Merge main

    fogelito committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c13cba0 View commit details
    Browse the repository at this point in the history
  4. Remove first check

    fogelito committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    800cf82 View commit details
    Browse the repository at this point in the history
  5. Remove comments

    fogelito committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    5f9cb97 View commit details
    Browse the repository at this point in the history
  6. implode $conditions

    fogelito committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    71f7950 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Format

    fogelito committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2948863 View commit details
    Browse the repository at this point in the history
  2. composer check

    fogelito committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    88b5f48 View commit details
    Browse the repository at this point in the history
  3. remove line

    fogelito committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    af7c5c3 View commit details
    Browse the repository at this point in the history
  4. Parsing Tests

    fogelito committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b90da4e View commit details
    Browse the repository at this point in the history
  5. Mongo mount

    fogelito committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fc3369c View commit details
    Browse the repository at this point in the history
  6. Mongo mount

    fogelito committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    cb86bbb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. revert or parse

    fogelito committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9eabf48 View commit details
    Browse the repository at this point in the history
  2. allow test

    fogelito committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    36c07bf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge branch 'main' of github.com:utopia-php/database into query-or

    � Conflicts:
    �	composer.lock
    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    80ca44e View commit details
    Browse the repository at this point in the history
  2. composer.lock

    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    458bcf7 View commit details
    Browse the repository at this point in the history
  3. and Nested operator

    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f64fec2 View commit details
    Browse the repository at this point in the history
  4. Formatting

    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    df713f7 View commit details
    Browse the repository at this point in the history
  5. check formatting

    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7c27898 View commit details
    Browse the repository at this point in the history
  6. Support JSON query syntax

    abnegate committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    716cc25 View commit details
    Browse the repository at this point in the history
  7. Format

    abnegate committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    648376d View commit details
    Browse the repository at this point in the history
  8. check formatting

    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    19715d9 View commit details
    Browse the repository at this point in the history
  9. Remove commented test

    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a5bb36f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f17eaac View commit details
    Browse the repository at this point in the history
  11. testNested

    fogelito committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4521313 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. LOGICAL_TYPES

    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7862848 View commit details
    Browse the repository at this point in the history
  2. getValues getValue

    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    bdd651c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3879c4f View commit details
    Browse the repository at this point in the history
  4. Fix queries

    abnegate committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d25040b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat-json-queries' of github.com:utopia-php/database in…

    …to parsing-nested
    
    � Conflicts:
    �	src/Database/Query.php
    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2d21089 View commit details
    Browse the repository at this point in the history
  6. Remove test

    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a1bf3a5 View commit details
    Browse the repository at this point in the history
  7. Formatting

    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9e66f84 View commit details
    Browse the repository at this point in the history
  8. addressing comments

    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    22175c2 View commit details
    Browse the repository at this point in the history
  9. composer.lock

    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f3ec6f0 View commit details
    Browse the repository at this point in the history
  10. isNested

    fogelito committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    17fc376 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Or query parsing

    fogelito committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e0629ad View commit details
    Browse the repository at this point in the history
  2. parse as a sting

    fogelito committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    45bfcc8 View commit details
    Browse the repository at this point in the history
  3. Query test changes

    fogelito committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7e3de8e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Update src/Database/Adapter/SQL.php

    Co-authored-by: Jake Barnby <jakeb994@gmail.com>
    fogelito and abnegate authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dde90b4 View commit details
    Browse the repository at this point in the history
  2. Update src/Database/Validator/Query/Filter.php

    Co-authored-by: Jake Barnby <jakeb994@gmail.com>
    fogelito and abnegate authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4838d56 View commit details
    Browse the repository at this point in the history
  3. Address comments

    fogelito committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8099784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fd8253 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of github.com:utopia-php/database into parsing-ne…

    …sted
    
    � Conflicts:
    �	composer.lock
    �	src/Database/Adapter/Postgres.php
    �	src/Database/Database.php
    �	tests/unit/QueryTest.php
    fogelito committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    769487f View commit details
    Browse the repository at this point in the history
  6. Fix more test

    fogelito committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    966194a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fix toArray + tests

    fogelito committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8f2a52a View commit details
    Browse the repository at this point in the history
  2. Fix toArray + tests

    fogelito committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    10b1071 View commit details
    Browse the repository at this point in the history
  3. unit

    fogelito committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    96b3eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f10807 View commit details
    Browse the repository at this point in the history