~drizzle-trunk/drizzle/development

  • Committer: Jay Pipes
  • Date: 2009-01-30 04:01:12 UTC
  • Revision ID: jpipes@serialcoder-20090130040112-svbn774guj98pwi4
To remain in compatibility with MySQL, added ability to interpret
decimal arguments as datetime strings for temporal functions.

Fixed YEAR(), MONTH(), DAYOFMONTH(), DAYOFYEAR(), HOUR(), MINUTE(), SECOND(), and MICROSECOND()
to accept decimal parameters and interpret them the same way as MySQL.

Fixed an issue with the TemporalFormat::matches() method which was 
incorrectly assuming all microsecond arguments were specified as 6 digits.
Added power of 10 multiplier to usecond calculation. This fixes issues with
failures in type_date and func_sapdb test cases.
Filename Latest Rev Last Changed Committer Comment Size
..
archive 1 16 years ago brian clean slate Diff
blackhole 1 16 years ago brian clean slate Diff
csv 1 16 years ago brian clean slate Diff
heap 1 16 years ago brian clean slate Diff
innobase 641.1.2 16 years ago Monty Taylor Imported 1.0.1 with clean - with no changes. Diff
myisam 1 16 years ago brian clean slate Diff
Makefile.am 575.1.11 16 years ago Monty Taylor Coupla little fixes. 733 bytes Diff Download File