Hi,
I have generated the javadoc locally and it looks fine. It seem int the
http://docs.jboss.org/hibernate/orm/4.3/javadocs/org/hibernate/Session.html
source all the < and > are escaped with < > . Could someone tell me
how this javadoc was generated?
Andrea
On 18 June 2014 14:58, Emmanuel Berna
I have applied the patch for the jira
https://hibernate.atlassian.net/browse/HHH-9369 to the following branches:
- master
- 4.3
do I have to apply it also to 4.2?
Thanks,
Andrea
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://list
I think it can be done as part of the new redesign.
On 13 November 2014 19:44, Steve Ebersole wrote:
> Andreas is working on some redesign of batching which should allow us to
> report such detailed information iirc. Andreas, what are your thoughts on
> doing this in the new batching code?
>
>
for me at the moment it would be 6pm and it should be good.
On 21 March 2015 at 21:08, Steve Ebersole wrote:
> Gail and I discussed Jira a little bit last week and how to best manage
> scheduling issues.
>
> We both agreed that a team get together, either weekly or every-other-week,
> to discuss
I agree with the Beta2 in order to give time to try out the Transaction
Changes :)
+1
On 29 April 2015 at 16:20, Steve Ebersole wrote:
> I had originally planned on today's release being the first CR for 5.0. I
> am re-thinking that now. Here is why...
>
> 1) If we were to ever start offering
Hi Gunnar,
at the moment I cannot figure out any problem or anything you are missing,
the solution seems good :)
On 30 April 2015 at 09:08, Gunnar Morling wrote:
> Steve, Andrea,
>
> For OGM we need to store certain data in the scope of a transaction;
> specifically this is the list of app
l (the *Inflow contract, Andrea I
> thought we had decided to rename that interface as well?)?
>
> On Thu, Apr 30, 2015 at 4:02 AM, andrea boriero
> wrote:
>
>> Hi Gunnar,
>>
>> at the moment I cannot figure out any problem or anything you are
>> missing,
>&g
I have spotted the problem and I'm fixing the infinispan tests.
On 9 May 2015 at 19:23, Steve Ebersole wrote:
> I pretty routinely run into problems running the testsuite in infinispan.
> Generally the failures are transient. Just try running it again. If it
> fails the same again then we have
eat but make sure you work with Galder, he's currently
> looking at related things I think. Or at least he should review your
> changes.
>
> Sanne
>
> On 11 May 2015 at 14:37, andrea boriero wrote:
> > I have spotted the problem and I'm fixing the infinispan tests
I'm using your version
On 19 May 2015 at 04:01, Steve Ebersole wrote:
> The recent discussion on Checkstyle got me thinking about best ways to
> share/distribute code styles for IDE setup. Storing them in the project
> itself is not very workable for IntelliJ at least. I started thinking
> abo
are you using java 8?
On 21 May 2015 at 18:27, Steve Ebersole wrote:
> I am having trouble building 4.3 even from a clean checkout:
>
> :hibernate-core:runSourceGenerators
> :hibernate-core:runAnnotationProcessors FAILED
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Script
>
> '/
I would mantain all 5.x in the same changelog file and may be the previous
one.
On 29 May 2015 at 12:32, Sanne Grinovero wrote:
> I wouldn't stay awake at night because of that :) maybe only if the
> file gets huge?
> It's useful for people migrating, but since I doubt someone would
> migrate fr
I have just modified the post, need only to push.
Emmanuel can you just take care of mails, g+ etc?
On 9 July 2015 at 17:16, Emmanuel Bernard wrote:
> I’ll do this.
>
>
> > On 09 Jul 2015, at 15:35, Steve Ebersole wrote:
> >
> > Too late now. I am off for some hiking / camping with my fiancé.
; >> >
> > >> > Sanne
> > >> >
> > >> > On 23 March 2015 at 19:10, Gail Badner wrote:
> > >> > > 11am Seattle time would be ideal. Thanks!
> > >> > > Gail
> > >> > >
> > >> >
PM Steve Ebersole
> wrote:
>
> > Ok, then lets plan on next Tuesday on HiptChat...
> >
> >
> >
> http://www.timeanddate.com/worldclock/fixedtime.html?msg=Hibernate+ORM+Triage+Meeting&iso=20150721T13&p1=24
> >
> >
> > On Tue, Jul 14, 2015 a
yes Steve I'm more familiar with Antlr4 ( but not 3) and I gave a look at
your poc.
Apart some problems to fully understand the semantic model (due to my lack
of a complete knowledge of the domain problem),
I agree with you about the simplicity and elegance of the grammar for
HQL recognition
and
I noticed the problem only when i run the build with AVA6_HOME set
On 19 August 2015 at 13:27, Sanne Grinovero wrote:
> Hi Gail,
> I tried to build it as well but I couldn't reproduce the problem; how
> are you building it to trigger the error? Could you confirm which
> commit id you were build
here) over using generated tree walkers.
>
>
>
> On Wed, Aug 19, 2015 at 12:27 PM Steve Ebersole
> wrote:
>
>> I agree. Its my biggest hang up with regard to using Antlr 4. Actually,
>> its my only hang up with Antlr 4, but its a huge one.
>>
>> On Tue, A
gt; acronym SQM (Semantic Query Model) here. The top package being
>>> org.hibernate.sqm.
>>>
>>> These changes already illustrated some tighter couplings then I had
>>> intended, so it was a good exercise. I'll push once I get those couplings
>>> clea
Hi Stevej
I'm playing with you idea to remove the parent/child from the FromClause
and introduce such a structure in the FromClauseProcessor.
just a question, in the current implementation a fromClause can have more
than one child fromClause , but I cannot figure out when this happen :(
Thanks a
ntained because I used them for tests.
>
> On Tue, Aug 25, 2015 at 6:53 AM andrea boriero
> wrote:
>
>> Hi Stevej
>>
>> I'm playing with you idea to remove the parent/child from the FromClause
>> and introduce such a structure in the FromClauseProcessor
>
> On Tue, Aug 25, 2015 at 8:45 AM andrea boriero
> wrote:
>
>> I see,
>>
>> Thanks
>>
>> On 25 August 2015 at 13:17, Steve Ebersole wrote:
>>
>>> from A a where a.b in (from B b ..) and a.c in (from C c ...) ...
>>>
>>> B
i like the idea of "matches" operator for dealing with "is null".
+1
On 26 August 2015 at 19:32, Steve Ebersole wrote:
> https://hibernate.atlassian.net/browse/SQM-11
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jb
+1
On 27 August 2015 at 23:24, Steve Ebersole wrote:
> +1
>
> On Thu, Aug 27, 2015 at 5:12 PM Gail Badner wrote:
>
> > Just a gentle reminder that, in keeping with our project's guidelines[1],
> > the 4.2 and 4.3 branches will no longer be actively maintained now that
> 5.0
> > has gone Final.
+1 for ~
On 28 August 2015 at 15:02, Steve Ebersole wrote:
> What do y'all think of using a symbol like ~ for this? The idea would be
> similar to the "wavy equals" from logic used to denote "approximately
> equals".
>
>
> On Thu, Aug 27, 2015 at 7
Thanks Gunnar
On 4 September 2015 at 08:57, Gunnar Morling wrote:
> Hi,
>
> As reported in the forum [1], the ORM 5.0.1 ZIP provided on
> SourceForge was corrupted for some reason, it could not be opened.
>
> I've replaced it with the version from BinTray which is valid (it also
> is a some megs
since Hibernate makes this assumption I think it's fine to enforce that.
On 15 September 2015 at 17:36, Steve Ebersole wrote:
> We have a Pull Request[1] to add a feature to allows Dialects to enforce
> that all columns making up a primary key are defined as non-nullable.
> Specifically, apparen
I'm working on https://hibernate.atlassian.net/browse/HHH-9996
and I stumbled across the following test:
org.hibernate.envers.test.integration.basic.ClassicQueryTranslatorFactoryTest
I run the test not only with Derby but also with PostgreSQL and the test
fails for both.
The query:
select e__ fr
ls. But I do not see a place where the user
> is executing any HQL. So that tells me this is potentially a problem
> specifically in how envers builds a query internally somewhere. And that,
> if true, is something we should address.
>
> So which test method specifically fails?
I don't figure out the use cases for @Formula on @Id as well
On 7 October 2015 at 10:21, Davide D'Alto wrote:
> What's the use case? A user that doesn't want to store the @Id but want it
> to be available when loading the entity?
>
> Davide
>
> On Wed, Oct 7, 2015 at 2:37 AM, Steve Ebersole
> w
t; indication tat this is not supported aside from some deeply nested NPE .
>
> On Wed, Oct 7, 2015 at 5:51 AM andrea boriero wrote:
>
>> I don't figure out the use cases for @Formula on @Id as well
>>
>> On 7 October 2015 at 10:21, Davide D'Alto wrote:
>>
In my opinion if we want to allow aliases overriding the scope should
follows the Java rules, it's easier to understand for a Java developer and
the second query should just be considered a bad written one.
On 7 October 2015 at 15:27, Steve Ebersole wrote:
> >
> > > Here the aliases `c` do infr
sorry but I cannot attend the today triage meeting
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
I vote for November 18
On 3 Nov 2015 18:36, "Steve Ebersole" wrote:
> Keeping up with the 4 week timebox for 5.0 bugfix releases unfortunately
> puts them on bad days with the upcoming holidays.
>
> 5.0.4 would hit Nov 25th which is the day before Thanksgiving here in the
> US
> 5.0.5 would hit D
no objections
On 11 November 2015 at 17:55, Steve Ebersole wrote:
> I'd like to more formally deprecate the legacy bytecode enhancement
> starting in 5.0.4 and remove it in 5.1.
>
> The new code is superior and already feature compatible back to 5.0 Final.
>
> Any objections?
> _
Am I wrong or Jenkins is not building anymore hibernate-orm?
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
it clone each time.
>
> Thanks,
> Sanne
>
> On 14 November 2015 at 14:40, andrea boriero wrote:
> > Am I wrong or Jenkins is not building anymore hibernate-orm?
> > ___
> > hibernate-dev mailing l
it's seems orm-5.0-h2 suffers the same problem.
On 15 November 2015 at 00:48, andrea boriero wrote:
> Thanks Sanne
> On 14 Nov 2015 20:28, "Sanne Grinovero" wrote:
>
>> Looks like you were right.
>>
>> The local clones of the git repository on the
now, let me know if it doesn't work.
>
> Sanne
>
> On 15 November 2015 at 20:32, andrea boriero wrote:
> > it's seems orm-5.0-h2 suffers the same problem.
> >
> > On 15 November 2015 at 00:48, andrea boriero
> wrote:
> >>
> >> Thanks San
+1
On 24 November 2015 at 15:58, Sanne Grinovero wrote:
> Hi all,
> GitHub now provides an option to:
> - prevent pushing with the "force" option to a specific branch
> - prevent people to delete a specific branch
>
> Considering our workflow and also to prevent user mistakes, I think we
> sho
Per $subject
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
after reading your mail, I'm more inclined towards the solution you started
implementing in SQM-28-2.
https://github.com/sebersole/hibernate-semantic-query/blob/SQM-28-2/hibernate-sqm/src/main/java/org/hibernate/sqm/domain/DomainMetamodel.java
Just a clarification, what do you mean when you say "t
Thanks Vlad,
Hope you have a great weekend too.
Andrea
On 4 December 2015 at 14:26, Vlad Mihalcea wrote:
> Hi,
>
> I managed to migrate the whole User Guide to AsciiDoctor and you can check
> it out on this branch:
>
> https://github.com/vladmihalcea/hibernate-orm/tree/feature/asciidocs
>
> Ne
cleaned up :)
On 5 December 2015 at 15:27, Vlad Mihalcea wrote:
> Hi,
>
> Can someone make me admin as well, as I can help with the cleaning as well.
> Maybe we can integrate the Akismet spam filter on the forum. What do you
> think?
>
> https://github.com/EXreaction/phpbb-akismet
>
> Vlad
>
> O
i think you are using java 7 instead of java 8..
On 15 December 2015 at 20:32, Scott Marlow wrote:
> Hi,
>
> I created a new Java project for the folder containing Hibernate master
> and imported the gradle build file (accepted defaults). When I tried
> running a unit test, I get a compile erro
Also for me +1
On 26 Dec 2015 19:29, "Sanne Grinovero" wrote:
> On 26 December 2015 at 16:55, Steve Ebersole wrote:
> > +1 from me on the concept.
> >
> > Of course the problem is always the resources needed keep that going.
> But
> > if you are offering... I huge +1 from me.
>
> Same here :) +1
Hi Vlad,
you mean we should provide that dependency, don't you?
On 6 January 2016 at 16:30, Vlad Mihalcea wrote:
> Hi,
>
> Since the Hibernate core relies on the JTA dependency, I think we shouldn't
> provide that dependency.
> When someone doesn't want it he should explicitly mark that (e.g. M
I'm not against the use of Java 8 letting AnimalSniffer guarding for
compatibility,
but I understand this can cause some problems so I'm ok with removing Java
8 usage from tests.
On 12 January 2016 at 10:07, Gunnar Morling wrote:
> @Vlad, what Java 8 syntax specifically are you using in the user
the problem seems related with the file name
/2016-01-12-jboss-community-asylum-hibernate-strikes-back-episode-v..erb
instead of
/2016-01-12-jboss-community-asylum-hibernate-strikes-back-episode-v.*html*
.erb
On 13 January 2016 at 20:22, Steve Ebersole wrote:
> Ok, that fixed this last proble
do you mean to extend javax.persistence.Parameter with a sort
of enablePassingNulls() method?
On 25 January 2016 at 17:56, Steve Ebersole wrote:
> HHH-9548[1] handles the question of what to do with null/unset parameter
> values in regards to calls to stored-procedures via
> JPA's StoredProcedur
I like it
On 25 January 2016 at 18:50, Steve Ebersole wrote:
> Right
>
> On Mon, Jan 25, 2016 at 12:41 PM andrea boriero
> wrote:
>
>> do you mean to extend javax.persistence.Parameter with a sort
>> of enablePassingNulls() method?
>>
>> On 25 Janua
the failure is caused by the javadoc of
AvailabeSettings#GLOBALLY_QUOTED_IDENTIFIERS_SKIP_COLUMN_DEFINITIONS
I'm fixing it
On 26 January 2016 at 15:55, Vlad Mihalcea wrote:
> I could replicate it on my local machine too:
>
> javadoc: error - java.lang.ClassCastException:
> com.sun.tools.javadoc.
Definition()} and {@link
javax.persistence.JoinColumn#columnDefinition}
really frustrated :(
On 26 January 2016 at 16:14, Steve Ebersole wrote:
> Yes, I just found that too. But what specifically? I found it by brute
> force lol
>
>
> On Tue, Jan 26, 2016 at 10:07 AM andrea bori
I agree with providing a specific property to enable this behaviour.
I noticed also that handleAndClearWarnings(Connection
connection,WarningHandler handler) does the walking without checking for
the log level.
On 28 January 2016 at 07:59, Gunnar Morling wrote:
> Is the call also expensive i
i think it's better to drop
On 2 February 2016 at 21:10, Steve Ebersole wrote:
> Part of the work here is going to require significant changes
> to org.hibernate.tool.hbm2ddl.SchemaExport,
> org.hibernate.tool.hbm2ddl.SchemaUpdate
> and org.hibernate.tool.hbm2ddl.SchemaValidator. Significant as
+1 for `--action` option with "create", "drop", "create-and-drop", and
"none"
not sure if as default value is better "create" or "create-and-drop"
On 3 February 2016 at 17:21, Steve Ebersole wrote:
> For anyone familiar using SchemaExport from the command line... Am I
> interpreting this correc
Hi Gail,
for https://hibernate.atlassian.net/browse/HHH-10250 I have just removed
it from the 5.0.8 release, we are waiting for a test case.
On 16 February 2016 at 21:51, Gail Badner wrote:
> Hi,
>
> I'd like to release 5.0.8.Final as soon as tomorrow.
>
> I see the following unresolved issue
Hi Martin,
welcome to the "committers club" and thanks a lot for you help.
Andrea
On 25 February 2016 at 18:46, Sanne Grinovero wrote:
> Hi all,
> Martin has been contributing to Hibernate Search since a year, and
> developed some very interesting extensions this summer in the scope of
> Googl
checkStyle takes a lot of time
On 1 March 2016 at 13:17, Vlad Mihalcea wrote:
> 90 minutes is indeed too much, especially since the tests only take 25
> minutes:
>
> http://ci.hibernate.org/job/hibernate-orm-master-h2/1392/testReport/
>
> Could that check style plugin cause this issue?
>
> Vlad
- not more than an hour but I noticed checkstyle on my machine has a
huge impact on the overall build time
On 1 March 2016 at 13:56, Sanne Grinovero wrote:
> On 1 March 2016 at 13:49, andrea boriero wrote:
> > checkStyle takes a lot of time
>
> More than an hour??
>
+1
in my opinion at some point we will have to move to java8 and Hibernate 6.0
for me is a good candidate.
On 30 March 2016 at 12:40, Vlad Mihalcea wrote:
> +1
>
> Same opinion. Hibernate 6.0 should use Java 8 too. Most projects already
> use Java 1.8, and most important the new ones that are s
+1
On 7 Apr 2016 17:22, "Vlad Mihalcea" wrote:
> +1 too.
>
>
>
> On Thu, Apr 7, 2016 at 7:03 PM, Chris Cranford wrote:
>
> > +1 for 5.2
> >
> > On Thu, Apr 7, 2016 at 10:34 AM, Steve Ebersole
> > wrote:
> >
> > > As a follow up to this...
> > >
> > > Sanne had a great suggestion on HipChat. Wh
I'm working on https://hibernate.atlassian.net/browse/HHH-10605;
for the https://hibernate.atlassian.net/browse/HHH-10515 I have two
different PR:
https://github.com/hibernate/hibernate-orm/pull/1264
https://github.com/hibernate/hibernate-orm/pull/1263
Andrea
On 11 April 2016 at 18:12, Vlad Mih
+1
On 12 April 2016 at 14:56, Vlad Mihalcea wrote:
> Hi,
>
> Both Andrea and I have been going through the current list of PR, and I
> think it is a good idea to start labeling them.
> Some issues are trivial and can be integrated as soon as we can commit on
> the master.
>
> I think we should a
+1 SharedSessionContractImplementor <- (Session
Implementor & StatelessSessionImplementor)
On 15 April 2016 at 14:30, Steve Ebersole wrote:
> So here is what I ended up doing, with one questionable decision which I'll
> highlight below.
>
> First, the existing situation... We have Session and S
Welcome Mincong!!!
On 22 April 2016 at 22:20, Mincong Huang wrote:
> Hi everybody,
>
> Thanks for accepting my application of GSoC !! Really excited to having
> chance to work the hibernate team. I'm so happy to see this email. It's
> just
> like a dream, can't believe it is true !! Thanks for c
Having a Strategy gives us more flexibility so +1.
About the expectations I think what Vlad says is reasonable.
On 25 April 2016 at 06:04, Vlad Mihalcea wrote:
> Your second email summarizes my thoughts as well. If we can separate the
> exception handling in two separate strategies that are de
what about adding a
catch(ObjectNotFoundException onfe){
pe = new OptimisticLockException( e.getMessage, e);
}
to the existing try/catch that encloses the entity =
sharedSessionContract.load( sose.getEntityName(), identifier ) ?
On 17 May 2016 at 13:32, Vlad Mihalcea wrote:
> Hi,
>
> While fi
I think at the moment if an issue affects 5.1 we should apply the fix.
But I may be wrong.
On 31 May 2016 at 12:53, Vlad Mihalcea wrote:
> Hi,
>
> I have backported some fixed to 5.1, and I'm not sure if that was the right
> thing to do.
> I know that for 5.0 we should ask Gail if to backport a
it sounds reasonable to me
On 7 June 2016 at 10:57, Vlad Mihalcea wrote:
> To get a picture of why we need this, consider the following example from
> the docs:
>
> Stream persons = session.createQuery(
>"select p " +
>"from Person p " +
>"where p.name like :name" )
> .setParameter(
the annotation was introduced with
https://hibernate.atlassian.net/browse/HHH-6841
the reason seems to provide the ability add different reasons for each
Dialect.
On 8 June 2016 at 14:19, Vlad Mihalcea wrote:
> Hi,
>
> While writing a cross-dialect test, I bumped into the following issue:
>
> h
per $subject
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Release is done, I'll announce tomorrow.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
For details:
http://in.relation.to/2016/06/30/hibernate-orm-521-final-release/
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
sorry for the previous wrong subject,
Hibernate ORM 5.2.1.Final has been released
For details:
http://in.relation.to/2016/06/30/hibernate-orm-521-final-release/
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailma
i have just realized and sent a new message with the correct subject.
Thanks
On 1 July 2016 at 10:16, Sanne Grinovero wrote:
> Hi Andrea,
> the email subject mentions 5.0.9, the blog talks about 5.2.1 .. did we
> release both?
>
> Thanks,
> Sanne
>
> On 1 July 2016
On 6 July 2016 at 21:01, Steve Ebersole wrote:
> This is something that has been bothering me for a long time. HHH-6328[1]
> is a specific example. Basically we are very inconsistent in how we
> attempt to match up table and column names, especially when there are
> naming strategies involved.
On 7 July 2016 at 15:43, Steve Ebersole wrote:
> On Thu, Jul 7, 2016 at 3:58 AM andrea boriero
> wrote:
>
>> On 6 July 2016 at 21:01, Steve Ebersole wrote:
>>
>>>
>>> One option is that they need to match exactly (maybe with some simple
>>> han
On 25 Jul 2016 19:29, "Steve Ebersole" wrote:
>
> I wanted to start a consolidated discussion about multi-load support.
This
> relates to a few Jiras, questioning a few different aspects of its current
> behavior:
>
> https://hibernate.atlassian.net/browse/HHH-10984
> https://hibernate.atlassian.n
per $subject
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
For details:
http://in.relation.to/2016/08/04/hibernate-orm-522-final-release/
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
I would prefer to postpone JavaMoney/Moneta integration to 6.0.
In case this is not possible I agree with including also the CDI work.
On 17 Aug 2016 21:56, "Steve Ebersole" wrote:
> For whatever reason discussion about JavaMoney/Moneta support has heated up
> again the past few days. Is this i
I'm fine with combining native and JPA events handling, about the second
point, ideally I would change the signature but due to the problems you
listed I vote for the in-line solution.
On 30 August 2016 at 19:20, Steve Ebersole wrote:
> Any thoughts on the JpaIntegrator parts of the discussion?
yes I also believe it was a mistake
On 2 September 2016 at 12:34, Sanne Grinovero wrote:
> Sebastian Laskawiec pointed out that there is indeed a submodule,
> introduced by this commit:
>
> https://github.com/hibernate/hibernate-orm/commit/
> e75b017a4664d158e1197d19dca204273c4a2d66#diff-
> b827
I am also not able to figure out another use case than the IN predicate so
I am for always considering IN predicates as multi-valued.
On 9 September 2016 at 14:20, Steve Ebersole wrote:
> To be clear, this is the feature that lets you define a query like:
>
> select ... from Person p where p.nam
+1
On 21 Sep 2016 02:00, "Steve Ebersole" wrote:
> In the interest of questioning everything, just to make sure we are all on
> the same page, Hibernate's support for native SQL queries currently
> recognizes named parameters, positional parameters as well as JDBC-style
> parameters.
>
> JPA onl
Hi Petar,
you can use Identifier#toIdentifier(String text)
this method detects if the text is quoted and it calls
the Identifier#toIdentifier( String text , boolean quoted ) with the
correct quoted value.
On 21 September 2016 at 16:54, Petar Tahchiev wrote:
> Hey guys,
>
> I just created a
+1
On 22 September 2016 at 14:18, Steve Ebersole wrote:
> I propose that we limit who has the ability to create issues in the
> Hibernate Jira JPA project.
>
> Users routinely create issues there incorrectly, rather than the ORM (HHH)
> project.
> ___
Please do not push anything to master branch.
Thanks,
Andrea
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Due to troubles with my Nexus account the release is not yet completed
anyway It's now possible to push to master.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
reading the jira comments I think yes we should.
On 30 September 2016 at 15:11, Steve Ebersole wrote:
> TLDR: Should we adjust to allow Dialect to know the "context" of where the
> remapping is requested?
>
> Ah Oracle...
>
> So this comes from the fact that Oracle does not support a BOOLEAN
> d
+1 for always disallowing
On 30 September 2016 at 17:02, Steve Ebersole wrote:
> The JPA spec specifically says:
>
>
> Either positional or named parameters may be used. Positional and named
> parameters must not be mixed in a single query.
>
>
> I was thinking about how it does not make sense
For details:
http://in.relation.to/2016/10/03/hibernate-orm-523-final-release/
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
I'm inclined towards the second option but not sure if it can have
limitations compared to the first one.
On 5 October 2016 at 22:59, Steve Ebersole wrote:
> In SQM's domain metamodel we decided to follow JPA's guidelines in terms
> of javax.persistence.metamodel.Metamodel. That is to say... a
I think attempting to dynamically infer what to do using the existing ctr
would be great
On 24 October 2016 at 21:49, Steve Ebersole wrote:
> I'm not sure what you are getting at. This is a feature Hibernate has had
> for close to 15 years. It's not a "new feature", I'm just proposing a new
> b
Please do not push anything to master branch.
Thanks,
Andrea
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
For details:
http://in.relation.to/2016/10/26/hibernate-orm-524-final-release/
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Please do not push anything to master branch.
Thanks,
Andrea
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
For details:
http://in.relation.to/2016/11/24/hibernate-orm-525-final-release
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Please do not push anything to master branch.
Thanks,
Andrea
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
1 - 100 of 250 matches
Mail list logo