Toby Hede

Results 6 issues of Toby Hede

Run into a weird one. I cannot insert when using 'em-synchrony/em-mongo' , but I can read. My insert code is pretty much lifted from the specs: ``` EventMachine.synchrony do db...

This is possibly me not understanding or doing something wrong. I am using the fancy console. In my code I have a condition that determines if a glyph is rendered....

SQLParser has added support for quite a few corners of the pg SQL dialect recently

There are no details on how to set this up for VS Code.

The rust integration test uses invalid SQL and does not actually work. The `test_prepared_statements` function in the Rust integration tests uses this code & statement: ``` match sqlx::query("SELECT one").fetch_all(&pool).await {...

Enabling admin by default potentially introduces a security issue. Patch makes `admin_username` and `admin_password` Optional rather than default to weak `admin/admin` credentials. Users now need to explicitly provide admin credentials...