summaryrefslogtreecommitdiff
path: root/system/libraries/ORM.php
AgeCommit message (Collapse)Author
2013-02-09Reset db_applied after find(). Fixes #1998.Bharat Mediratta
2010-11-18Fix a bug in ORM where calling reload() on an unloaded instance returns theBharat Mediratta
first instance in the database, which is super bad. Kohana ticket: http://dev.kohanaframework.org/issues/3397 Related G3 ticket: http://sourceforge.net/apps/trac/gallery/ticket/1489
2010-01-18Updated Kohana to r4742Bharat Mediratta
2010-01-06Updated Kohana to r4737Tim Almdal
2009-12-22Back out my temporary fix for http://dev.kohanaframework.org/issues/2384Bharat Mediratta
now that the real fix is in.
2009-12-21Updated Kohana to r4724Bharat Mediratta
2009-11-26Make ORM::__call() always return an ORM so that it's chainable.Bharat Mediratta
2009-11-24Update to Kohana r4684 which is now Kohana 2.4 and has substantialBharat Mediratta
changes.
2009-07-23Improve PgSQL compatibility in KohanaRomain LE DISEZ
( see http://dev.kohanaphp.com/issues/1855 ) (cherry picked from commit 8cbf43ed2abe9772045766e598bb9fe3d4def983)
2009-05-27Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm ↵Bharat Mediratta
comfortable with us not clearly drawing the distinction about the fact that it's Kohana.