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

SQLite Added with Modern C++. #5

Merged
merged 13 commits into from
Apr 19, 2017
Merged

SQLite Added with Modern C++. #5

merged 13 commits into from
Apr 19, 2017

Conversation

Kiritow
Copy link
Owner

@Kiritow Kiritow commented Apr 19, 2017

TDM-GCC 5.1 编译通过 运行正常
Visual Studio 2015 编译通过 运行正常

添加SQLite,SQLDB实现对SQLite常用功能的包装。
使用变长参数模板和Lambda替换了传统的Callback。为保留兼容性,原有接口没有被移除。

This is a fast forward merge, but we use '--no-ff' to avoid fast-forward
Catch up with main develop branch.
Remove debug outputs.
Add Error Message handling interfaces.
Add namespace (MiniEngine::SQL).
SQLite is perfect! Accept it from branch 'mingw-dev-sqlite'.
Now, SQLDB::exec(SomeCommand,NormalFunction,NormalParamenters...) is
allowed.
Modern C++ !
Accept Changes from branch Dev-SQLite
Modern C++ is GREAT !
@Kiritow Kiritow merged commit 21a30cc into master Apr 19, 2017
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

Successfully merging this pull request may close these issues.

None yet

1 participant