On 11/29/05, jws <[EMAIL PROTECTED]> wrote:
> If this sounds reasonable, I'll attach my diff to the original ticket,
> re-open it and continue the discussion there.
Sounds good!
Adrian
--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org
If this sounds reasonable, I'll attach my diff to the original ticket,
re-open it and continue the discussion there.
On 11/29/05, Amit Upadhyay <[EMAIL PROTECTED]> wrote:
> Each backend class grew escapeChars() method.
> It raises NotImplemented if its not implemented/NotPossible if escaping can
> not be done without an open connection.
> Your original change tries to use escapeChars and if no exception is throw
On 11/29/05, jws <[EMAIL PROTECTED]> wrote:
OK, so this is not a problem when we are working with the databases'live', since they are using parameterized queries. It IS a problemwhen using the 'install' and 'sql' sub-commands, since those are builtup using simple string concatenation.
So if all the
OK, so this is not a problem when we are working with the databases
'live', since they are using parameterized queries. It IS a problem
when using the 'install' and 'sql' sub-commands, since those are built
up using simple string concatenation.
So if all the following were true, would this be acc
On 11/29/05, jws <[EMAIL PROTECTED]> wrote:
> I'd like to clarify the reasoning, since I think it pertains to a
> larger issue. My understanding of Adrian's comment is that there
> currently is no infrastructure in Django to escape special characters
> in strings in a way that is specific to each
jws wrote:
My ticket was closed - http://code.djangoproject.com/ticket/470
I'd like to clarify the reasoning, since I think it pertains to a
larger issue. My understanding of Adrian's comment is that there
currently is no infrastructure in Django to escape special characters
in strings in a wa
My ticket was closed - http://code.djangoproject.com/ticket/470
I'd like to clarify the reasoning, since I think it pertains to a
larger issue. My understanding of Adrian's comment is that there
currently is no infrastructure in Django to escape special characters
in strings in a way that is spec