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

Conversation

selmo47
Copy link
Contributor

@selmo47 selmo47 commented Feb 11, 2019

  • When trying to install it with composer, it fails and return

[InvalidArgumentException]
Could not find a matching version of package sim1984/laravel-firebird. Check the package spelling, your version con
straint and that the package is available in a stability which matches your minimum-stability (stable).

  • i cant also locate it in packagist
  • I couldn't open an issue, so i think to pass it here

sim1984 and others added 30 commits October 9, 2016 15:07
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 and others added 4 commits August 9, 2019 15:35
-added grammar support for firebird 1.5
-main version is 2.* (if has no information about grammar 2.* is
default)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants