Revision ee745476
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/DB/Helper/CustomVariables.pm | ||
---|---|---|
295 | 295 |
my $conversion = $config->type =~ m{^(?:date|timestamp)$} ? $config->type |
296 | 296 |
: $config->type =~ m{^(?:customer|vendor|part)$} ? 'integer' |
297 | 297 |
: $config->type eq 'number' ? 'numeric' |
298 |
# : $config->type eq 'bool' ? 'boolean' |
|
299 | 298 |
: ''; |
300 | 299 |
|
301 | 300 |
($query{config}, $bind_vals{config}) = Rose::DB::Object::QueryBuilder::build_select( |
Auch abrufbar als: Unified diff
GetModels-Filtered: CVars: Überflüssige Umwandlung entfernt