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: iOS-Swift-Controls/SwiftSQL-sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ahmedk92/SwiftSQL
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.
  • 14 commits
  • 6 files changed
  • 2 contributors

Commits on May 14, 2020

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

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    7c49183 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from ahmedk92/master

    Add the ability to subscript SQLRow by column name
    kean authored May 20, 2020
    Configuration menu
    Copy the full SHA
    7caf2d5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

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

Commits on May 27, 2020

  1. Merge pull request #6 from ahmedk92/sqlrow-true-value-semantics-any

    SQLRow true value semantics with Any
    kean authored May 27, 2020
    Configuration menu
    Copy the full SHA
    81b97d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    ac9d2b6 View commit details
    Browse the repository at this point in the history
  2. remove problematic default convert(from:) from SQLDataType and implem…

    …ent it in each type instead
    ahmedk92 committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    dbf2db4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c431a4c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Merge pull request #7 from ahmedk92/int_conversion

    Int type tolerance, and better SQLDataType conversion requirements and conveniences
    kean authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    78d3f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. introduced SQLColumnValue, removed convert(from:) from SQLDataType, a…

    …nd used InitializableBySQLColumnValue for SwiftSQLExt conveniences
    ahmedk92 committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    096d382 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from ahmedk92/InitializableBySQLColumnValue

    Introduce SQLColumnValue and InitializableBySQLColumnValue
    kean authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    24f0738 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    4b3d553 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from ahmedk92/master

    case-insensitive column names for SQLStatement and SQLRow
    kean authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    4844d8d View commit details
    Browse the repository at this point in the history
Loading