Michele Vivoda

Results 3 issues of Michele Vivoda

Looks like is working, can change ':' with dot '.'. For me is useful to integrate with java locales At line 766 don't know syntax to include separator dynamically in...

enhancement
high importance
i18n/l10n

Table `purchase_orders` has `created_by` column that "points to an employee" declaring constraint `fk_purchase_orders_employees1` I have the suspect that also `approved_by` and `submitted_by` should have a similar constraint. Thanks !

The following invalid Json numbers are parsed as numbers by Boon: `034` parsed as `34`, instead is invalid JSON, some other implementations parse it as an octal `28` that is...