Opened 15 years ago
Closed 15 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)
Change History (3)
by , 15 years ago
Attachment: | sql_file_bug.tar.gz added |
---|
comment:1 by , 15 years ago
Cc: | removed |
---|
Note:
See TracTickets
for help on using tickets.
This app will cause the error when syncdb is performed.