Jinzhu

Results 80 comments of Jinzhu

Yes, that's true for some long pages, but as long as chrome open their search api, we can't improve it much. ;( But the search feature should works for most...

@blackberryoctopus, try `` ?

Should we do this with #194?

Looks cool, but why not use :q or :w to leave the textarea?

This PR is being closed due to failed tests.

Why not use a unique index? Doesn't it seem more intuitive?

We're planning to close this PR because we aim to minimize the complexity introduced by some edge cases. If necessary, we can ensure that this field is ordered in the...

I think we can make it works like this example: https://gorm.io/docs/connecting_to_the_database.html#Customize-Driver

This might broken query with maps? If it is possible to make the clickhouse driver support sql.RawBytes, I think this might be a better solution?

Hi @black-06 Which might cause a column's value overwritten by an empty value, here is an example: ```go type User struct { Name string UUID string `gorm:"default:gen_random_uuid()"` } db.Save(&[]User{{Name: "name"}}...