Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 49276
Status: resolved
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: maik.hentsche [...] amd.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.09005
  • 0.09005_05
  • 0.09006
  • 0.09007
  • 0.10
  • 0.11000
  • 0.11001
  • 0.11002
Fixed in: 0.11003



Subject: t/33tt-table-producer.t fails with Template 2.19
When installing a version > 0.09004 t/33tt-table-producer.t fails with t/33tt-table-producer.t .......... 1/8 # Failed test 'Output looks right' # at t/33tt-table-producer.t line 60. # +---+---------------------------------------------------- +----------------------------------------------------+ # | Ln|Got | Expected | # +---+---------------------------------------------------- +----------------------------------------------------+ # | 1|Table: person |Table: person | # * 2| Primary Key:\s\s\n | Primary Key: person_id\n * # | 3| Foreign Keys: | Foreign Keys: | # | 4| Data Fields: name, age, weight, iq, description | Data Fields: name, age, weight, iq, description | # | 5| | | # | 6|Table: pet |Table: pet | # | 7| Primary Key: pet_id, person_id | Primary Key: pet_id, person_id | # | 8| Foreign Keys: | Foreign Keys: | # | 9| Data Fields: name, age | Data Fields: name, age | # | 10| | | # +---+---------------------------------------------------- +----------------------------------------------------+ # # Failed test 'person.txt looks right' # at t/33tt-table-producer.t line 69. # +---+---------------------------------------------------- +----------------------------------------------------+ # | Ln|Got | Expected | # +---+---------------------------------------------------- +----------------------------------------------------+ # | 1|Table: person |Table: person | # * 2| Primary Key:\s\s\n | Primary Key: person_id\n * # | 3| Foreign Keys: | Foreign Keys: | # | 4| Data Fields: name, age, weight, iq, description | Data Fields: name, age, weight, iq, description | # | 5| | | # +---+---------------------------------------------------- +----------------------------------------------------+ Fails with Template 2.19, tested with Template 2.22 works. Suggest increasing dependency version.
From: bitcard [...] faxm0dem.org
Same here. This is however solved using Template 2.20.