|
|
|
|
|
by sega_sai
960 days ago
|
|
I was/am a fan of duckdb, but I recently discovered a bug in 0.9.1 where a fairly innocuous query was silently returning wrong results (issue 9399 on github). That made me much less confident about duckdb and how well tested it is.
Maybe it was a one off, but with postgresql for example I don't think I personally encountered cases of simply incorrect query results. |
|
To my knowledge the only databases that can be described as "military-grade" in terms of testing are SQLite and Postgres.