Hasan Hüseyin Pay

Results 9 comments of Hasan Hüseyin Pay

I got the same error on osx 10.14.4 - (node v10.16.0)

I guess the search cannot be completed. It stopped the search but search never completed successfully. ![Screen Shot 2019-08-25 at 19 51 37](https://user-images.githubusercontent.com/14811488/63653153-cdd48680-c771-11e9-87ce-36ba35c42403.png)

It would be great if you add a section about JSONB. I'm using JSONB's for custom types(particularly structs), a lot. I discovered that there is an auto marshal/unmarshal feature. In...

I saw that but there is no mention of structs. So I thought that there is no support for structs. Then I tried and it worked. JSON column type is...

We urgently needed this feature 2 months ago and developed it in a hacky way. We use the chat to open an iframe. If the moderator writes ":etkinlik https://.. "...

It's hard to use and maintain. You need to compile the frontend and install servers manually(or ansible etc.) for every release/update. We've made other customizations so it's not easy to...

Is there any progress? @MarkPieszak

is there any plan for adding this feature? @ffdixon

No, it's not. For nested transactions in [MySQL](https://stackoverflow.com/a/1306880) and [PostgreSQL](https://stackoverflow.com/a/33860302), you should use savepoints. But RunInTx does not utilize savepoint. You can refer to [source](https://github.com/uptrace/bun/blob/d2e0ef06e225732ec68372771b77161aad8144d5/db.go#L459)