# # ChangeLog for /pykota/trunk/pykota/storages/mysqlstorage.py # # Generated by Trac 0.11rc1 # 05/05/24 20:08:13 Mon, 10 Apr 2006 19:52:41 GMT jerome [2863] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) UnicodeDecodeError is not defined in Python2.2... Mon, 10 Apr 2006 19:34:56 GMT jerome [2862] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) Fixed an UTF-8 encoding error... Tue, 04 Apr 2006 09:40:56 GMT jerome [2830] * pykota/trunk/pykota/accounters/pjl.py (modified) * pykota/trunk/pykota/accounters/snmp.py (modified) * pykota/trunk/pykota/dumper.py (modified) * pykota/trunk/pykota/reporters/html.py (modified) * pykota/trunk/pykota/reporters/text.py (modified) * pykota/trunk/pykota/storages/ldapstorage.py (modified) * pykota/trunk/pykota/storages/mysqlstorage.py (modified) * pykota/trunk/pykota/storages/pgstorage.py (modified) * pykota/trunk/pykota/storages/sqlitestorage.py (modified) * pykota/trunk/pykota/storages/sql.py (modified) * pykota/trunk/pykota/tool.py (modified) Improved the code's quality a bit with pylint. Wed, 29 Mar 2006 06:48:19 GMT jerome [2821] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) Changed the transaction isolation level to READ COMMITTED for ... Thu, 02 Mar 2006 11:37:52 GMT jerome [2773] * pykota/trunk/bin/pkusers (modified) * pykota/trunk/NEWS (modified) * pykota/trunk/pykota/storage.py (modified) * pykota/trunk/pykota/storages/ldapstorage.py (modified) * pykota/trunk/pykota/storages/mysqlstorage.py (modified) * pykota/trunk/pykota/storages/pgstorage.py (modified) * pykota/trunk/pykota/storages/sqlitestorage.py (modified) * pykota/trunk/pykota/storages/sql.py (modified) * pykota/trunk/tests/filldb.py (modified) pkusers is now optimized like pkprinters, pkbcodes and edpykota. Tue, 21 Feb 2006 17:15:40 GMT jerome [2741] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) * pykota/trunk/pykota/storages/pgstorage.py (modified) * pykota/trunk/pykota/storages/sqlitestorage.py (modified) Added timing information for SQL queries and transactions. Fri, 03 Feb 2006 18:37:13 GMT matt [2649] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) Need autocommit on for INNODB tables Fri, 03 Feb 2006 14:33:42 GMT matt [2646] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) Fix transaction BEGIN function Fri, 03 Feb 2006 14:14:59 GMT jerome [2645] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) Added svn keywords (Id) Fri, 03 Feb 2006 14:14:08 GMT jerome [2644] * pykota/trunk/pykota/storages/mysqlstorage.py (modified) Changed copyright messages' years Thu, 02 Feb 2006 18:40:31 GMT matt [2639] * pykota/trunk/pykota/storages/mysqlstorage.py (added) Forgot the MySQL storage file