Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-24 Thread Florian Haas
On Fri, Jan 24, 2014 at 4:30 PM, Doug Hellmann wrote: > > > > On Fri, Jan 24, 2014 at 3:29 AM, Florian Haas wrote: >> >> On Thu, Jan 23, 2014 at 7:22 PM, Ben Nemec wrote: >> > On 2014-01-23 12:03, Florian Haas wrote: >> > >> > Ben, >> > >> > thanks for taking this to the list. Apologies for my b

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-24 Thread Doug Hellmann
On Fri, Jan 24, 2014 at 3:29 AM, Florian Haas wrote: > On Thu, Jan 23, 2014 at 7:22 PM, Ben Nemec wrote: > > On 2014-01-23 12:03, Florian Haas wrote: > > > > Ben, > > > > thanks for taking this to the list. Apologies for my brevity and for > HTML, > > I'm on a moving train and Android Gmail is k

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-24 Thread Florian Haas
On Thu, Jan 23, 2014 at 7:22 PM, Ben Nemec wrote: > On 2014-01-23 12:03, Florian Haas wrote: > > Ben, > > thanks for taking this to the list. Apologies for my brevity and for HTML, > I'm on a moving train and Android Gmail is kinda stupid. :) > > I have some experience with the quirks of phone GMa

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Ben Nemec
On 2014-01-23 12:03, Florian Haas wrote: > Ben, > > thanks for taking this to the list. Apologies for my brevity and for HTML, > I'm on a moving train and Android Gmail is kinda stupid. :) I have some experience with the quirks of phone GMail myself. :-) > On Jan 23, 2014 6:46 PM, "Ben N

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Ben Nemec
On 2014-01-23 11:50, Jay Pipes wrote: On Thu, 2014-01-23 at 11:29 -0600, Ben Nemec wrote: A while back a change (https://review.openstack.org/#/c/47820/) was made to allow enabling mysql traditional mode, which tightens up mysql's input checking to disallow things like silent truncation of stri

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Florian Haas
Ben, thanks for taking this to the list. Apologies for my brevity and for HTML, I'm on a moving train and Android Gmail is kinda stupid. :) On Jan 23, 2014 6:46 PM, "Ben Nemec" wrote: > > A while back a change (https://review.openstack.org/#/c/47820/) was made to allow enabling mysql traditional

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Jay Pipes
On Thu, 2014-01-23 at 11:29 -0600, Ben Nemec wrote: > A while back a change (https://review.openstack.org/#/c/47820/) was made > to allow enabling mysql traditional mode, which tightens up mysql's > input checking to disallow things like silent truncation of strings that > exceed the column's al

[openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Ben Nemec
A while back a change (https://review.openstack.org/#/c/47820/) was made to allow enabling mysql traditional mode, which tightens up mysql's input checking to disallow things like silent truncation of strings that exceed the column's allowed length and invalid dates (as I understand it). IMHO