Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Icinga/ipl-orm issues and pull requests
#140 - count should not be persisted to query
Issue -
State: open - Opened by moreamazingnick about 2 months ago
- 1 comment
#139 - Query: Determine omitted & target columns correctly
Pull Request -
State: closed - Opened by yhabteab 2 months ago
- 1 comment
Labels: bug, cla/signed
#138 - Force nullable data to be always nulled
Pull Request -
State: open - Opened by nilmerg 4 months ago
Labels: cla/signed
#137 - phpstan: Scan `/usr/share/icinga-php` instead of `vendor`
Pull Request -
State: closed - Opened by sukhwinder33445 7 months ago
Labels: enhancement
#136 - Add paging functionality to ResultSet
Pull Request -
State: open - Opened by ncosta-ic 7 months ago
- 3 comments
Labels: enhancement, cla/signed
#135 - php: Split phpstan tests into a separate workflow
Pull Request -
State: closed - Opened by nilmerg 8 months ago
Labels: cla/signed
#134 - Potential Memory Leak
Issue -
State: open - Opened by nilmerg 8 months ago
Labels: bug
#133 - Allow rewrite filter behaviors to finish processing
Pull Request -
State: closed - Opened by nilmerg 8 months ago
Labels: cla/signed
#132 - FilterProcessor: Ignore NULL results in NOT IN conditions
Pull Request -
State: closed - Opened by nilmerg 8 months ago
Labels: bug, cla/signed
#131 - Fix superfluous subquery filters
Pull Request -
State: open - Opened by nilmerg 9 months ago
- 1 comment
Labels: bug, cla/signed
#130 - phpstan: Streamline vendor file location with local dev-env
Pull Request -
State: closed - Opened by sukhwinder33445 10 months ago
- 1 comment
Labels: cla/signed
#129 - Behavior Limitations
Issue -
State: open - Opened by nilmerg 10 months ago
Labels: TBD
#128 - Hydrator: Properly hydrate custom columns if an alias prefix is used
Pull Request -
State: closed - Opened by nilmerg 10 months ago
Labels: bug, cla/signed
#127 - Custom columns are not hydrated correctly if an alias prefix is in use
Issue -
State: closed - Opened by nilmerg 10 months ago
Labels: bug
#126 - Hydrator: Correctly hydrate custom aliases targeting targets with underscores in their name
Pull Request -
State: closed - Opened by nilmerg 10 months ago
Labels: bug, cla/signed
#125 - If the base table or relation name contain an underscore, custom aliases are not hydrated correctly
Issue -
State: closed - Opened by nilmerg 10 months ago
Labels: bug
#124 - Hydrator: Don't spill properly qualified relation cols onto base model
Pull Request -
State: closed - Opened by nilmerg 10 months ago
Labels: bug, cla/signed
#123 - Properly qualified relation columns are spilled onto the base model after the first row of a result set has been hydrated
Issue -
State: closed - Opened by nilmerg 10 months ago
Labels: bug
#122 - Fix mapping of ambiguous columns
Pull Request -
State: closed - Opened by nilmerg about 1 year ago
Labels: bug, cla/signed
#121 - test: Add case for `ipl\Orm\Compat\FilterProcessor`
Pull Request -
State: closed - Opened by nilmerg about 1 year ago
Labels: cla/signed
#120 - Fix return type hint for `getKeyName()` & `getColumns()`
Pull Request -
State: closed - Opened by yhabteab about 1 year ago
Labels: cla/signed
#119 - Apply subquery filters of the same relation correctly
Issue -
State: open - Opened by yhabteab about 1 year ago
- 2 comments
Labels: bug
#118 - Don't write to a variable that still refs the address of previously u…
Pull Request -
State: closed - Opened by yhabteab about 1 year ago
Labels: bug, cla/signed
#117 - First subquery filter condition overrides the last one
Issue -
State: closed - Opened by yhabteab about 1 year ago
Labels: bug
#116 - Allow to optionally build default keys using table aliases
Issue -
State: open - Opened by yhabteab about 1 year ago
- 1 comment
Labels: enhancement, TBD
#115 - Github Actions: Do not cancel further tests if one fails
Pull Request -
State: closed - Opened by sukhwinder33445 about 1 year ago
Labels: cla/signed
#114 - SortUtil: Fix return type hint of `createOrderBy()`
Pull Request -
State: closed - Opened by yhabteab about 1 year ago
Labels: cla/signed
#113 - composer.json: Install ipl dependencies from main branch in tests
Pull Request -
State: closed - Opened by nilmerg about 1 year ago
Labels: cla/signed
#112 - PropertyBehavior: Check if a property exists before accessing it
Pull Request -
State: closed - Opened by nilmerg over 1 year ago
- 3 comments
Labels: bug, cla/signed
#111 - FilterProcessor: Define selected columns in group by for sub queries
Pull Request -
State: closed - Opened by nilmerg over 1 year ago
Labels: bug, cla/signed
#110 - Use `IN` instead of `EXISTS` to resolve to-n relation filters
Pull Request -
State: closed - Opened by nilmerg over 1 year ago
- 1 comment
Labels: bug, cla/signed
#109 - Github Actions: Add Phpstan
Pull Request -
State: closed - Opened by sukhwinder33445 over 1 year ago
- 1 comment
Labels: cla/signed
#108 - FilterProcessor: Force parentheses around columns in count distinct
Pull Request -
State: open - Opened by nilmerg over 1 year ago
- 2 comments
Labels: cla/signed
#107 - Do not apply behaviors twice
Pull Request -
State: closed - Opened by yhabteab over 1 year ago
- 2 comments
Labels: bug, cla/signed
#106 - Introduce `BelongsToOne` relation
Pull Request -
State: closed - Opened by sukhwinder33445 over 1 year ago
Labels: enhancement, cla/signed
#105 - Make `Binary` behaviour extensible which might also be used for mysql adapter
Pull Request -
State: closed - Opened by yhabteab over 1 year ago
- 7 comments
Labels: bug, cla/signed
#104 - Query: Fix that aliases are ignored in `withColumns()`
Pull Request -
State: closed - Opened by nilmerg over 1 year ago
Labels: bug, cla/signed
#103 - Query: Fix cloning
Pull Request -
State: open - Opened by nilmerg over 1 year ago
- 2 comments
Labels: bug, cla/signed
#102 - Fix that passing expressions to with columns is broken
Pull Request -
State: closed - Opened by nilmerg over 1 year ago
Labels: bug, cla/signed
#100 - Allow `BelongsToMany` with `toOne` relation
Pull Request -
State: closed - Opened by sukhwinder33445 over 1 year ago
Labels: cla/signed
#99 - Query: Add method `withoutColumns()`
Pull Request -
State: closed - Opened by nilmerg over 1 year ago
Labels: enhancement, cla/signed
#98 - PHP 8.2 Support
Pull Request -
State: closed - Opened by TAINCER almost 2 years ago
Labels: cla/signed
#97 - Update Checkout Action to v3
Pull Request -
State: closed - Opened by TAINCER almost 2 years ago
Labels: cla/signed
#96 - Allow to pick off specific columns from query
Issue -
State: closed - Opened by yhabteab almost 2 years ago
- 1 comment
Labels: enhancement
#95 - Allow using columns of junction model as filter columns
Issue -
State: closed - Opened by yhabteab almost 2 years ago
- 1 comment
#94 - Allow filtering by expressions
Issue -
State: open - Opened by yhabteab almost 2 years ago
#93 - tests: Add `SortUtilTest` case
Pull Request -
State: closed - Opened by nilmerg almost 2 years ago
Labels: cla/signed
#92 - Fix sql injection in order by
Pull Request -
State: closed - Opened by nilmerg almost 2 years ago
- 1 comment
Labels: bug, cla/signed
#90 - BelongsToMany: Raise a custom error when through class isn't set
Pull Request -
State: closed - Opened by yhabteab almost 2 years ago
Labels: cla/signed
#89 - Binary: Don't reset already hydrated data within the `setQuery()`
Pull Request -
State: closed - Opened by yhabteab almost 2 years ago
- 3 comments
Labels: cla/signed
#88 - Introduce `ValueConversionException`
Pull Request -
State: closed - Opened by yhabteab about 2 years ago
- 2 comments
Labels: cla/signed
#87 - BoolCast: Don't raise an error when `y,n,*` or `null` is passed
Pull Request -
State: closed - Opened by yhabteab about 2 years ago
Labels: bug, cla/signed
#86 - Query: Fix order by expression causes fatal error
Pull Request -
State: closed - Opened by yhabteab about 2 years ago
Labels: bug, cla/signed
#85 - Fix selection of expressions referencing relations
Pull Request -
State: closed - Opened by nilmerg about 2 years ago
- 2 comments
Labels: bug, cla/signed
#84 - Add BoolCast behavior
Pull Request -
State: closed - Opened by lippserd about 2 years ago
- 2 comments
Labels: enhancement, cla/signed
#83 - Introduce `MillisecondTimestamp` behavior
Pull Request -
State: closed - Opened by yhabteab about 2 years ago
- 1 comment
Labels: enhancement, cla/signed
#82 - Support table alias
Pull Request -
State: closed - Opened by yhabteab about 2 years ago
Labels: enhancement, cla/signed
#81 - FilterProcessor: Inject column expressions directly into filters
Pull Request -
State: open - Opened by nilmerg about 2 years ago
- 2 comments
Labels: bug, cla/signed
#80 - Resolver: De-duplicate base table columns
Pull Request -
State: closed - Opened by nilmerg about 2 years ago
- 3 comments
Labels: bug, cla/signed
#79 - Duplicate columns in SELECT
Issue -
State: closed - Opened by nilmerg about 2 years ago
Labels: bug
#78 - Support to create, update and delete using models
Pull Request -
State: open - Opened by yhabteab about 2 years ago
Labels: cla/signed
#77 - FilterProcessor: Use cached iterator
Pull Request -
State: open - Opened by yhabteab about 2 years ago
Labels: cla/signed
#76 - Add the possibility to add additional filters for relation
Issue -
State: open - Opened by sukhwinder33445 about 2 years ago
- 1 comment
Labels: enhancement
#75 - Expression columns do not work in where clause
Issue -
State: open - Opened by sukhwinder33445 about 2 years ago
- 1 comment
Labels: bug
#74 - Behaviors: Abort filter condition processing upon type change
Pull Request -
State: open - Opened by nilmerg over 2 years ago
Labels: bug, cla/signed
#73 - UnionModel: Provide primary union column definitions
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
- 1 comment
Labels: bug, cla/signed
#72 - `UnionModel` should provide the primary union's column definitions
Issue -
State: closed - Opened by nilmerg over 2 years ago
- 1 comment
Labels: bug
#71 - Introduce class `ipl\Orm\Behavior\NonTextMatch`
Pull Request -
State: open - Opened by nilmerg over 2 years ago
- 2 comments
Labels: cla/signed
#70 - Extend column definition class
Pull Request -
State: open - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#69 - "environment_id should be a resource got string instead" on pgsql database
Issue -
State: closed - Opened by mafri27 over 2 years ago
- 1 comment
Labels: bug
#68 - Binary behavior: Return non-resource as is
Pull Request -
State: closed - Opened by lippserd over 2 years ago
Labels: bug, cla/signed
#67 - Fix ResultSet::next() to increment ResultSet::position when ResultSet::cache is valid
Pull Request -
State: closed - Opened by raviks789 over 2 years ago
Labels: bug, cla/signed
#66 - Fix custom aliased column hydration
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: bug, cla/signed
#65 - Custom aliased columns are hydrated incorrectly
Issue -
State: closed - Opened by nilmerg over 2 years ago
Labels: bug
#64 - Introduce column definitions
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#63 - Split `RewriteBehavior` into two pieces
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#62 - Change column methods
Pull Request -
State: closed - Opened by lippserd over 2 years ago
Labels: enhancement, cla/signed
#61 - FilterProcessor: Support `ipl\Stdlib\Filter\Like` and `\Unlike`
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#60 - Add Binary behavior
Pull Request -
State: closed - Opened by lippserd over 2 years ago
Labels: enhancement, cla/signed
#59 - Resolver: Don't *with* relations that are required by expressions
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: cla/signed
#58 - Change `Query::with()`
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: cla/signed
#57 - Revert "Don't perform subquery filter on utilized()d relations"
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
- 1 comment
Labels: cla/signed
#56 - Allow order by aliased expressions
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
- 1 comment
Labels: enhancement, cla/signed
#55 - Do not automatically fetch side load queries
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: bug, cla/signed
#54 - PropertiesWithDefaults: Support iteration
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: cla/signed
#53 - Resolver: Support rewrite behaviors also on relations
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#52 - Hydrator: Properly propagate unknown relation columns
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: bug, cla/signed
#51 - Let models define their defaults
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#50 - Introduce class `ipl\Orm\AliasedExpression`
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#49 - Hydrator: Require `ipl\Orm\Query` in the constructor
Pull Request -
State: closed - Opened by nilmerg over 2 years ago
Labels: enhancement, cla/signed
#48 - Behaviors are processed twice when a filter is used in a subquery
Issue -
State: closed - Opened by lippserd over 2 years ago
- 4 comments
Labels: bug
#47 - Emit event after assembling a Select object for a Query
Pull Request -
State: closed - Opened by lippserd over 2 years ago
Labels: enhancement, cla/signed
#46 - Remove auto GROUP BY via Model::getAggregateColumns()
Pull Request -
State: closed - Opened by lippserd over 2 years ago
- 1 comment
Labels: cla/signed
#45 - RewriteFilterBehavior::rewriteCondition() Argument and return type do not match
Issue -
State: open - Opened by lippserd over 2 years ago
Labels: bug
#44 - Don't perform subquery filter on utilized()d relations
Pull Request -
State: closed - Opened by lippserd over 2 years ago
- 1 comment
Labels: bug, cla/signed
#43 - Query: Apply persist behaviors to join conditions
Pull Request -
State: closed - Opened by lippserd over 2 years ago
Labels: bug, cla/signed
#42 - Support query aware behaviors
Pull Request -
State: closed - Opened by lippserd over 2 years ago
Labels: enhancement, cla/signed
#41 - Allow to order by aliased model columns explicitly
Pull Request -
State: closed - Opened by lippserd over 2 years ago
- 1 comment
Labels: invalid
#40 - Allow to select aliased model columns explicitly
Pull Request -
State: closed - Opened by lippserd over 2 years ago
- 4 comments
Labels: cla/signed
#39 - Introduce Query::resolveProperty()
Pull Request -
State: closed - Opened by lippserd over 2 years ago
- 1 comment
Labels: invalid, cla/signed