Need help with the functions.
Денис <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hello! In my work I need to find all critical functions in PySQLite. Critical function is a method, or a function that shouldn't take data, derived from the user input. This includes methods that output data (such presenting a new HTML page), or methods that execute some form of code (such as a script or SQL query). All functions I present in the next manner: [module name.][class name::][function name] So, I found next functions: _sqlite.connect Connection::execute .Connection::execute .Connection::executescript .Connection::executemany pysqlite2._sqlite.connect Cursor::execute Cursor::executescript Cursor::executemany But I'm afraid, I forget smth. Please, help me. Best regards, Denis. _______________________________________________ pysqlite mailing list pysqlite-IAPFreCvJWPBWskQ1e/[email protected] http://lists.initd.org/mailman/listinfo/pysqlite