SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
903 stars 156 forks source link

Some typo fix in readme #193

Closed zouquan741 closed 5 years ago

aminroosta commented 5 years ago
Screen Shot 2019-10-17 at 10 15 14 AM

It's actually a different type, long long is the equivalent of int64 in C++.

zouquan741 commented 5 years ago

image Of course I know It's a different type. I mean there is two long type in this line, the second one should be changed to long long. And "culumn" is a typo.

zouquan741 commented 5 years ago

I have created a new PR in dev branch with clear description and all these two problem fix, please check it.

aminroosta commented 5 years ago

@zauguin Oh, sorry i read your fix as the original 😅 Thanks for spotting that, the PR is now merged.