SwiftKueryMySQL
SwiftKueryMySQL copied to clipboard
MySQL plugin for Swift-Kuery framework
Updated all references across docs, codes and readme files to the new Kitura repos, website and slack links.
Updates the API (Jazzy) documentation for the SwiftKueryMySQL v2 release.
- Support unsigned integers. - Requireshttps://github.com/IBM-Swift/Swift-Kuery/pull/188
Hi, I need to list the available databases and choose the database in a second step. I tried to do a `USE mydb;` but it does not work, I think...
So problem is that I can't connect to my database in docket container. I've tested connection with Workbench and in python and everything was working, but not in swift 😭...
**Problem** Hello... Unless I'm missing something, when executing a query, the returned error loses the original message generated by MySQL. **Example** These 3 statements return the same generic error description:...
We currently offload twice on the execution path of a normal query. This issue is opened to add a wrapper call to offload the internal execute that can be called...
Hello, I found that some mysql statements cannot be "prepared". For example: `PREPARE mystmt FROM 'LOCK TABLE mytable READ';` returns error: > Error Code: 1295. This command is not supported...