-
-
Notifications
You must be signed in to change notification settings - Fork 70
Apply updates for improved interop with SQLKit #259
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
Changes from all commits
b634499
0b1b9d8
ca7c8b1
2b9e6e6
351468b
2078ddf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
#if swift(>=5.8) | ||
|
||
@_documentation(visibility: internal) @_exported import AsyncKit | ||
@_documentation(visibility: internal) @_exported import PostgresNIO | ||
@_documentation(visibility: internal) @_exported import SQLKit | ||
@_documentation(visibility: internal) @_exported import struct Foundation.URL | ||
|
||
#else | ||
|
||
@_exported import AsyncKit | ||
@_exported import PostgresNIO | ||
@_exported import SQLKit | ||
@_exported import struct Foundation.URL | ||
|
||
#endif |
Uh oh!
There was an error while loading. Please reload this page.