-
Notifications
You must be signed in to change notification settings - Fork 14
A non-breaking solution for (#45) #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
245cb65
Fix for issue #35. Corrected ActiveRecordTest's so that capitalizatio…
ipundit e1bb78f
Primary key has to be lowercased too because gettter/setters are lowe…
ipundit f6e2981
Fix for issue #35. Corrected ActiveRecordTest's so that capitalizatio…
ipundit 67471f5
Primary key has to be lowercased too because gettter/setters are lowe…
ipundit 83a4db0
Merge branch 'master' of https://github.com/ipundit/activerecord
ipundit 1aea4e1
Merge branch 'master' into master
ipundit 9639f31
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 52478ab
Running all the tests may take more than the default of 300 seconds. …
ipundit c323677
Write proper tests that demonstrate the fix for issue #35:
ipundit 80ed052
Switched from firstName field to existing mixedCaseField to pass Post…
ipundit b8ecfc0
- List things in alphabetical order
ipundit 23d00a7
Revert updates to test suite as ActiveRecordTest::test_case_insensiti…
ipundit e31ec4f
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 9a6fb32
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit ba7f090
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit d42a7d1
Implemented composer test <fileName> <filter>
ipundit fc79d97
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit f6f67ee
Sketch out an idea for a Model::find() replacement
ipundit 568cfb5
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 650d368
Fix style issues
ipundit edea071
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 767e537
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit d140a01
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 75919a7
Fix PHP Stan level 7 errors in SQLExecutionPlan.php
ipundit 19292fb
Minor coding style fixes to pass regression.
ipundit 089d3d3
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit c4e55dc
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 2eec6b0
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 1f76eac
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 65e7ff3
Implemented last() chainable module
ipundit 6aba443
Fix for issue #55
ipundit c772578
Remove unused scripts and files references.
ipundit 8291ea6
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit cf6056e
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 64e45b8
Remove unused items in composer.json
ipundit 7efb255
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 1dcad8d
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 90350f4
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 7b1e20e
Merge branch 'master' of https://github.com/ipundit/activerecord
ipundit b4c8acb
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 5fc51d0
Merge branch 'master' of https://github.com/ipundit/activerecord into…
ipundit a58b20c
Style fixes
ipundit 0b200e6
PHP Stan fixes
ipundit c42cdf4
Renamed SQLExecutionPlan to Relation
ipundit e9030cd
Renamed $sqlPlan to $relation
ipundit 60353de
- Make chainable function spelling the same as Rails4, so joins() rat…
ipundit d946176
Moved implementation of count() from Model to Relation
ipundit 05fad21
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit 3170e85
Hide $this->table behind a getter to lazily load the table.
ipundit 8264358
Implemented find()
ipundit 4bb1e1c
Removed public static function find_by_pk() because it's not called i…
ipundit 365c66c
Implemented find() and where()
ipundit 0b81ba0
Merge branch 'master' of https://github.com/php-activerecord/activere…
ipundit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alldoesn't take any arguments; I think it's only meant as a means to get a handle to theRelationwithout executing anything: