root / pykota / trunk / pykota / storages / mysqlstorage.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3310 [3310] 16 years jerome Added a workaround for buggy versions of python-mysqldb (e.g 1.2.1-p2-4 …
(edit) @3308 [3308] 16 years jerome Removed timing code which wasn't used anymore.
(edit) @3294 [3294] 16 years jerome Added modules to store utility functions and application intialization …
(edit) @3288 [3288] 16 years jerome Moved all exceptions definitions to a dedicated module.
(edit) @3275 [3275] 16 years jerome Updated copyright years. Changed some remaining ISO-8859-15 markers to …
(edit) @3260 [3260] 16 years jerome Changed license to GNU GPL v3 or later. Changed Python source encoding …
(edit) @3184 [3184] 17 years jerome Added some docstrings.
(edit) @3183 [3183] 17 years jerome Removed unnecessary debug messages.
(edit) @3138 [3138] 17 years jerome Fixed a connection error when charset is specified with mysql : we now …
(edit) @3133 [3133] 17 years jerome Changed copyright years.
(edit) @3129 [3129] 17 years jerome Fixed a charset problem with MySQL, probably for people who didn't install …
(edit) @3010 [3010] 18 years jerome Finally it's probably better to abort immediately if python-mysqldb is too …
(edit) @3009 [3009] 18 years jerome Now logs an error when the version of python-mysqldb lacks some …
(edit) @2954 [2954] 18 years jerome Ensures that the databases are created with UTF-8 encoding, and that …
(edit) @2874 [2874] 18 years jerome Explicitely sets the default TCP ports to use, because it seems that once …
(edit) @2863 [2863] 18 years jerome UnicodeDecodeError? is not defined in Python2.2…
(edit) @2862 [2862] 18 years jerome Fixed an UTF-8 encoding error…
(edit) @2830 [2830] 18 years jerome Improved the code's quality a bit with pylint.
(edit) @2821 [2821] 18 years jerome Changed the transaction isolation level to READ COMMITTED for MySQL, …
(edit) @2773 [2773] 18 years jerome pkusers is now optimized like pkprinters, pkbcodes and edpykota.
(edit) @2741 [2741] 18 years jerome Added timing information for SQL queries and transactions.
(edit) @2649 [2649] 18 years matt Need autocommit on for INNODB tables
(edit) @2646 [2646] 18 years matt Fix transaction BEGIN function
(edit) @2645 [2645] 18 years jerome Added svn keywords (Id)
(edit) @2644 [2644] 18 years jerome Changed copyright messages' years
(add) @2639 [2639] 18 years matt Forgot the MySQL storage file
Note: See TracRevisionLog for help on using the revision log.