Christopher Hotchkiss
Christopher Hotchkiss
@zkline101 SourceKitten hasn't had a release since 2023 and hasn't merged commits in the last 2months. I'm not sure when this fix will get merged. For my projects I've just...
This library looks far better for doing the decimal work: https://github.com/paupino/rust-decimal
Doing more thinking, this will require triggers so that everything gets cleaned up okay.
Currently when a page is loaded from disk I immediately convert it into a row and parse all the columns. This makes it easier to handle conceptually BUT it results...
Okay let's make this a simple test of equality. select foo from bar where foo = 'foo';
Doing more research, this is going to require I implement value expressions: https://www.postgresql.org/docs/current/sql-expressions.html I'll try to keep it simple and let the complexity grow.