Re: Need help with the functions.
[email protected] (Adrian Klaver)
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <112520071728.26676.4749B0DA0005DD260000683422058891169D0A900E04050E@comcast.net> |
-------------- Original message ---------------------- From: Денис <[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. > python> from pysqlite2 import dbapi2 as sqlite python> help(sqlite) -- Adrian Klaver [email protected] _______________________________________________ pysqlite mailing list pysqlite-IAPFreCvJWPBWskQ1e/[email protected] http://lists.initd.org/mailman/listinfo/pysqlite
(unnamed)
(message/rfc822, 2.8 KB) - not displayed