-
```
What steps will reproduce the problem?
1. Mac OS X Mavericks
2. Python 2.7.5, SQLAlchemy 0.9.8, sqlalchemy-migrate 0.9.4 (both libraries
installed with pip)
3. Start Python, at the prompt type "f…
-
Running into this error with a postgres numeric type which leverages `decimal.Decimal` under the hood:
```
TypeError: Decimal('1.6') is not JSON serializable
```
I think I see how to add it, so I'll…
-
Issue to add support for SQLAlchemy models. This will include considerations about 1-1, 1-* and *-* relationships. Additionally, it should also consider inheritance.
-
I noticed that the `sqlalchemy_url` [config option](https://github.com/radbrt/target-oracle/blob/d3cec2a670d72ff867a3d0c54df4aa6e186d6f53/target_oracle/target.py#L19) doesnt have the required flag, is…
-
Hello,
I am working on a project using pandas and sqlalchemy, deployed with multiple uvicorn workers, each worker being able to create pool_size + max_overflow connections.
Could it be possible to…
-
## Description
It seems sqla.py module is using old SqlAlchemy select interface in:
https://github.com/spotify/luigi/blob/25d179b70cbfaf8d78f6cee6c153fcf098babeec/luigi/contrib/sqla.py#L242
whi…
-
Package version (if known): v12 - 13
## Describe the bug
Multiple SAWarning messages are triggered after uploading an empty file when
`RECORDS_RESOURCES_ALLOW_EMPTY_FILES = False`.
These wa…
-
Hi, I'm trying to use AsyncOAuthSettings with SQLAlchemyOAuthStateStore. However, I stumbled upon this error and found out that SQLAlchemyOAuthStateStore doesn't support async operations:
```
Fi…
-
This will make it much much simpler to support many database backends. It also makes martialling the returned objects much more simple. We would have to play a bit with the default table creation depe…
-
Looking for up to date type information for SQLAlchemy -- it looks like this project is morbidly out of date.
Is there a working / published fork that is maintained? Or does anybody have a suggest…