Description
New Signature:
public class Database { |
public func createQuery(query: String) throws -> Query |
}
|
Attachments
Issue Links
- Clones
-
CBL-2482 Change database.createQuery(String query) signature to throw CouchbaseLiteException
-
- Closed
-
Activity
Component/s | iOS [ 15348 ] | |
Component/s | .NET [ 15346 ] |
Description |
*New Signature:*
public class Database { public func createQuery(query: String) *throws* -> Query } |
*New Signature:*
public class Database { public func createQuery(query: String) *throws* -> Query } |
Description |
*New Signature:*
public class Database { public func createQuery(query: String) *throws* -> Query } |
*New Signature:*
{code:java} public class Database { public func createQuery(query: String) *throws* -> Query } {code} |
Description |
*New Signature:*
{code:java} public class Database { public func createQuery(query: String) *throws* -> Query } {code} |
*New Signature:*
{code:java}public class Database { public func createQuery(query: String) throws -> Query } {code} |
Affects Version/s | Lithium [ 16190 ] |
Fix Version/s | Lithium [ 16190 ] |
Assignee | The Lite [ cbgto ] | Pasin Suriyentrakorn [ pasin ] |

Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
PR: https://github.com/couchbase/couchbase-lite-ios/pull/2901