Re: [hibernate-dev] JIRA self-registration of users

2018-11-02 Thread Yoann Rodiere
Hi, I didn't change the settings recently. Yoann Rodière Hibernate NoORM Team yo...@hibernate.org On Fri, 2 Nov 2018 at 12:03, Sanne Grinovero wrote: > Hi all, > > I'm receiving requests to approve people who are creating accounts on JIRA. > > While it's good to see lots of people

Re: [hibernate-dev] JIRA self-registration of users

2018-11-02 Thread Chris Cranford
Sanne - Same here, I haven't changed anything. Chris On 11/2/18 7:14 AM, Yoann Rodiere wrote: > I didn't change the settings recently. > > On Fri, 2 Nov 2018 at 12:03, Sanne Grinovero wrote: > >> Hi all, >> >> I'm receiving requests to approve people who are creating accounts on JIRA. >> >>

Re: [hibernate-dev] JIRA self-registration of users

2018-11-02 Thread Guillaume Smet
Hi, Not sure it's related but when I go to JIRA on my mobile phone (probably not logged in), I have a popup asking to log in that I have to close. Sometimes it reappears once again when I close it. I don't have this behavior when using Firefox on my laptop, even when signed out but that might

[hibernate-dev] JIRA self-registration of users

2018-11-02 Thread Sanne Grinovero
Hi all, I'm receiving requests to approve people who are creating accounts on JIRA. While it's good to see lots of people interested in registering, I've never had to approve these before. Did someone change settings or should I report this to Atlassian? Thanks, Sanne

Re: [hibernate-dev] Boolean with null values and SAP SQL Anywhere

2018-11-02 Thread Guillaume Smet
Yeah, personally, I think it's a bug, e.g. this type shouldn't have been used in the first place. But as it works when not storing nulls in the column, YMMV depending if you use null or not. My vote goes to fix + note in the migration guide. Gail, what's your take on this one? Thanks! On

Re: [hibernate-dev] Should LiteralExpression support Enum?

2018-11-02 Thread Guillaume Smet
Hi, Getting back to this issue. If it were only for the render() case, I would have registered the enums as parameters as done before, in all cases. But considering the renderProjection() case where we should avoid parameters, I wonder if we should register a ValueHandler for enums. Obviously,

[hibernate-dev] Boolean with null values and SAP SQL Anywhere

2018-11-02 Thread Guillaume Smet
Hi, Quite some time ago, someone opened https://hibernate.atlassian.net/browse/HHH-12850 stating that null values were not supported for Booleans with SAP SQL Anywhere. This is due to the fact that null values are not supported for bits and we should use a tinyint. Interestingly enough, it was

Re: [hibernate-dev] Boolean with null values and SAP SQL Anywhere

2018-11-02 Thread Steve Ebersole
In the general sense, it ultimately comes down to how one views the situation. Is it a bug? Then I think it is reasonable to just change it and mention it in the migration guide. If it is an enhancement, then I think a setting makes sense to control this. Honestly though, not sure this has a