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

first naive implementation of virtual table #115

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Apr 1, 2016

  1. first naive implementation of virtual table

    * see test/test_vtable.rb for example
    * only select is supported (update/insert is not yet implemented)
    lionelperrin committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    9e3eac9 View commit details
    Browse the repository at this point in the history
  2. - remove non necessary macro TRACE from module.c

    - fix unit test so that it can be launched using 'rake'
    duhlin authored and lionelperrin committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    0fcff83 View commit details
    Browse the repository at this point in the history
  3. vtable version

    lionelperrin committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    fc2f818 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    410d6b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2054e2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4367569 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    06e1f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bea180 View commit details
    Browse the repository at this point in the history
  3. test_vtable: use assert_operator/assert_equal instead of simple asser…

    …t for better error messages
    lionelperrin committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    65717fa View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. simplify implementation (and solve GC issue)

    * remove class SQLite3::Module and create class SQLite3::VTable
    * when declared, store VTables in db.vtables
    lionelperrin committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    06c6659 View commit details
    Browse the repository at this point in the history