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

#73 Convert CID to SQL statements #96

Closed
wants to merge 12 commits into from
Closed

Commits on Mar 1, 2015

  1. increased coverage

    heubi95 committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    567cbdd View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. merge-commit

    heubi95 committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    eef7afd View commit details
    Browse the repository at this point in the history
  2. roskakori#73 Convert CID to SQL statements

    implemented as_sql_create_inserts to create inserts from a cid object and validio.Reader object
    heubi95 committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    a8374be View commit details
    Browse the repository at this point in the history
  3. fix test

    fixed testcase
    heubi95 committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    934c93b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. fixed flake8 issues

    heubi95 committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    9712b1f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2015

  1. roskakori#103 Add support for multiple SQL dialects

    implemented ansi sql dialect
    heubi95 committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    983e4af View commit details
    Browse the repository at this point in the history
  2. roskakori#103 Add support for multiple SQL dialects

    implemented ansi sql dialect
    heubi95 committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    7817416 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	cutplace/sql.py
    heubi95 committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    8a8bb94 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. roskakori#103 Add support for multiple SQL dialects

    * implemented OracleSqlDialect class
    * implemented MSSqlDialect class
    * changed keywords to lowercase
    * is_keyword function is now case insensitive
    heubi95 committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    739854e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	cutplace/sql.py
    	tests/test_sql.py
    heubi95 committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    df72e8e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	cutplace/sql.py
    	tests/test_sql.py
    heubi95 committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    35644b2 View commit details
    Browse the repository at this point in the history
  4. roskakori#103 Add support for multiple SQL dialects

     * implemented DB2SqlDialect
     * implemented test cases
    heubi95 committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    84649d2 View commit details
    Browse the repository at this point in the history