<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/framework/Data/ActiveRecord, branch 3.1.5</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=3.1.5</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=3.1.5'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2009-05-14T07:40:17Z</updated>
<entry>
<title>Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys()</title>
<updated>2009-05-14T07:40:17Z</updated>
<author>
<name>godzilla80@gmx.net</name>
<email></email>
</author>
<published>2009-05-14T07:40:17Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=ed95b343dd11a3c5136d33dcb55ab11d75c551a9'/>
<id>urn:sha1:ed95b343dd11a3c5136d33dcb55ab11d75c551a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change visibilty of TActiveRecord class member "_invalidFinderResult" from private to protected to concern serialization</title>
<updated>2009-05-11T07:44:55Z</updated>
<author>
<name>godzilla80@gmx.net</name>
<email></email>
</author>
<published>2009-05-11T07:44:55Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=6ef4cdbaece53185ff3924b26461fd1bffd8127a'/>
<id>urn:sha1:6ef4cdbaece53185ff3924b26461fd1bffd8127a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Issue #74</title>
<updated>2009-05-10T10:51:52Z</updated>
<author>
<name>godzilla80@gmx.net</name>
<email></email>
</author>
<published>2009-05-10T10:51:52Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=5d276345aa8fc6eefed3793d59cc73ae0d0247b5'/>
<id>urn:sha1:5d276345aa8fc6eefed3793d59cc73ae0d0247b5</id>
<content type='text'>
Introduce a new property 'InvalidFinderResult' (related new enum TActiveRecordInvalidFinderResult) to TActiveRecordConfig, TActiveRecordManager, TActiveRecord that allows to control how TActiveRecord react if an invalid magic-finder invoked.
Possible values are:
  Exception - throw TActiveRecordException like before rev1545
  Null - return null (default for backward compatibility reasons)

To change behavior:
&lt;module class="System.Data.ActiveRecord.TActiveRecordConfig" InvalidFinderResult="Exception"/&gt;
or
MyActiveRecord-&gt;setInvalidFinderResult(TActiveRecordInvalidFinderResult::Exception);
or
override MyActiveRecord-&gt;getInvalidFinderResult() to always return TActiveRecordInvalidFinderResult::Exception</content>
</entry>
<entry>
<title>replace array_push() function calls with native language constuct if make sense</title>
<updated>2009-03-19T22:07:39Z</updated>
<author>
<name>godzilla80@gmx.net</name>
<email></email>
</author>
<published>2009-03-19T22:07:39Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=d634db87d432c87a092f1c4cee69a56914cbaa97'/>
<id>urn:sha1:d634db87d432c87a092f1c4cee69a56914cbaa97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Issue#99</title>
<updated>2009-03-16T10:41:42Z</updated>
<author>
<name>Christophe.Boulain</name>
<email></email>
</author>
<published>2009-03-16T10:41:42Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=306c8f71af808b0002008a5585c2ac9ff69aeb1e'/>
<id>urn:sha1:306c8f71af808b0002008a5585c2ac9ff69aeb1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Issue#65: Improvement of TActiveRecord::populateObjects()</title>
<updated>2009-01-07T07:28:22Z</updated>
<author>
<name>christophe.boulain</name>
<email></email>
</author>
<published>2009-01-07T07:28:22Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=862b9a093ab7961fb99ae034876889f0b69f7fc0'/>
<id>urn:sha1:862b9a093ab7961fb99ae034876889f0b69f7fc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed all trailing ?&gt;</title>
<updated>2008-10-21T15:05:13Z</updated>
<author>
<name>qiang.xue</name>
<email></email>
</author>
<published>2008-10-21T15:05:13Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=cf0d0b7e78003d02435337f79a99da056ca0f683'/>
<id>urn:sha1:cf0d0b7e78003d02435337f79a99da056ca0f683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed issue #11.</title>
<updated>2008-10-21T02:13:28Z</updated>
<author>
<name>qiang.xue</name>
<email></email>
</author>
<published>2008-10-21T02:13:28Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=22d29033506b0caa34b4f8f5d16de9f1ffbb6ec9'/>
<id>urn:sha1:22d29033506b0caa34b4f8f5d16de9f1ffbb6ec9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed issue #5.</title>
<updated>2008-10-21T01:59:02Z</updated>
<author>
<name>qiang.xue</name>
<email></email>
</author>
<published>2008-10-21T01:59:02Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=724874e7bd39d787fff39bde2a44076e1d873a30'/>
<id>urn:sha1:724874e7bd39d787fff39bde2a44076e1d873a30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ticket #891 (changed to non-static method)</title>
<updated>2008-10-16T09:03:39Z</updated>
<author>
<name>mikl</name>
<email></email>
</author>
<published>2008-10-16T09:03:39Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=8f5dc4638ef7378db6572aae23b524b8b5a6a1fe'/>
<id>urn:sha1:8f5dc4638ef7378db6572aae23b524b8b5a6a1fe</id>
<content type='text'>
</content>
</entry>
</feed>
