mirror of
https://github.com/MariaDB/server.git
synced 2025-09-28 11:59:12 +02:00
![]() Grammar updates & stored procedures examples Intervals appear within stored procedures -I made the changes requested on the PR. -I have implemented validation on various stages: parser and conversion function (str_to_interval) -for each validation added, there is corresponding tests Fix build failures Fixed test failure - clean up after Stored procedures after execuation This commit includes: Truncation & rounding for fractional seconds alternative ways to set interval values (e.g. val_deciaml, val_int and val_double) Field_interval Type_handler_interval This commit includes: -item_cache_interval -item_interval_literal -Interval_Native This commit includes: - Complete & test Milestone 2 requirements - Add grammar support for literal INTERVAL items - Enable INTERVAL type recognition in expression handling - Implement hybrid Date/Time operations (temporal ± interval only) Supported operations: - Temporal + INTERVAL - Temporal - INTERVAL This commit adds complete support for: -Interval Arithmetic: Full implementation of operations between two intervals, including multiplication, division, addition, and subtraction. -Hybrid Functions: IFNULL, NULLIF, COALESCE, CASE, IF, GREATEST, LEAST, ROUND, FLOOR, and CEIL. |
||
---|---|---|
.. | ||
archive | ||
blackhole | ||
columnstore | ||
connect | ||
csv | ||
example | ||
federated | ||
federatedx | ||
heap | ||
innobase | ||
maria | ||
mroonga | ||
myisam | ||
myisammrg | ||
oqgraph | ||
perfschema | ||
rocksdb | ||
sequence | ||
sphinx | ||
spider | ||
test_sql_discovery |