Ticket #452 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

postgresql: dbstruct.pgsql.sql contains typo that chokes psql

Reported by: reporter Owned by: spetersen
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version: 0.5.4
Severity: major Keywords: postgresql
Cc: srdhrnry@…

Description

Line 242 in dbstruct.pgsql.sql ends with a ',' rather than ';'. When I attempt an import into my db I get error messages.

Change History

Changed 2 years ago by spetersen

  • status changed from new to closed
  • resolution set to fixed

Fixed in [1632]. Thanks for the report.

Changed 2 years ago by reporter

  • status changed from closed to reopened
  • resolution fixed deleted

1632 has caused a new issue.

Line 241 (the line that inserts rss.output.lang) has 6 SQL target columns but only 5 expressions. I think it's missing a NULL at the end.

Changed 2 years ago by spetersen

  • status changed from reopened to closed
  • resolution set to fixed

Ok, fixed by [1638]. I even tested it just before committing by creating a new database. Hopefully this works better.

Changed 2 years ago by reporter

Works now. Thanks!

Note: See TracTickets for help on using tickets.