Re: [CalendarServer-dev] Calendarserver 7.x compatibility with sqlparse 0.2.2

2017-01-03 Thread Andre LaBranche
table or look at startup-time logging in error.log to see your current version. -dre > > From: Axel Rau > Sent: 20-Dec-2016 4:30 PM > To: amaramra...@users.sourceforge.net > Cc: calendarserver-dev@lists.macosforge.org; d...@apple.com > Subject: Re: [CalendarServer-dev] Calenda

Re: [CalendarServer-dev] Calendarserver 7.x compatibility with sqlparse 0.2.2

2016-12-20 Thread amaramrahul
et Cc: calendarserver-dev@lists.macosforge.org; d...@apple.com Subject: Re: [CalendarServer-dev] Calendarserver 7.x compatibility with sqlparse 0.2.2 > Am 20.12.2016 um 04:22 schrieb amaramra...@users.sourceforge.net: > > Ouch. So that essentially means that as a Debian package maintainer, eithe

Re: [CalendarServer-dev] Calendarserver 7.x compatibility with sqlparse 0.2.2

2016-12-20 Thread Axel Rau
> Am 20.12.2016 um 04:22 schrieb amaramra...@users.sourceforge.net: > > Ouch. So that essentially means that as a Debian package maintainer, either > I'll have to package a compatible sqlparse version separate or wait for > upstream to release a version that works with sqlparse 0.2.2. given the

Re: [CalendarServer-dev] Calendarserver 7.x compatibility with sqlparse 0.2.2

2016-12-19 Thread amaramrahul
Server-dev] Calendarserver 7.x compatibility with sqlparse 0.2.2 Hi, I think there is a compatibility issue. In this case, it's because sqlparse added a bunch of "new" keywords (from oracle) that conflict with identifiers we already use. We got as far as trying to retroactively rewrite all o

Re: [CalendarServer-dev] Calendarserver 7.x compatibility with sqlparse 0.2.2

2016-12-19 Thread Andre LaBranche
Hi, I think there is a compatibility issue. In this case, it's because sqlparse added a bunch of "new" keywords (from oracle) that conflict with identifiers we already use. We got as far as trying to retroactively rewrite all our *past* schema updates to be compatible (by quoting table / column