José Nieto
José Nieto
This is the desired behaviour: if an error happens in the middle of a bulk operation, the whole operation is rolled back, if we remove the transaction then we won't...
Hello @BrendanThompson , Could you try running `UPPERIO_DB_DEBUG=1 ./program` and share the output?
Hello @abeMedia, do you think you can share the `CREATE TABLE` statement so we can write a test case? Also, what's the database and version you're using?
We used to cache collection columns, but that got us in trouble and we decided to remove that feature. Imagine this scenario: 1. upper does some queries and caches table...
@VojtechVitek Yes, except there is no join for `db.Result` so it won't work with `Find()`. Peter has expressed similar feelings towards another magical feature https://github.com/upper/db/issues/394#issuecomment-321987750, and I have to admit...
Hello @manhluna, Could you provide more information on how to reproduce this message?
@daniel-cohere can you try using v4 import path? ``` "github.com/upper/db/v4" ```
Gracias @xxxtonixxx! sólo un pequeño comentario.
Hello @pkieltyka, What do you think about moving tests to a directory?
I think it doesn’t because they’re only tests. But that’s important and it's worth a try. On Wed 19 Feb 2020 at 7:25 Peter Kieltyka wrote: > Neat to see...