Thanks to visit codestin.com
Credit goes to github.com

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: sparklemotion/sqlite3-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sparklemotion/sqlite3-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vfs
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 1 contributor

Commits on May 14, 2010

  1. Configuration menu
    Copy the full SHA
    6103beb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ebe2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b2d732 View commit details
    Browse the repository at this point in the history
  4. truncate is working

    tenderlove committed May 14, 2010
    Configuration menu
    Copy the full SHA
    3a2d4e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7931d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e476c91 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2013

  1. Merge branch 'master' into vfs

    * master: (132 commits)
      remove unused variables
      convert from test/unit to minitest
      fix wrongly tagged encoding when inserting and selecting UTF16LE encoded values
      Backport changes from 1-3-stable. Closes #79
      do not raise an exception on statements that are only comments
      ensure should not close closed statements
      Allow rbx 1.8 & 1.9 modes to fail on Travis
      * Aggregate handlers are initialized on each query. Closes #44
      changed example description and syntax
      added a multi-insert example to readme
      Update SQLite port to 3.7.13
      Avoid $LDFLAGS being nil when building locally
      Handle trailing newline in default strings
      Add test for calling function with blob argument (#65). Also, improve testing of blob storage in general, utilizing Blob type to correct column affinity.
      Resolve bug #65. Correctly convert blob values to ruby
      deleting dead code
      closing a bad statement twice should not segv
      Prepare for release
      Move list of changes to the right place
      Upgrade SQLite3 to 3.7.11
      ...
    
    Conflicts:
    	ext/sqlite3/sqlite3.c
    	ext/sqlite3/sqlite3_ruby.h
    tenderlove committed May 24, 2013
    Configuration menu
    Copy the full SHA
    eda88b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2013

  1. adding file_control

    tenderlove committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    ce36afd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into vfs

    * master: (26 commits)
      Doc: update repository links
      Correct gem license
      Update Travis-CI information
      Conditionally define cross-compilation tasks
      Silence Hoe license default warning
      Bump mini_portile dependency
      Ignore Gemfile.lock
      Add installation command for Debian/Ubuntu to error message.
      Update SQLite port to 3.7.17.
      No need to activate the MiniPortile library for cross any longer.
      Add Gemfile for compat with rake-compiler-dev-box.
      Build all the cross ports when 'cross' is invoked
      Retrieve cross-compile host from CC (not host)
      Use extconf's '--with-opt-dir' to proper link
      Return recipe definition for SQLite3
      Stop messing with LDFLAGS when cross-compiling
      Add missing `I`
      WiP: attempt to cross-compile everything
      HACK: Expose Ruby C extension task
      Update CHANGELOG with merge commits
      ...
    tenderlove committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    8086678 View commit details
    Browse the repository at this point in the history
Loading