Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Composer Issue #74

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Composer Issue #74

wants to merge 34 commits into from

Commits on Oct 9, 2016

  1. support-sequence

    Added support for the control sequences.
    The implementation of auto-increment columns in two ways: through the
    automatic generation of sequences and before insert trigger, or using
    identity fields (only in Firebird 3.0).
    The implementation of InsertGetId method similar to the postgres, ie
    using RETURNING proposal. For Firebird 3.0 found a workaround.
    Create your own base model class in which insertAndSetId method is
    implemented through the prior receipt by the sequence identifier.
    Added additional methods for the execution of stored procedures and
    stored functions.
    Added Providing the connection parameters: the name of the role and
    Firebird version (to use the correct grammar).
    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    463e8d8 View commit details
    Browse the repository at this point in the history
  2. Change readme

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    523a799 View commit details
    Browse the repository at this point in the history
  3. change readme

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    d882813 View commit details
    Browse the repository at this point in the history
  4. change readme

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    74696d3 View commit details
    Browse the repository at this point in the history
  5. change readme

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    86768f8 View commit details
    Browse the repository at this point in the history
  6. spelling

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    1c78106 View commit details
    Browse the repository at this point in the history
  7. change readme

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    5a49c15 View commit details
    Browse the repository at this point in the history
  8. change composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    fa2d249 View commit details
    Browse the repository at this point in the history
  9. fix readme

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    b05088c View commit details
    Browse the repository at this point in the history
  10. fix composer.json

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    c04ab51 View commit details
    Browse the repository at this point in the history
  11. change composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    95cf162 View commit details
    Browse the repository at this point in the history
  12. change composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    effcff3 View commit details
    Browse the repository at this point in the history
  13. fix composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    4a56f45 View commit details
    Browse the repository at this point in the history
  14. fix composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    8350791 View commit details
    Browse the repository at this point in the history
  15. composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    fe645f2 View commit details
    Browse the repository at this point in the history
  16. fix composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    25be318 View commit details
    Browse the repository at this point in the history
  17. fix composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    3dede75 View commit details
    Browse the repository at this point in the history
  18. fix composer

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    8b9904a View commit details
    Browse the repository at this point in the history
  19. fix

    sim1984 committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    b57c29c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

  1. Fix RETURNING

    sim1984 committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    25f8078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb7c7c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Simplify the ServiceProvider

    sim1984 committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    762050b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Update composer.json

    fesoft authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    a899d56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from fesoft/patch-1

    Update composer.json
    sim1984 authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    508309a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Configuration menu
    Copy the full SHA
    a4ae9ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b6d6b View commit details
    Browse the repository at this point in the history
  3. rr

    sim1984 committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    ca82502 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf22563 View commit details
    Browse the repository at this point in the history
  5. update version

    sim1984 committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    c33989f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. laravel 5.7

    sim1984 committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    c47f4c3 View commit details
    Browse the repository at this point in the history
  2. nbproject remove

    sim1984 committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    b3a372f View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    sim1984 committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    e1b5f6b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. version support

    -added grammar support for firebird 1.5
    -main version is 2.* (if has no information about grammar 2.* is
    default)
    douglasresendemaciel committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    fb7bc16 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Merge pull request #3 from douglasresendemaciel/master

    version support
    sim1984 authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    28e4fbf View commit details
    Browse the repository at this point in the history