Dan Kochetov
Dan Kochetov
It's not as easy as it may look like. Currently, the type of the `session` property is just a generic `MySqlSession`, not a driver-specific one, so it doesn't know about...
Yep, we plan to add the "Advanced" section to the docs where we'd explain all the user-facing types and how to use them. Thanks!
@rozenmd I've tested this with latest types version (`4.20240320.1`), and the `.raw()` method still doesn't return multiple columns with the same name. This change shouldn't require any actions from our...
Unfortunately, we don't have enough capacity to look into this currently, but we agree that this is a useful feature and it will be eventually resolved.
@danclaroni FYI, `timestamp with timezone` is only supported in Data API for Aurora Serverless V1, which won't be supported after December 31st, 2024. Currently, we prioritize supporting V2.
I checked the source code and saw the [`stringify`](https://github.com/elbywan/wretch/blob/ce395b5572406c589df4fd9b398ba2cad25a06ad/src/addons/queryString.ts#L3) function implementation that specifically converts `undefined` to an empty string, but IMO that's a misleading and dangerous behavior (at least for...