Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0023372 | mantisbt | db oracle | public | 2017-09-18 18:28 | 2017-10-04 05:20 |
| Reporter | cproensa | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Product Version | 2.7.0 | ||||
| Summary | 0023372: error updating boolean fields | ||||
| Description | This error happens in manage_user_update.php
Also: manage_custom_field_update.php Fields defined as 'L', are used as on/off flags.
When using a boolean parameter as value for updating such field, this value is not converted to proper native datatype. However, one option is to reintroduce db_prepare_bool() function, which already takes care of this conversion. | ||||
| Tags | No tags attached. | ||||
| related to | 0019464 | new | update user or news info occurs error |
|
@dregad Should we map all booleans to |
|
Sounds like a bug indeed, as previously mentioned in 0019464:0049140. Do you mind opening an issue at https://github.com/ADOdb/ADOdb/issues/new for tracking and follow-up on ADOdb side ?
You mean in replacement of the for loop in db_query() ? |
|
related to
child of
duplicate of