[READ-ONLY] Provides connection managing and traits for Entities and Queries that can be reused for…

Repo Url https://github.com/cakephp/datasource
Clone Url:
Watchers 4
Issues 0
Forks 1
Last Pushed At 2016-04-25
Tags has:composer has:license has:readme keyword:datasource keyword:entity keyword:query license:mit version:4.x
Last fetched: on 1/3/20

Recent Activity

Date Commit Message
2024-11-10 Correcting RulesChecker add method description
2024-09-14 Refactor PaginatedResultSet to implement IteratorAggregate in order to make results serialization possible.
2024-09-14 Use str_starts_with() where possible.
2024-09-14 Drop use of resultset decorator class in the ORM. It serves no purpose anymore since ResultSetInterface simply extends CollectionInterface and ResultSet extends Collection.
2024-09-14 Merge branch '5.x' into 5.next
2024-09-14 Fix failing tests and linting - newer phpunit eats our deprecation warnings. - Fix phpcs error and phpstan config warning - Fix new type issues that phpstan found - Update split repos phpstan config
2024-09-14 Add `@since` tags
2024-09-14 Add methods to RulesChecker to remove rules. Refs #17610
2024-09-14 Merge remote-tracking branch 'origin/5.x' into 5.next
2024-09-14 Fix up array list<> docblocks. (#17597) * Fix up array list<> docblocks. --------- Co-authored-by: ADmad
2024-09-14 Merge branch '5.x' into 5.next-merge # Conflicts: # VERSION.txt # psalm-baseline.xml
2024-09-14 Update src/Datasource/Paging/PaginatedResultSet.php Co-authored-by: Mark Story
2024-09-14 Fixes
2024-09-14 Add deprecation warning to __call()
2024-09-14 Fix template
2024-09-14 PHPStan fix
2024-09-13 Pin phpstan to 1.12.0 (#17875)
2024-09-13 Remove phpstan as dev dependency from split packages. Use the phpstan version from the main composer.json for split package checks for consistency.