~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
..
support 1 16 years ago brian clean slate Diff
archive_performance.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 4.1 KB Diff Download File
archive_reader.c 779.3.10 15 years ago Monty Taylor Turned on -Wshadow. 8.8 KB Diff Download File
archive_test.c 779.3.10 15 years ago Monty Taylor Turned on -Wshadow. 10.8 KB Diff Download File
azio.cc 656.1.39 16 years ago Monty Taylor Removed my_seek, my_tell, my_fwrite, my_fseek. 27.4 KB Diff Download File
azio.h 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 14.3 KB Diff Download File
concurrency_test.c 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 7.5 KB Diff Download File
ha_archive.cc 813.2.2 15 years ago Toru Maesaka Renamed mysql_declare_plugin_end to drizzle_declar 35.1 KB Diff Download File
ha_archive.h 660.1.3 16 years ago Eric Herman removed trailing whitespace with simple script: f 5.7 KB Diff Download File
Makefile.am 779.2.4 16 years ago Monty Taylor Updated some more build stuff. 2.6 KB Diff Download File
plug.in 319.1.1 16 years ago Grant Limberg renamed all instances of MYSQL_ to DRIZZLE_ 192 bytes Diff Download File