mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
added "decimal" to nummeric types, to fix PostgreSQL error (bug #2105)
This commit is contained in:
parent
da7b427480
commit
f9444ae1cd
@ -1070,7 +1070,7 @@ class so_sql
|
||||
* Special handling for numeric columns. They are only considered if the pattern is numeric.
|
||||
* If the pattern is numeric, an equality search is used instead.
|
||||
*/
|
||||
$numeric_types = array('auto', 'int', 'float', 'double');
|
||||
$numeric_types = array('auto', 'int', 'float', 'double', 'decimal');
|
||||
$numeric_columns = array();
|
||||
|
||||
if(!$search_cols)
|
||||
|
Loading…
Reference in New Issue
Block a user