]> git.mjollnir.org Git - moodle.git/commit
dmlib: Add Oracle dirty hack cleanup to recordset_to_menu() get_field_sql() and get_f...
authormartinlanghoff <martinlanghoff>
Tue, 26 Sep 2006 05:10:18 +0000 (05:10 +0000)
committermartinlanghoff <martinlanghoff>
Tue, 26 Sep 2006 05:10:18 +0000 (05:10 +0000)
commit5a55af6097e242ba4d9a5dbb5e53b655a170fc45
treeb234ae3cd3ccd89b927d0f0fbf50c5bb59e9b496
parent44f98850449e57c67832540f4516a8999488a0cb
dmlib: Add Oracle dirty hack cleanup to recordset_to_menu() get_field_sql() and get_fieldset_sql()

This covers most (all?) the gaps in data retrieval except get_recordset_sql().

To tackle get_recordset_sql,  where the actual data retrieval is done within
AdoDB, we would have to to wrap around AdoDB with a subclass, but that would
be dirty, dirty, dirtier.
lib/dmllib.php