<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/framework/Data/ActiveRecord, branch 3.1.8</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=3.1.8</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=3.1.8'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2011-05-21T19:29:39Z</updated>
<entry>
<title>remove spurious parent::__construct() added in r2880</title>
<updated>2011-05-21T19:29:39Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2011-05-21T19:29:39Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=5eeeeeb96db991f0500881190e321aba8efc8891'/>
<id>urn:sha1:5eeeeeb96db991f0500881190e321aba8efc8891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge last changes on "Data" from trunk</title>
<updated>2011-01-19T14:56:01Z</updated>
<author>
<name>christophe.boulain</name>
<email></email>
</author>
<published>2011-01-19T14:56:01Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=95b032891d6617525636cc7b680117dbb14afba7'/>
<id>urn:sha1:95b032891d6617525636cc7b680117dbb14afba7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Issue#153</title>
<updated>2010-01-14T10:39:39Z</updated>
<author>
<name>Christophe.Boulain</name>
<email></email>
</author>
<published>2010-01-14T10:39:39Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=9d3b70421ecdd129bfe32326ba0987ce6425f4f6'/>
<id>urn:sha1:9d3b70421ecdd129bfe32326ba0987ce6425f4f6</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
