MySQL-StORM icon indicating copy to clipboard operation
MySQL-StORM copied to clipboard

MySQL StORM Module

Results 7 MySQL-StORM issues
Sort by recently updated
recently updated
newest added

.package(url:"https://github.com/SwiftORM/MySQL-StORM", from: "3.3.0"), (base) wy:PerfectTemplate wy$ swift build /Users/wy/Personal/project/PerfectTemplate/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQLStmt.swift:503:43: error: use of undeclared type 'my_bool' let isNullBuffers: UnsafeMutablePointer ^~~~~~~ /Users/wy/Personal/project/PerfectTemplate/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQLStmt.swift:214:7: error: binary operator '==' cannot be applied to operands of...

Hello, how can I use a class with a Date type? If it's not possible, have you planned to add it ? It's one of the most useful types. Thanks

I have multiple Datetime and Date field in my table and I don't know how to declare property in my Class definition.

Does only work in combination with [https://github.com/SwiftORM/StORM/pull/9](https://github.com/SwiftORM/StORM/pull/9)

Like this: let obj = User() obj.id = 1 obj.save() If has the data and it's id is 1, and the structure has Int type of data, it will do...

Removed unnecessary public variable from top of the page and changed affected lines.