-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: CsharpDatabase/csharp-sqlite
base: master
head repository: CsharpDatabase/csharp-sqlite
compare: test2
- 19 commits
- 391 files changed
- 6 contributors
Commits on Aug 17, 2012
-
Remove several variables that are declared/assigned, but their values…
… are unused, to eliminate some build warnings with Mono.
Configuration menu - View commit details
-
Copy full SHA for d662eab - Browse repository at this point
Copy the full SHA d662eabView commit details -
Fixed Issue 153 - SqliteConnectionStringBuilder separates with ; but …
…SqliteConnection expects ,
Configuration menu - View commit details
-
Copy full SHA for 1d116da - Browse repository at this point
Copy the full SHA 1d116daView commit details
Commits on Aug 20, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 52d59e1 - Browse repository at this point
Copy the full SHA 52d59e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3c68f - Browse repository at this point
Copy the full SHA 6b3c68fView commit details
Commits on Aug 23, 2012
-
Remove a few MonoDevelop build warnings.
Remove some redundant code. Handle case of null expression argument (zTopken) gracefully.
Configuration menu - View commit details
-
Copy full SHA for db14d83 - Browse repository at this point
Copy the full SHA db14d83View commit details
Commits on Nov 25, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 7d35c1a - Browse repository at this point
Copy the full SHA 7d35c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0289b54 - Browse repository at this point
Copy the full SHA 0289b54View commit details
Commits on Nov 26, 2012
-
Configuration menu - View commit details
-
Copy full SHA for ab7f814 - Browse repository at this point
Copy the full SHA ab7f814View commit details
Commits on Dec 19, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 7fa2010 - Browse repository at this point
Copy the full SHA 7fa2010View commit details -
Some pedantic fixes: Let VS reformat file ; Spelling corrections ; Re…
…move unneed using statements ; Correct the "Press Enter to Continue" message.
Configuration menu - View commit details
-
Copy full SHA for bf731fe - Browse repository at this point
Copy the full SHA bf731feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2026abf - Browse repository at this point
Copy the full SHA 2026abfView commit details -
Add patch for bug 169 http://code.google.com/p/csharp-sqlite/issues/d…
…etail?id=169 suggested by Chris Tacke.
Configuration menu - View commit details
-
Copy full SHA for 7a88ce0 - Browse repository at this point
Copy the full SHA 7a88ce0View commit details
Commits on Mar 10, 2013
-
Added the SQLITE_ENABLE_COLUMN_METADATA preprocessor constant and
made the sqlite3_table_column_metadata method public as in the official sqlite3 library.
Configuration menu - View commit details
-
Copy full SHA for 791590d - Browse repository at this point
Copy the full SHA 791590dView commit details -
Added the SQLITE_ENABLE_COLUMN_METADATA preprocessor constant for Win…
…dows Phone
Matthew Leibowitz committedMar 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 78298d7 - Browse repository at this point
Copy the full SHA 78298d7View commit details
Commits on Mar 17, 2013
-
Fixed the temporary paths for WinRT/SL/WP as they do not have access …
…to the Path.GetTempPath() members: - WinRT = ApplicationData.Current.LocalFolder - SL/WP = sqlite3_temp_directory - others = Path.GetTempPath()
Matthew Leibowitz committedMar 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 1072d6c - Browse repository at this point
Copy the full SHA 1072d6cView commit details
Commits on Jul 10, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 1cd6303 - Browse repository at this point
Copy the full SHA 1cd6303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4324cae - Browse repository at this point
Copy the full SHA 4324caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ff5b0 - Browse repository at this point
Copy the full SHA a6ff5b0View commit details
Commits on Jul 15, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9780544 - Browse repository at this point
Copy the full SHA 9780544View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...test2