Placeholders may be substituted by server. So we can't force to allow multiple values in one placeholder.
(For example, MySQL allow only single value for one ?, while MySQLdb doesn't use MySQL's prepared statement at the moment.) DB-API is low level interface. Higher level library (like SQLAlchemy) provides better API for building query. Regards, -- Inada Naoki <[email protected]> _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
