There was a similar question recently where it appeared that
flask_admin adds limits to queries:

https://groups.google.com/forum/#!msg/sqlalchemy/lL8G_sskwUA/DceTkOSoAAAJ



On Thu, Jul 25, 2019 at 9:14 PM Jonathan Vanasco <[email protected]> wrote:
>
> Are you writing any code that queries this model or are you just letting the 
> framework handle that?  We'd need to see the actual code you are using to 
> query the database.
>
> If you are not writing code that looks like 'session.query(model.AccessKeys)` 
> yourself, then SqlAlchemy queries are being generated by a package you have 
> installed, which could be:
>
> * flask
> * flask-sqlalchemy
> * some other plugin for flask/sqlalchemy
>
> If that's the case, the flask community is where you'll have to ask this 
> question. They use IRC by preference - 
> https://flask.palletsprojects.com/en/1.1.x/becomingbig/#discuss-with-the-community
>
>
> --
> SQLAlchemy -
> The Python SQL Toolkit and Object Relational Mapper
>
> http://www.sqlalchemy.org/
>
> To post example code, please provide an MCVE: Minimal, Complete, and 
> Verifiable Example. See http://stackoverflow.com/help/mcve for a full 
> description.
> ---
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sqlalchemy/02cd13f1-edcf-4133-b804-39ddf885ef52%40googlegroups.com.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/CAFHwexfE%3D_FdftFFUz1Bi1TLANx8v61aVuJGxw_yv2MWP%3DwGuA%40mail.gmail.com.

Reply via email to