sqlAlchemy speed tests on mysql-connector-python, mysqldb and oursql drivers

Posted:
Tags:  mysql python sqlalchemy

Some time ago, I decided to check, how sqlalchemy will cope with different mysql drivers in terms of efficiency. At Red Sky, we used MySQLdb for all python projects, at least within our team. But MySQLdb requires mysql-client library, and does some compiling during installation.

Read more…

Comments

Howto list module's methods in python

Posted:
Tags:  howto list python

I'm testing efficiency of three mysql connector libraries: mysql-connector, MySQLdb and oursql, within sqlalchemy. Took me a while to prepare basis, but after that, I began to wonder, how to make more methods, and run them, without worrying about their inclusion into testing process?

Read more…

Comments

fzBlameablePlugin 1.1.2 released

Posted:
Tags:  fzBlameable php plugin symfony

fzBlameablePlugin has just seen new release. 1.1.2 this time. I fixes issue with Doctrine no translating PHP Null to SQL NULL in queries, b passing explicitly string 'NULL'. Like the last one, this fix was also created by Gábor Egyed.

Comments

fzBlameablePlugin 1.1.1 released

Posted:
Tags:  fzBlameable php plugin symfony

I've just released version 1.1.1 of fzBlameable Plugin providing Blameable behaviour  for doctrine models in symfony 1.4. This package contains two fixes prepared by Gábor Egyed.

First fix adds check whether context exists. Second fix allows blameable behaviour to work as expected got user model itself and self edit profiles.

Comments

sfForkedDoctrineApplyPlugin 1.5.9

Posted:
Tags:  php sfForkedDoctrineApply symfony

sfForkedDoctrineApply just got updated to new version - 1.5.9. It contains Portuguese translation created by Alan Candido, so I hope it will get useful for even more people now.

Read more…

Comments

sfForkedDoctrineApplyPlugin 1.5.8

Posted:
Tags:  php sfForkedDoctrineApply symfony

New version of sfForkedDoctrineApply plugin has been released. Actually it was released twice (1.5.7 and a day later 1.5.8), because of my mistake spotted by John Kary (thanks!).

Read more…

Comments

fzTagPlugin 1.2.8

Posted:
Tags:  fzTag symfony

I've just released another 8th maintenance release of 1.2.x branch of fzTagPlugin, that allows to tag models.

Read more…

Comments

fzTagPlugin 1.2.7

Posted:
Tags:  fzTag php symfony

I've just released new version of fzTagPlugin, which introduces Spanish translation files created by Alex Otero.

Read more…

Comments

fzBlameablePlugin 1.1.0

Posted:
Tags:  behaviour fzBlameable php symfony

About half year has pased since the release of sfDoctrineGuard 5.x. I decided, that it was the time to update default values for fzBlameable behaviour.

Since now, you don't have to chenge the created_by and updated_by field length in Behaviour definition if you run your website on sfDoctrineuard 5.x, ut you'll have to set fields length to 4, if you haven't upgraded your sfDoctrineGuard yet.

Adittionally this release allows you to change foreignAlias on relation between sfGuardUser and your blameable model.

Comments

sfForkedDoctrineApplyPlugin 1.5.6 - Spanish translation

Posted:
Tags:  php sfForkedDoctrineApply symfony

New version of sfForkedDoctrineApplyPlugin has just been released. This version introduces Spanish translation files and few tweaks to the model. Because of these changes, remember to run migrations!

Comments