Ahmed Said

Results 10 issues of Ahmed Said

### Bug Description Using the `query!` macro to insert a row does not work with a composite type defined in the schema and as a Rust struct, but it works...

bug

### Bug Description If you run a query with a `left join` and a `where` condition **outside** the `left join`, `sqlx` yells at you during runtime (not compile time) with...

bug

Hi! I read #653, and I was wondering if I could submit a simple PR implementing the conversion traits (like [`FromWasmAbi`](https://docs.rs/wasm-bindgen/latest/wasm_bindgen/convert/trait.FromWasmAbi.html) and friends) that just treats a `Uuid` to a...

This pull request adds the conversion `impl`s for [`wasm-bindgen`](https://github.com/wasm-bindgen/wasm-bindgen) crate's traits to enable usage in structs annotated with `#[wasm_bindgen]`

I hope the title doesn't come off entitled or demanding, I just want to be concise. I'm sure this has been covered elsewhere, but how come `DateTime` doesn't implement all...

Hello! Just wanna start by saying I love the crate. I would like to improve the support for the structs in this crate by implementing [`FromWasmAbi`](https://docs.rs/wasm-bindgen/latest/wasm_bindgen/convert/trait.FromWasmAbi.html) and friends for structs...

C-feature-request
A-third-party

Hello, I use `wasm-bindgen` extensively, usually to generate javascript classes with the `wasm_bindgen` macro. For common ecosystem types (like date-time stuff or uuid), I often end up creating newtype wrappers...

Hello, Thanks for the great set of crates - they're phenomenally useful. I was looking to use the [`Temporal` API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal#browser_compatibility). I figured it out (answer at the bottom) by reading...

Hello! I'm just getting started with this crate as an alternative to wasm-bindgen/wasm-bindgen (this crate looks easier to use, and it supports algebraic enums, unlike wasm-bindgen/wasm-bindgen). I was wondering if...