On 07/22/2016 05:13 PM, Simon King wrote:
On Fri, Jul 22, 2016 at 3:25 PM, TomS. wrote:
On 07/19/2016 06:41 PM, Mike Bayer wrote:
On 07/19/2016 11:51 AM, TomS. wrote:
Hi,
We have Flask app which uses SQLAlchemy. Weird error started to happen
recently. The difficulty is that we can't repro
On Fri, Jul 22, 2016 at 3:25 PM, TomS. wrote:
> On 07/19/2016 06:41 PM, Mike Bayer wrote:
>
>
>
> On 07/19/2016 11:51 AM, TomS. wrote:
>
> Hi,
>
> We have Flask app which uses SQLAlchemy. Weird error started to happen
> recently. The difficulty is that we can't reproduce the error (/figure
> out c
On 07/19/2016 06:41 PM, Mike Bayer wrote:
On 07/19/2016 11:51 AM, TomS. wrote:
Hi,
We have Flask app which uses SQLAlchemy. Weird error started to happen
recently. The difficulty is that we can't reproduce the error (/figure
out conditions causing issue) - maybe someone could help. Any hints/
On 07/19/2016 11:51 AM, TomS. wrote:
Hi,
We have Flask app which uses SQLAlchemy. Weird error started to happen
recently. The difficulty is that we can't reproduce the error (/figure
out conditions causing issue) - maybe someone could help. Any hints/tips
would be appreciated.
There is a part
my_ids = [] is initialized in the body of static method (on the top of
it) which is run via Flask's route decorator.
But I can't understand why following code:
my_ids = []
MyModel.id.in_(my_ids)
doesn't raise SAWarning if 'an empty sequence' causes warning.
Cheers
On 07/19/2016 06:14 PM, Ан
Looks like `my_ids` become empty 'after some time of app execution'. How do
you initialize the variable?
вт, 19 июля 2016 г., 18:51 TomS. :
> Hi,
>
> We have Flask app which uses SQLAlchemy. Weird error started to happen
> recently. The difficulty is that we can't reproduce the error (/figure
> o