mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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.
|
* 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.
|
* 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();
|
$numeric_columns = array();
|
||||||
|
|
||||||
if(!$search_cols)
|
if(!$search_cols)
|
||||||
|
Loading…
Reference in New Issue
Block a user