Carlos Rian

Results 7 issues of Carlos Rian

### About I'm new to rust, but I'm trying to create a simple async "driver" to use in python, so I'll connect via rust to access SQL Server and do...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

### Example Code ```python import asyncio from sqlx_engine import SQLXEngine uri = "file:./db.db" db = SQLXEngine(provider="sqlite", uri=uri) async def main(): await db.connect() rows = await db.query(query="select 1 as number") print(rows)...

Hey guys, I try to use quaint in a simple benchmark where the database has a lag/delay in response. So I'm using `pg_sleep` to simulate this delay. But with this...

The latest possible version of libsqlite3-sys that can be installed is 0.22.2. The earliest fixed version is 0.25.1. ![image](https://user-images.githubusercontent.com/65134623/234083703-2178a0f4-03a0-46f8-8de1-30f4dfd7ce08.png) SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow...

### Description I ran a query_raw where the PostgreSQL column is of type CIDR or MacAddr but I got this error. This message is in the src/ast/values.rs file, line 788....

## Description Quaint returns a wrong type when the type is date in the database for MySQL, Quaint returns a datetime. ### Example: **SQL** ``` SELECT CURRENT_DATE(); ``` **SQLX result**...