|
|
|
Issue Links:
|
Relates
|
|
This issue has a non-specific relationship to:
|
|
MDL-13861
lib/statslib SQL errors under Oracle
|
|
|
|
|
|
|
|
| Database: |
Any
|
| Participants: |
Eloy Lafuente (stronk7) and Petr Skoda
|
| Security Level: |
None
|
| QA Assignee: |
Petr Skoda
|
| Resolved date: |
29/Jun/08
|
| Affected Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
While fixing and testing MDL-13861, it seems that the statistics generations has some CEIL() SQL uses.
But MSSQL isn't using that function but CEILING() instead.
To fix this:
1) Create one sql_ceil() function.
2) Replace all uses of CEIL() with that function.
Ciao :-)
|
|
Description
|
While fixing and testing MDL-13861, it seems that the statistics generations has some CEIL() SQL uses.
But MSSQL isn't using that function but CEILING() instead.
To fix this:
1) Create one sql_ceil() function.
2) Replace all uses of CEIL() with that function.
Ciao :-) |
Show » |
|
Ciao