Skip to content

Create index support array as parameters to solve #1322 - #1326

Merged
nathanfallet merged 1 commit into
stephencelis:masterfrom
hawk0620:feat/create_index_support_array_param
Jul 17, 2025
Merged

Create index support array as parameters to solve #1322#1326
nathanfallet merged 1 commit into
stephencelis:masterfrom
hawk0620:feat/create_index_support_array_param

Conversation

@hawk0620

Copy link
Copy Markdown

Thanks for taking the time to submit a pull request.

Before submitting, please do the following:

  • Run make lint to check if there are any format errors (install swiftlint first)
  • Run swift test to see if the tests pass.
  • Write new tests for new functionality.
  • Update documentation comments where applicable.

overload public func createIndex(_ columns: [Expressible], unique: Bool = false, ifNotExists: Bool = false) -> String and public func dropIndex(_ columns: [Expressible], ifExists: Bool = false) -> String to solve #1322

@nathanfallet nathanfallet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Thank you!

@nathanfallet
nathanfallet merged commit 10b48b2 into stephencelis:master Jul 17, 2025
1 of 3 checks passed
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.

2 participants