4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 24 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document the new compound primary keys behaviour and features More... over 10 years ago
Tests for compound primary keys queries added More... over 10 years ago
INSERT queries are now compound primary keys aware More... over 10 years ago
delete() method is now compound primary keys aware More... over 10 years ago
UPDATE queries are now compound primary keys aware More... over 10 years ago
Added a protected method for filtering multiple column primary keys More... over 10 years ago
having_*() methods are now compound primary key aware More... over 10 years ago
Add support for adding multi-column conditions into queries More... over 10 years ago
where_*() methods are now compound primary key aware More... over 10 years ago
Multiple column names can now be specified when calling get() More... over 10 years ago
Add change log details More... over 10 years ago
Merge pull request #150 from herroffizier/master More... over 10 years ago
Merge branch 'lazy-setup-db' of https://github.com/falmp/idiorm into develop More... over 10 years ago
Allow unsetting the db (ORM::set_db(null)) to make the test work again More... over 10 years ago
Add HHVM to build matrix Edit More... over 10 years ago
Issue #156 findMany() returns only the last record in a set More... over 10 years ago
Issue #156 findMany() returns only the last record in a set More... over 10 years ago
Docs on raw_join implementation More... over 10 years ago
Implemetation of raw_join More... over 10 years ago
Removed premature optimization as requested More... over 10 years ago
Add a RAW JOIN source to the query More... over 10 years ago
Changed $_db access to ensure it's always properly setup Changed configure() to directly set $_config Fixed typo on comment ('mulitple' -> 'multiple') More... over 10 years ago
Adds regression tests for missing magic method calls to ORM and IdiormResultSet More... over 10 years ago
Adds new IdiormMethodMissingException class for missing magic method calls to ORM and IdiormResultSet More... over 10 years ago
improved typecasting for aggregate db functions
m4
More... over 10 years ago
Add release date to changelog More... over 10 years ago
Document latest changes More... over 10 years ago
Merge branch 'master' of https://github.com/ulrikjohansson/idiorm into develop More... over 10 years ago
Correct docblock type hint for set_db($db) More... over 10 years ago
Merge branch 'patch-1' of https://github.com/fridde/idiorm into develop More... over 10 years ago