Hacker News new | ask | show | jobs
by beefman 1468 days ago
> Lessons learned from SQLite4 have been folded into the main SQLite3 product.

Did decimal arithmetic make it?

1 comments

Mostly no. There is an extension that provides a core of it (operators aren't overloaded, it's all function calls, and “all” is 3 operators total).