kilnerm
kilnerm
Having the ability to use NOW() as a default value would allow users to implement an automatic created at column in their table definitions. This work could be scoped with...
Currently `QueryBuilder` contains an enum defining the set of all substitutions that it supports. The issue with the enum is that any changes to it are potentially breaking to external...
Reported here: https://github.com/IBM-Swift/Swift-Kuery-PostgreSQL/issues/25 I think it would be more user friendly if the ConnectionPool exposed underlying database connection errors to users so they can act upon them. Currently the only...
This was originally raised here: https://github.com/IBM-Swift/Swift-Kuery-PostgreSQL/issues/11 Given PostgreSQL, SQLite and MySQL have a form of support for ON CONFLICT this seems like something that warrants consideration for future implementation.
Issue #79 has a non merged change to improve performance through implementation of a cache for queries that had already been built. This item is to reconsider that change and...
By adding support for triggers (sqlite, postgresql) and ON UPATE (mysql) we enable users to use auto updating timestamp fields within their tables.
The SwiftKuery tests could benefit from a review and some additional comments to document what they are doing to make them easier to read and understand.
While testing the update Kitura CLI I provisioned a Linux box and followed the instructions from Swift.org for installing Swift which included the install of dependencies as follows: `sudo apt-get...
"Given a class B that is properly mirrored in the db, I want to run a query against it, ideally something complex like fieldA == 'me' || fieldB == 'you',...
The ORM documentation needs reviewing and updating to make it a little more comprehensive. This issue is raised to track the update.