Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tflori/orm issues and pull requests
#83 - How to add custom validation on top of database validity
Issue -
State: closed - Opened by splitbrain about 2 months ago
- 2 comments
#82 - Add a delete method on Entity
Issue -
State: closed - Opened by flavi1 about 2 months ago
- 3 comments
#81 - Transaction management
Issue -
State: closed - Opened by flavi1 about 2 months ago
- 7 comments
#80 - Advance requirements
Pull Request -
State: closed - Opened by tflori about 2 months ago
- 1 comment
#79 - Warning Entity implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Issue -
State: closed - Opened by flavi1 about 2 months ago
- 4 comments
#78 - Warning: Undefined variable $fromClause in UpdateFromStatement.php on line 22
Issue -
State: closed - Opened by flavi1 about 2 months ago
- 4 comments
Labels: bug
#77 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Pull Request -
State: open - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#76 - GitHub actions
Pull Request -
State: closed - Opened by tflori over 2 years ago
- 1 comment
#75 - implement a parent child relation with build tree function
Pull Request -
State: closed - Opened by tflori over 3 years ago
- 1 comment
#74 - Feature eager loading of relations
Pull Request -
State: closed - Opened by tflori over 3 years ago
- 1 comment
#73 - create and use transaction methods in dbal
Pull Request -
State: closed - Opened by tflori over 3 years ago
- 1 comment
#72 - Transactions and Savepoints
Issue -
State: closed - Opened by tflori over 3 years ago
#71 - Implement morphed relations
Pull Request -
State: closed - Opened by tflori over 3 years ago
- 1 comment
#70 - Feature filters for entity fetcher
Pull Request -
State: closed - Opened by tflori over 3 years ago
- 1 comment
#69 - Boot entity
Pull Request -
State: closed - Opened by tflori over 3 years ago
- 1 comment
#68 - Feature : An optional where clause in relations?
Issue -
State: closed - Opened by flavi1 about 4 years ago
- 13 comments
#67 - implement public query, insert, update and delete interfaces
Pull Request -
State: closed - Opened by tflori about 4 years ago
- 2 comments
#66 - prefetch all missing entities with one query in many-to-many relations
Pull Request -
State: closed - Opened by tflori about 4 years ago
- 1 comment
#65 - Feature: allow direct database access
Issue -
State: closed - Opened by tflori about 4 years ago
#64 - Feature: use collections insteads of arrays (breaking change!)
Issue -
State: open - Opened by tflori about 4 years ago
- 2 comments
#63 - Improvement: fetch objects with a single query
Issue -
State: closed - Opened by tflori about 4 years ago
- 1 comment
#62 - Feature observers
Pull Request -
State: closed - Opened by tflori about 4 years ago
- 1 comment
#61 - WIP: Feature observers
Pull Request -
State: closed - Opened by tflori about 4 years ago
#60 - add possibility to define an entity manager resolver
Pull Request -
State: closed - Opened by tflori over 4 years ago
#59 - Improve observability of objects and classes
Issue -
State: closed - Opened by tflori over 4 years ago
- 3 comments
#58 - add codeclimate coverage report
Pull Request -
State: closed - Opened by tflori almost 5 years ago
- 1 comment
#57 - Feature to array
Pull Request -
State: closed - Opened by tflori almost 5 years ago
- 1 comment
#56 - Failed to mock entities with enabled validator
Issue -
State: closed - Opened by tflori about 5 years ago
- 1 comment
#55 - Mock EntityFetcher
Pull Request -
State: closed - Opened by tflori about 5 years ago
- 4 comments
#54 - Mocking and allowing fetching of entities
Issue -
State: closed - Opened by tflori over 5 years ago
- 3 comments
Labels: feature request
#53 - add VALUES keyword in where in composite condition except for mysql
Pull Request -
State: closed - Opened by tflori about 6 years ago
- 1 comment
#52 - Dbal::syncInserted() builds invalid sqlite query for Entity with combined primary key
Issue -
State: closed - Opened by Jmp00000001 about 6 years ago
- 11 comments
Labels: bug
#51 - Use static instead of self in return type hinting
Pull Request -
State: closed - Opened by splitbrain about 6 years ago
- 1 comment
#50 - Type Hints incomplete
Issue -
State: closed - Opened by splitbrain about 6 years ago
- 4 comments
#49 - Feature bulk insert
Pull Request -
State: closed - Opened by tflori about 6 years ago
- 2 comments
#48 - Feature generate primary key
Pull Request -
State: closed - Opened by tflori about 6 years ago
- 2 comments
#47 - Primary Key Generator
Issue -
State: closed - Opened by splitbrain about 6 years ago
- 5 comments
Labels: feature request
#46 - Implement bulk imports
Issue -
State: closed - Opened by tflori over 6 years ago
- 3 comments
Labels: feature request
#45 - add magic isset method to allow checking for attributes
Pull Request -
State: closed - Opened by tflori about 7 years ago
- 1 comment
#44 - escape iso date time format as string
Pull Request -
State: closed - Opened by tflori about 7 years ago
- 1 comment
#43 - implement __isset() method for ORM\Entity
Issue -
State: closed - Opened by splitbrain about 7 years ago
- 2 comments
#42 - DateTime Handling in SQLite (and maybe Type handling in general)
Issue -
State: closed - Opened by splitbrain about 7 years ago
- 3 comments
#41 - Release version 1.2
Pull Request -
State: closed - Opened by tflori over 7 years ago
- 19 comments
#40 - Refactor rename field
Pull Request -
State: closed - Opened by tflori over 7 years ago
- 1 comment
#39 - implement Entity::fill(array)
Pull Request -
State: closed - Opened by tflori over 7 years ago
- 1 comment
#38 - Feature validator
Pull Request -
State: closed - Opened by tflori over 7 years ago
- 6 comments
#37 - Feature validator
Pull Request -
State: closed - Opened by tflori over 7 years ago
- 1 comment
#36 - Feature dbal
Pull Request -
State: closed - Opened by tflori over 7 years ago
- 4 comments
#35 - Refactor the unit tests
Issue -
State: open - Opened by tflori over 7 years ago
Labels: improvement
#34 - update the docs for validator and updated options
Issue -
State: closed - Opened by tflori over 7 years ago
- 1 comment
Labels: documentation
#33 - Create a validator for an entity
Issue -
State: closed - Opened by tflori over 7 years ago
- 2 comments
Labels: feature request
#32 - Create a database abstraction layer
Issue -
State: closed - Opened by tflori over 7 years ago
Labels: feature request
#31 - [Feature Request] Ignore non existent table columns?
Issue -
State: closed - Opened by FloKnapp over 7 years ago
- 4 comments
Labels: feature request
#30 - don't use stfu operator
Pull Request -
State: closed - Opened by tflori over 7 years ago
- 2 comments
#29 - Feature key error
Pull Request -
State: closed - Opened by FloKnapp over 7 years ago
- 4 comments
#28 - Key missing when fetching an entity
Issue -
State: closed - Opened by FloKnapp over 7 years ago
- 4 comments
Labels: bug
#27 - implement a count method to EntityFetcher
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
#26 - fix where with empty string and 0
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 4 comments
#25 - Get the amount of many relations
Issue -
State: closed - Opened by tflori almost 8 years ago
- 2 comments
Labels: improvement
#24 - empty string or int 0 does not work in where
Issue -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
Labels: bug
#23 - Many-to-many relations column key seems to not be possible in camelCase
Issue -
State: closed - Opened by FloKnapp almost 8 years ago
- 2 comments
#22 - Feature join relations solves #19
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 2 comments
#21 - Scrutinizer Auto-Fixes
Pull Request -
State: closed - Opened by scrutinizer-auto-fixer almost 8 years ago
- 1 comment
#20 - Scrutinizer Auto-Fixes
Pull Request -
State: closed - Opened by scrutinizer-auto-fixer almost 8 years ago
- 2 comments
#19 - EntityFetcher should be able to handle relations
Issue -
State: closed - Opened by tflori almost 8 years ago
- 2 comments
#18 - Scrutinizer Auto-Fixes
Pull Request -
State: closed - Opened by scrutinizer-auto-fixer almost 8 years ago
- 1 comment
#17 - Feature modify relations
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
#16 - Feature fetch relations
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 2 comments
#15 - Silent data loss & corruption of unrelated row when attempting to insert duplicate value in unique column
Issue -
State: closed - Opened by erayd almost 8 years ago
- 6 comments
Labels: wontfix
#14 - Refactoring entities
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
#13 - Merge pull request #1 from tflori/master
Pull Request -
State: closed - Opened by FloKnapp almost 8 years ago
- 1 comment
#12 - Feature ansi quoting
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
#11 - Feature data modifications
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
#10 - Feature entity fetcher
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
#9 - Ignore composer archive
Pull Request -
State: closed - Opened by FloKnapp almost 8 years ago
- 2 comments
#8 - Method "fetch" missing?
Issue -
State: closed - Opened by FloKnapp almost 8 years ago
- 2 comments
#7 - implement methods to get and set data from Entity
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 3 comments
#6 - implement methods to get data from Entity
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 1 comment
#5 - Feature column naming
Pull Request -
State: closed - Opened by tflori almost 8 years ago
- 2 comments
#4 - fix table naming to support escaped naming
Pull Request -
State: closed - Opened by tflori about 8 years ago
- 1 comment
#3 - Feature table naming
Pull Request -
State: closed - Opened by tflori about 8 years ago
- 2 comments
#2 - Feature base configuration
Pull Request -
State: closed - Opened by tflori about 8 years ago
- 2 comments
#1 - improve documentation design
Issue -
State: open - Opened by tflori about 8 years ago
Labels: documentation, improvement, minor