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

Added support for alter table, foreign keys and autoincrement detection to Sqlite platform and schema #220

Merged
merged 9 commits into from Dec 23, 2012

Commits on Nov 17, 2012

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

Commits on Nov 19, 2012

  1. Copy the full SHA
    38bd069 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    33555d3 View commit details
    Browse the repository at this point in the history
  3. Added support for simple ALTER TABLE command (only rename table and a…

    …dd columns) in Sqlite platform
    hason committed Nov 19, 2012
    Copy the full SHA
    cb440e1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ff630e2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    16d0c3e View commit details
    Browse the repository at this point in the history
  6. Changed default flags (create indexes and create foreign keys) in Sql…

    …itePlatform::getCreateTableSQL method
    hason committed Nov 19, 2012
    Copy the full SHA
    2a057e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2012

  1. Fixed CS in SqlitePlatform

    hason committed Nov 21, 2012
    Copy the full SHA
    d679eb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2012

  1. Fix creating indexes for renamed columns and updating foreign keys fo…

    …r renamed parent tables in SqlitePlatform
    hason committed Nov 22, 2012
    Copy the full SHA
    a42b8ed View commit details
    Browse the repository at this point in the history