Gavin King

Results 1136 comments of Gavin King

Of course, there's also a Fourth approach ---- which is just to do what Hibernate does today and use `int`-valued codes from `Types`. ```java public @interface Column { ... int...

> Also, I don't think that `JDBCType` is a fitting name, since what is being described here is an abstract SQL type. Well, OK, but it's `java.sql.JDBCType` and we can't...

> I think I prefer that we leave the door open to allow extensions that go beyond the JDBC spec. Yeah, I suppose it would not be crazy to introduce...

Thinking about the need for extensibility here—and in particular the need to eventually support SQL array types here—I'm moved to propose another simpler option. We could let you write: ```java...

Yes but that's one of the advantages of using a string here. The user can write `type="int array"` or whatever.

But note that this is _not_ a proposal to add support for arrays or JSON. It's only about how to replace `columnDefinition` with something portable if, for example, you want...

> What is Jakarta Query, I can not find the introduction in eclipse.org or Github.com. @hantsy The idea was first proposed in the JPA discussion here: With the advent of...

@starksm64 I think maybe the title of the issue is not what you intended.

Actually, @cigaly can you squash that last commit please?