Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Error with accent mark in revision #45

Open
luisillo26 opened this issue May 9, 2013 · 0 comments
Open

Error with accent mark in revision #45

luisillo26 opened this issue May 9, 2013 · 0 comments

Comments

@luisillo26
Copy link

Hi, I'm getting an error when I try to apply a revision, the query is as follows

INSERT INTO control_units(model, type, name, abbr, to_mx_factor, to_us_factor) VALUES 
('Vehicle', 'volume', 'Litro(s)', 'Lt.' , 1, 3.78541178), 
('Vehicle', 'volume'  , 'Galón(es)', 'Gal' , 3.78541178, 1), 
('Vehicle', 'distance', 'Kilometros(s)', 'KMS.', 1, 1609.34), 
('Vehicle', 'distance', 'Milla(s)', 'Mi'  , 1609.34, 1), 
('All'    , 'currency', 'Peso(s)', 'MXN' , 1, 12.1555), 
('All'    , 'currency', 'Dólar(es)', 'US' , 12.1555, 1);

And the error says: Incorrect string value: '\xF3n(es)' for column 'name' at row 2

So the issue is with the word Galón(es)
Is there a way to bypass this error while it is fixed?

I'm working with the official release v1.1 by the way

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant