root/trunk/manual/info/change_log.html

206218
119
				<li>
119
				<li>
120
					Added <dfn>dump()</dfn> which dumps the contents of the record, omitting the "internal" properties
120
					Added <dfn>dump()</dfn> which dumps the contents of the record, omitting the "internal" properties
121
				</li>
121
				</li>
122
				<li>Added a forgoten call to <dfn>log_message()</dfn> in <dfn>related()</dfn></li>
122
				<li>Added a forgotten call to <dfn>log_message()</dfn> in <dfn>related()</dfn></li>
123
			</ul>
123
			</ul>
124
		</li>
124
		</li>
125
		<li>
125
		<li>
...
...
146
				<li><dfn>delete_all()</dfn> now works with relations, the previous contained old code (from 0.1.1)</li>
146
				<li><dfn>delete_all()</dfn> now works with relations, the previous contained old code (from 0.1.1)</li>
147
				<li>Added references to the model object in the pre_* fetch hooks</li>
147
				<li>Added references to the model object in the pre_* fetch hooks</li>
148
				<li>Removed the instantiate_record hooks</li>
148
				<li>Removed the instantiate_record hooks</li>
149
				<li>Removed the need for CodeIgniter's ActiveRecord library</li>
150
				<li><strong>Note: </strong> The <kbd>IR_USE_AR</kbd> option has been removed</li>
151
				<li><strong>Note: </strong> Some hook parameters have been reordered</li>
149
			</ul>
152
			</ul>
150
		</li>
153
		</li>
151
		<li>
154
		<li>
...
...
171
				<li>
174
				<li>
172
					Fixed bug which occured if <dfn>like()</dfn> wan't called before <dfn>where()</dfn>
175
					Fixed bug which occured if <dfn>like()</dfn> wan't called before <dfn>where()</dfn>
173
				</li>
176
				</li>
177
				<li>Fixed the <dfn>insert()</dfn>, <dfn>update()</dfn> and <dfn>delete()</dfn> methods, so they can now be
used</li>
174
				<li>
178
				<li>
175
					Improved performance of <dfn>_protect_identifiers()</dfn> and the WHERE statement generation code<br />
179
					Improved performance of <dfn>_protect_identifiers()</dfn> and the WHERE statement generation code<br />
176
					A total improvement of about 10%.
180
					A total improvement of about 10%.