-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
…
-
My observation is that passing an engine connected to an in-memory `duckdb` database to a different thread doesn't work.
I'm wondering if that's expected or if it would be considered a bug / missin…
-
```python
from sqlalchemy import Boolean, Column, ForeignKey, Integer, String
from sqlalchemy.orm import relationship
class User(Base):
__tablename__ = "users"
id = Column(Integer, pr…
-
希望支持sqlalchemy,完善iotdb的生态,实现iotdb与hue或与superset的集成。
-
In our models, we use several different lazy and eager [loading techniques](https://docs.sqlalchemy.org/en/latest/orm/loading_relationships.html). We should investigate at which places it makes sense …
-
Thanks very much for sharing this tutorial. I'm working through duckdb-python-basics.ipynb and am getting the error:
```
sql.connection.ConnectionError: Environment variable $DATABASE_URL not set,…
-
SQLAlchemy 2.0 was finally released, with (among other things) support for asynchronous psycopg3. We should migrate to the new version and rewrite the stack to be asynchronous again.
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When creating a pydantic object from an sqlalchemy object using model_validate, I see only increase of memory usage.
I…
-
Getting this warning when running pytest `
tests/relationships/test_non_versioned_classes.py::TestManyToManyRelationshipToNonVersionedClass::test_single_insert`
```
sqlalchemy_continuum/relations…
-