mariadb/mysql-test/suite/compat/oracle
Alexander Barkov f96eae1858 A proposal for MDEV-37319 Oracle Compatibility - MONTHS_BETWEEN functions
- Adding a method Datetime::to_seconds_ff()

- Rewriting Item_func_months_between::val_real() using
  Datetime::to_seconds_ff(). It reduces the code size.
  Also, improves the precision of the returned result
  (closer to Oralce results)

- Getting rid of copy_to_mysql_time(), to avoid copying

TODO: add tests with microseconds
2025-09-02 10:17:09 +04:00
..
r A proposal for MDEV-37319 Oracle Compatibility - MONTHS_BETWEEN functions 2025-09-02 10:17:09 +04:00
t A proposal for MDEV-37319 Oracle Compatibility - MONTHS_BETWEEN functions 2025-09-02 10:17:09 +04:00