Lutz Horn skrev: > Hi, > > is it possible to let Strom display or log the SQL it executes? I'd like > to see the SQL to be able to improve the indexes on my tables.
A tip I got from HÃ¥vard: import storm.database storm.database.DEBUG = True AFAK, it prints the executed SQL. -- Morten Siebuhr -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
