Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hung365dev/SQLite4Unity3d
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robertohuertasm/SQLite4Unity3d
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 19 files changed
  • 8 contributors

Commits on Feb 17, 2017

  1. Update README.md

    robertohuertasm authored Feb 17, 2017
    Configuration menu
    Copy the full SHA
    af441dd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Configuration menu
    Copy the full SHA
    9f9b2dd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Merge pull request robertohuertasm#58 from bryant1410/master

    Fix broken headings in Markdown files
    robertohuertasm authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    6347ab8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    fdb1ee7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Feature/versionup sqlite dll (robertohuertasm#64)

    * SQLiteDll version up to 3.19.3
    
    * version up SQLite dll in example too
    TakuKobayashi authored and robertohuertasm committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    cdd524d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    10bd0d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Feature/add time trace event (robertohuertasm#68)

    * can be received the traced execute sql time in TimeSpan class
    
    * change 'milliseconds' to 'TimeSpan' in Example too.
    
    * Once the difference between zip and Example's SQLite.cs is combined with the part related to this modification.
    
    * It seems that it is the difference caused by the previous commit.
    
    * enable to set composite unique index, in SQLite4Unity3d.zip too.
    
    * There is no difference in feature, but since it was out as diff tool
    TakuKobayashi authored and robertohuertasm committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    89c7f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba8a4d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5e093b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Add uwp support via the dlls (robertohuertasm#75)

    Ok, I think that either way people can still choose whether to use these or others so... merging! Thanks!
    jwittner authored and robertohuertasm committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    689574b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Added support for MacOSX Standalone (robertohuertasm#81)

    Added database path handle for Mac OSX Standalone.
    Path is : Application.dataPath + "/Resources/Data/StreamingAssets/" + DatabaseName;
    GauthierLB authored and robertohuertasm committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    bc2227d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Added .so file for arm64 Android (robertohuertasm#99)

    Thanks for this @BigGiantHead ❤️
    BigGiantHead authored and robertohuertasm committed May 25, 2019
    Configuration menu
    Copy the full SHA
    cc876f3 View commit details
    Browse the repository at this point in the history
  2. update the zip file

    robertohuertasm committed May 25, 2019
    Configuration menu
    Copy the full SHA
    9b9d4fa View commit details
    Browse the repository at this point in the history
Loading