LimeSurvey: develop 3b16afca

Author Committer Branch Timestamp Parent
DenisChenu DenisChenu develop 2015-09-01 14:02:26 develop e14cda41
Affected Issues  09847: Non integer numerical input is saved as rounded integer to the database
Changeset

Fixed issue 09847: Non integer numerical input is saved as rounded integer to the database
Dev: decimal(30,10) is found at DECIMAL for Yii, no params
Dev: Same for PGsql
Dev: @todo : test with MsSQL
Dev: fix childrens too
Dev: @sammousa : please do some test ;)

mod - application/core/db/PgsqlSchema.php Diff File
mod - application/core/db/SmartColumnTypeTrait.php Diff File