Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

3. > Oracle Database treats a character value with a length of zero as NULL. Current Oracle implementation internally changes empty string to NULL values. That's nuts. I will look...

In the meantime: - have you looked into adding Oracle to Travis CI? - what is the easiest way to install Oracle to investigate 3? - may you publish you...

@dddpaul We moved to self-hosted Drone CI (#63), so testing with Oracle in Docker is now easier. May you please create a pull request?

How about [build tags](https://golang.org/pkg/go/build/#hdr-Build_Constraints)?

I understand correctly there is no pure Go driver for Oracle? Neither `reform` library package, nor `reform` command depends on drivers. Even dialects are driver-independent. `reform-db` _does_ import drivers, but...

We now have Docker images from Oracle: https://github.com/oracle/docker-images

I don't know. 😄 That v2 placeholder issue.

@AlphaB What is your usecase?

`string` works. 😄

We need more information about PK type. `HasPK` is currently generated with this template: ``` // HasPK returns true if record has non-zero primary key set, false otherwise. func (s...