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

Implement Missing Features: Shutdown, Initialize, Config #287

Closed
wants to merge 130 commits into from

Conversation

sudmanche
Copy link

More details on Issue #35 . Allow the Config mode to be changed, specifically to Serialized which seems to behave better on Android on iOS.

Add Shutdown, Initialize and Config to the SQLite.Net.Interop.ISQLiteApi interface.
Create concrete implementations in each platform.

Excludes Win32, WinRT, Silverlight which do not seem to have all of these features available.

…ll platform-specific code out into separate projects
…nnection, now defaults to using TaskScheduler.Default if not specified
oysteinkrog and others added 28 commits March 30, 2014 15:24
Fixes WP8 DB creation bug
Fix target framework dir for Profile136
Expanded support for ThenBy* and Select projections
Details on how to use WP8 platform nuget.
… following functions (and their corresponding unit tests):
- SQLiteConnection.InsertOrReplaceAll()
- SQLiteAsyncConnection.InsertOrReplaceAsync()
- SQLiteAsyncConnection.InsertOrReplaceAllAsync() This single commit was previously several commits that were pushed to a branch on my fork,
but have since been squashed for history/rebase purposes. The squashed commits were: [67db56c] Reverting method reordering, readding SQLiteConnection.InsertOrReplaceAll() methods.
[0499a32] Adding unit tests for new InsertOrReplace() and InsertOrReplaceAll() methods.
[d5dd60b] Adding SQLiteConnection.InsertOrReplaceAll() and SQLiteAsyncConnection.InsertOrReplaceAllAsync() methods.
[47de3e1] Adding SQLiteAsyncConnection.InsertOrReplaceAsync() method.
Developers frequently need to ship with their own versions of
sqlite.  This is to get around old version (iOS) or limited
features (Android, no extension support).  Moving each name
to a common location facilitates this.
Consolidate DLL names in one place for Android/iOS.
Generic platform, using built-in `sqlite3`
Note about the generic platform nuget
@sudmanche
Copy link
Author

I don't think I have created this correctly, so am closing until I can work out what to do. Tried following GitHub guide to contributing, but unfortunately Git is new to me and I really don't understand what it has done here.

Happy to contribute, but just don't know how!

@sudmanche sudmanche closed this Jun 4, 2014
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