Ticket #805 (closed defect: fixed)
[PATCH] Quickstart: Don't use the "User" SQL keyword with identity
| Reported by: | Jeroen Dekkers <jeroen@…> | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9a6 |
| Component: | TurboGears | Version: | 0.9a5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The keyword "User" is reserved by PostgreSQL (and also by the SQL92 and SQL99 standards), so we shouldn't use it in quickstart as a table name (just like we do with group table).
Attachments
Change History
Changed 7 years ago by Jeroen Dekkers <jeroen@…>
-
attachment
turbogears-user.patch
added
comment:1 Changed 7 years ago by jvanasco@…
I just noticed that myself and was about to submit a patch too
I was going to use 'useraccount' though
Note: See
TracTickets for help on using
tickets.
Patch