Re: [hibernate-dev] database names and identifier length

2015-07-26 Thread Sanne Grinovero
Thanks, got it now. Yes I think that would have value; my impression is that taking care of such things is a general expectations among users. In case it had to truncate[shorten?] identifier names we'd also need to make sure that doesn't introduce ambiguities with other column names, and - as a use

Re: [hibernate-dev] MySQL versus MariaDB

2015-07-26 Thread Sanne Grinovero
Looks like we'll want to have both MariaDB and MySQL on ci.hibernate.org then: - https://hibernate.atlassian.net/browse/WEBSITE-383 On 22 July 2015 at 22:51, Steve Ebersole wrote: > https://hibernate.atlassian.net/browse/HHH-9969 > > On Wed, Jul 22, 2015 at 2:18 PM Steve Ebersole wrote: > >> As

Re: [hibernate-dev] MariaDB on CI

2015-07-26 Thread Sanne Grinovero
On 23 July 2015 at 17:41, Steve Ebersole wrote: > Another change is to make sure our test user has create/drop privileges on > all databases, and to be able to create/drop databases: > > grant create, drop on *.* to 'hibernate_orm_test'@'localhost'; > > We will need similar for the other databases

Re: [hibernate-dev] 4.2.20.Final and SourceForge problems; delaying 4.3.11.Final until next week

2015-07-26 Thread Hardy Ferentschik
Hi, On Sat, Jul 25, 2015 at 12:11:41AM -0400, Gail Badner wrote: > I am finished with the 4.2.20.Final release, except for uploading > distributions due to problems at SourceForge. FYI, I am having the same issue. I am waiting for a week now to upload the Validator release. Initially, there wer

Re: [hibernate-dev] in.relation.to local building, Fedora 22

2015-07-26 Thread Hardy Ferentschik
On Sat, Jul 25, 2015 at 03:28:51PM +, Steve Ebersole wrote: > FWIW the check command failed, but then `rake preview` seems to run fine (I > can view the site locally). The 'check' task is obsolete. It really only verified bundler and rake were installed. I am in the process of updating the re