-
### Describe the bug
```
File "/Users/abrichr/oa/OpenAdapt/openadapt/replay.py", line 84, in replay
strategy = strategy_class(recording, **kwargs)
| | …
-
This is a question/discussion/maybe proposal on the Thoth storage model.
I think refuting it could help better understand the current storage model, and
hence document it (#2661).
------
Why…
-
File "/home/anaconda2/envs/fyrobot/lib/python3.6/site-packages/sqlalchemy/engi ne/default.py", line 453, in connect
return self…
-
Since 0.9.2, SQLAlchemy has supported [an explicit naming convention for foreign keys, indexes and constraints](http://docs.sqlalchemy.org/en/latest/core/metadata.html#sqlalchemy.schema.MetaData.param…
-
http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/0014021031294178f993c85204e4d1b81ab032070641ce5000
-
See the migration guide here: https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
-
@amercader We were able to switch from sqlite to postgres by simply replacing the `sqlalchemy_database_uri` default sqlite uri with a postgres uri.
However, if I want to pass more engine configurat…
-
I defined a column as sqlalchemy_utils ChoiceType
```
class JzPlan(db.Model):
CREATED = u'CREATED'
ASSIGNED = u'ASSIGNED'
CHECKED = u'CHECKED'
PLAN_STATUS = [
(CREATED, u'A'),
…
-
TypeError: Mixer (): 'object' object is not iterable.
Investigations suggest this has to do with sqlalchemy_continuum and the 'versions' attribute.
This should be a new ticket, but applying SKIP…
-
There are some big changes coming in SQLAlchemy 1.4 (the biggest one for us being the [deprecation of `autocommit`](https://docs.sqlalchemy.org/en/13/orm/session_transaction.html#session-autocommit)) …