>
>
> I'm afraid I don't have any magic solutions. The best approach I can
> suggest is to log the SQL that is being executed (either in the
> Postgres query log or by putting in some debug statements into Django
> to output connection.queries). Then narrow down the statement that is
> causing prob
On Wed, Aug 20, 2008 at 11:26 AM, Chris Moffitt <[EMAIL PROTECTED]> wrote:
> I am seeing this error - http://dpaste.com/72596/ with django trunk (rev
> 8445) when I try to run syncdb using psycopg2 but it works just fine if I
> use sqlite.
>
> Basically I'm getting an error when doing the table in
I am seeing this error - http://dpaste.com/72596/ with django trunk (rev
8445) when I try to run syncdb using psycopg2 but it works just fine if I
use sqlite.
Basically I'm getting an error when doing the table introspection code. I
can see that there's been some refactoring in this area but the S
3 matches
Mail list logo