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

Add AUTO INCREMENT support for SQLite #136

Merged
merged 2 commits into from
May 31, 2018
Merged

Add AUTO INCREMENT support for SQLite #136

merged 2 commits into from
May 31, 2018

Conversation

kilnerm
Copy link
Contributor

@kilnerm kilnerm commented May 24, 2018

Update createAutoIncrement signature to accept a Boolean denoting primary key status

@kilnerm kilnerm self-assigned this May 24, 2018
@kilnerm kilnerm requested a review from EnriqueL8 May 24, 2018 11:57
@codecov-io
Copy link

codecov-io commented May 24, 2018

Codecov Report

Merging #136 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   84.49%   84.49%           
=======================================
  Files          43       43           
  Lines        3606     3606           
=======================================
  Hits         3047     3047           
  Misses        559      559
Flag Coverage Δ
#SwiftKuery 84.49% <100%> (ø) ⬆️
Impacted Files Coverage Δ
Sources/SwiftKuery/QueryBuilder.swift 89.65% <ø> (ø) ⬆️
Sources/SwiftKuery/Column.swift 90.16% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d48a2ad...3269691. Read the comment docs.

@EnriqueL8 EnriqueL8 merged commit a96a9c6 into master May 31, 2018
@EnriqueL8 EnriqueL8 deleted the issue_765 branch May 31, 2018 14:40
EnriqueL8 added a commit that referenced this pull request May 31, 2018
@EnriqueL8 EnriqueL8 restored the issue_765 branch May 31, 2018 16:01
@kilnerm kilnerm deleted the issue_765 branch June 11, 2018 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants