I went ahead and got something in for CR1. Take a look...
On Wed, May 27, 2015 at 8:50 AM, Steve Ebersole wrote:
> I actually started with the third approach. But you bring up a good point
> about allowing the Dialect to access the DatabaseMetaData (and hence
> Connection) if it wanted to. So
I actually started with the third approach. But you bring up a good point
about allowing the Dialect to access the DatabaseMetaData (and hence
Connection) if it wanted to. So I would change that a bit. See the
updated gist
On Wed, May 27, 2015 at 7:33 AM, Max Rydahl Andersen
wrote:
>
> > The
> The old
> way was calling one or more of the 50,000 (give or take ;) true/false
> methods on Dialect at runtime. The new evolving approach is to build
> delegates/helpers at boot time that encapsulate all that. Most of that
> work so far is encapsulated by JdbcEnvironment. One piece of this
>
On Wed, May 27, 2015 at 5:23 AM, Max Rydahl Andersen
wrote:
> On 27 May 2015, at 5:49, Steve Ebersole wrote:
>
> If anyone is interested, the issue is here:
>> https://hibernate.atlassian.net/browse/HHH-9820
>>
>> I do wonder overall about the interplay that should happen between a
>> Dialect an
On 27 May 2015, at 5:49, Steve Ebersole wrote:
> If anyone is interested, the issue is here:
> https://hibernate.atlassian.net/browse/HHH-9820
>
> I do wonder overall about the interplay that should happen between a
> Dialect and the JdbcEnvironment.
I reckon your issue is that you need access to
If anyone is interested, the issue is here:
https://hibernate.atlassian.net/browse/HHH-9820
I do wonder overall about the interplay that should happen between a
Dialect and the JdbcEnvironment.
On Tue, May 26, 2015 at 10:29 PM, Steve Ebersole
wrote:
> What follows is solely an issue with schema
What follows is solely an issue with schema update and schema validation, 2
tools that to date we have not "really" supported, but I am trying to
change that with 5.0.
We discussed before the idea of auto-quoting and who should be the
authority in regards to keywords. We decided that it would be