~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/decimal.cc

removed an undefined character from the decimal.cc file
added tests for date-datetime comparison

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  integer that determines the number of significant digits in a
29
29
  particular radix R, where R is either 2 or 10. S is a non-negative
30
30
  integer. Every value of an exact numeric type of scale S is of the
31
 
  form n*10^{-S}, where n is an integer such that �-R^P <= n <= R^P.
 
31
  form n*10^{-S}, where n is an integer such that -R^P <= n <= R^P.
32
32
 
33
33
  [...]
34
34