mpyw
mpyw
Version: 373ed8231a875c5f94aa58ac20300274a818bbcd I encountered a panic with the error message `runtime error: index out of range [0] with length 0` in the `parseParams` function. Here's the detailed stack trace: ```...
So, we may need to replace `PDO::quote` into `PDO::prepare` and `PDOStatement::bindParam`...
### Issue - Resolves #3426 ### Description This PR introduces the `get_transaction_depth()` method for exposing the current transaction depth in various database connections. - `MySqlConnection` and `PgConnection` now implement the...
## **Is your feature request related to a problem? Please describe.** `transaction_depth` is currently marked as `pub(crate)` in the connection struct, which makes it inaccessible from outside the crate. This...
## Description When using the `cast_as_quoted` function to cast schema-qualified enums (e.g., `schema_name.enum_name`), the generated SQL incorrectly quotes the entire identifier as `"schema_name.enum_name"`. Instead, each part of the schema and...