Opened 14 years ago

Closed 14 years ago

#12225 closed (duplicate)

sql/*.sql files don't work if they contain %

Reported by: monikasulik Owned by: nobody
Component: Database layer (models, ORM) Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm getting a "tuple index out of range" error if I don't escape % characters in my app_name/sql/*.sql files (which, unless I'm mistaken, I shouldn't really have to do). I'm using psycopg2 (if this matters). The example code I'm attaching also causes a second error, which seems to have something to do with whitespace, but I think that one was already reported here.

Attachments (1)

sql_file_bug.tar.gz (484 bytes ) - added by monikasulik 14 years ago.
This app will cause the error when syncdb is performed.

Download all attachments as: .zip

Change History (3)

by monikasulik, 14 years ago

Attachment: sql_file_bug.tar.gz added

This app will cause the error when syncdb is performed.

comment:1 by anonymous, 14 years ago

Cc: monikasulik@… removed

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: duplicate
Status: newclosed

Duplicate of 3214

Note: See TracTickets for help on using tickets.
Back to Top