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

Support Composite types #303

Merged
merged 40 commits into from
Jan 9, 2024
Merged

Commits on Jul 26, 2023

  1. Support Composite types

    Tigrov committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9a25d99 View commit details
    Browse the repository at this point in the history
  2. Update comment and test

    Tigrov committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    97863dc View commit details
    Browse the repository at this point in the history
  3. Fix styleci issues

    Tigrov committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    913ea1f View commit details
    Browse the repository at this point in the history
  4. Fix psalm issues

    Tigrov committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8d88a2a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    17beaef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e24fd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Add tests and fixes

    Tigrov committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d2975b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ff006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cc2920 View commit details
    Browse the repository at this point in the history
  4. Move to folder Composite

    Tigrov committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3f6c680 View commit details
    Browse the repository at this point in the history
  5. Apply fixes from StyleCI

    Tigrov committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    47c0622 View commit details
    Browse the repository at this point in the history
  6. Add tests and fixes

    Tigrov committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d0c21d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    fd67929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a455ab8 View commit details
    Browse the repository at this point in the history
  3. Refactor

    Tigrov committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    65a388b View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    Tigrov committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    32645ec View commit details
    Browse the repository at this point in the history
  5. Update tests and comments

    Tigrov committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    09be4f6 View commit details
    Browse the repository at this point in the history
  6. Update comments

    Tigrov committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ae6f41c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Fix typo in $compositeParser

    Tigrov committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d5f295e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4119262 View commit details
    Browse the repository at this point in the history
  3. Revert "Refactor ColumnSchema.php (yiisoft#302)"

    This reverts commit 4119262.
    Tigrov committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7ef91fd View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into support_composite_t…

    …ypes
    
    # Conflicts:
    #	tests/ColumnSchemaTest.php
    Tigrov committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b4bde58 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Improve initialization of ColumnSchema type

    Co-authored-by: Sergei Predvoditelev <sergey.predvoditelev@gmail.com>
    Tigrov and vjik committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ec137b7 View commit details
    Browse the repository at this point in the history
  2. Mark CompositeParser class as final

    Co-authored-by: Sergei Predvoditelev <sergey.predvoditelev@gmail.com>
    Tigrov and vjik committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0747938 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    c6ba36f View commit details
    Browse the repository at this point in the history
  2. Update according to yiisoft#297

    Tigrov committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3a3f47b View commit details
    Browse the repository at this point in the history
  3. Improve dbTypecastArray()

    Tigrov committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0f872e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a06c70 View commit details
    Browse the repository at this point in the history
  5. Add line to CHANGELOG.md

    Tigrov committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    feb58a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edb4f17 View commit details
    Browse the repository at this point in the history
  7. Double array of null values

    Tigrov committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    90e9dbf View commit details
    Browse the repository at this point in the history
  8. Update test

    Tigrov committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    12cd867 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    f39f761 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Sergei Predvoditelev <sergey.predvoditelev@gmail.com>
    Tigrov and vjik committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c06f2b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge branch 'master' into support_composite_types

    # Conflicts:
    #	src/Schema.php
    Tigrov committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f9cfa6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da586d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fa5ab View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md, improve

    Tigrov committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0f6c122 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge branch 'master' into support_composite_types

    # Conflicts:
    #	tests/ColumnSchemaTest.php
    #	tests/SchemaTest.php
    Tigrov committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d85acfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e1dbb View commit details
    Browse the repository at this point in the history