Wiki

Articles tagged with "database", sorted by viewsX
Displaying 11-13 of 13 result(s).

Getting nulls from database instead of empty strings

Created 2 years ago by samdarkTips2 comments – viewed 6,644 times – ( +12 )
To get null from database instead of empty strings you need to set up your DB connection as follows:
tags: database, null

Application-driven database with CDbMigration and an extended CActiveRecord

Created about a year ago by Tudor IlisoiOthers0 comments – viewed 5,825 times – ( +7 )
This is an incipient implementation of application-driven database with Yii.
tags: database, model

How to catch and log MySQL deadlock errors

Created about a year ago by sebTips0 comments – viewed 5,557 times – ( +4 )
This method allows to log InnoDB monitor output when deadlock error occured. This way we will have much more useful data to find and fix deadlock.
tags: database