LimeSurvey: master 334366c3

Author Committer Branch Timestamp Parent
DenisChenu DenisChenu master 2015-08-28 07:07:52 master e61f3087
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: Survey table creation is broken since ?

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