DEV Community

Discussion on: Functions supported by the Aerospike SQL driver

Collapse
 
alexradzin profile image
Alexander Radzin

Thank you very much for your comment. I have removed the duplicate line. I thought about current_timestamp and decided not to implement it because I provide function now(). However it is not a problem to provide current_timestamp as well. Will be done soon.

coalesce() is indeed very useful. I will implement it too.

Thanks again.