Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

Ok, I found it – in the other repository in another account. 😕

I have no idea, I stopped maintaining this gem (and using it, and using Ruby) years ago.

I don't have access to merge this change. I'm not a maintainer for a long time already. Sorry. /cc @lennartkoopmann

You are right, it's not implemented yet. Feel free to send a PR if you have time.

Hi. Thank you for using reform and helping make it better! #62 describes a similar, but not identical issue. I think something like this could work: ```go // WithTag returns...

@kevholmes I case you are here for Hacktoberfest, I just opted-in golang-tip repo. So you could start with golang-tip's README update: adding instructions for GitHub Actions would be helpful for...

I'm not familiar with Oracle at all (I guess not _yet_… I was unfamiliar with MS SQL too just recently), so I'm not sure I fully understand the current state...

> But Reform cannot use quotes selectively, it will generate queries with "start", "email", "project", or start, email, project. And all of them will fail because of aforementioned Oracle schema...

1. > mattn/go-oci8 driver do not suit for that because it implements returning of ROWID (not arbitrary ID field). Absolutely agree, we should not use ROWID as PK. Are you...

2. Great. Also you may want to use `fmt.Sprintf()` instead of `+` when there are many columns.