Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Data/SQLite/src/Utility.cpp #85

Closed
cgp1024 opened this issue Feb 12, 2013 · 1 comment
Closed

Typo in Data/SQLite/src/Utility.cpp #85

cgp1024 opened this issue Feb 12, 2013 · 1 comment
Milestone

Comments

@cgp1024
Copy link

cgp1024 commented Feb 12, 2013

It says 'Unkown' instead of 'Unknown'
line:

throw SQLiteException(std::string("Unkown error code: ") + Poco::NumberFormatter::format(rc), addErrMsg);

@aleks-f
Copy link
Member

aleks-f commented Feb 18, 2013

Fixed in 9ea546d#Data/SQLite/src/Utility.cpp
and
83789a4

@aleks-f aleks-f closed this as completed Feb 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants