Re: Django Oracle backend vs. numbers

2012-09-26 Thread Shai Berger
On Tuesday 25 September 2012, Ian Kelly wrote: > On Tue, Sep 25, 2012 at 11:47 AM, Ian Kelly wrote: > > Thanks for putting together a pull request. Please note the patch > > will also need to update the documentation to state the new cx_Oracle > > version requirement (was

Re: Django Oracle backend vs. numbers

2012-09-26 Thread Shai Berger
On Wednesday 26 September 2012 20:26:11 Andre Terra wrote: > On Mon, Sep 24, 2012 at 9:41 PM, Shai Berger wrote: > > While preparing the patch, I ran into the inspectdb regression test > > suite; this suite includes, among other things, a model with a database > > column named

Re: Django Oracle backend vs. numbers

2012-09-26 Thread Andre Terra
On Mon, Sep 24, 2012 at 9:41 PM, Shai Berger wrote: > While preparing the patch, I ran into the inspectdb regression test suite; > this suite includes, among other things, a model with a database column > named > 'prc(%) x', which breaks test database creation on Oracle on

Re: DatabaseFeatures and supports_transactions

2012-09-26 Thread maxi
El martes, 25 de septiembre de 2012 21:01:39 UTC-3, Karen Tracey escribió: > > On Tue, Sep 25, 2012 at 11:24 AM, maxi >wrote: > >> El martes, 25 de septiembre de 2012 09:05:47 UTC-3, Karen Tracey >> escribió: >> >>> First, this method is used during testing, generally not

Re: ORM refactoring, part 2

2012-09-26 Thread Jonas Obrist
This thread caught my interest (because of potential implications for django-hvad). While the proposed changes break django-hvad, I've already written a simple patch for django-hvad, so this is a non-issue. (The problem was the cleanup of Query.where. master and 1.4 had lots of calls to

Re: DatabaseFeatures and supports_transactions

2012-09-26 Thread maxi
El martes, 25 de septiembre de 2012 20:57:54 UTC-3, Russell Keith-Magee escribió: > > On Tue, Sep 25, 2012 at 11:24 PM, maxi > wrote: > > > > > > El martes, 25 de septiembre de 2012 09:05:47 UTC-3, Karen Tracey > escribió: > >> > >> On Mon, Sep 24, 2012 at 10:15 PM,