Menu

sql method 1000 limit

Help
2002-07-15
2012-09-19
  • Robert Gray

    Robert Gray - 2002-07-15

    I'm currently running Zope 2.5.1 along with a MySQL database.  In my database I currently have a table with over 1300 records.  The problem that I am having is I can't get more then 1000 records to show up.  If I do a simply
    "SELECT * from inventory" only 1000 records are viewable.  I've tried disabling the LIMIT 1000 clause that the ZMySQLDA appends by default, and calling the sql method from a script.  Any ideas would be appreciated.

    Thanks.

    ROb

     
    • Andy Dustman

      Andy Dustman - 2002-07-16

      Pull up the properties on your ZSQL Method and you will see max_rows set to 1000. Set this to zero if you want all rows.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.