Commit 41c928d5 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove TODO entry done in r1379.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1438 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 347a1a09
......@@ -155,7 +155,6 @@ RC - Review output of pylint (CODE)
of maximum SQL request size allowed. (SPEED)
- Prevent from SQL injection, escape() from MySQLdb api is not sufficient,
consider using query(request, args) instead of query(request % args)
- Review database API, move under_transaction verification to generic part.
- Create database adapter for other RDBMS (sqlite, postgres)
- fix __undoLog when there is out of date cells, there is a busy loop
because the client expected more answer than the available number of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment